public static final class ListBackupSchedulesRequest.Builder extends GeneratedMessageV3.Builder<ListBackupSchedulesRequest.Builder> implements ListBackupSchedulesRequestOrBuilder
The request for ListBackupSchedules.
Protobuf type google.spanner.admin.database.v1.ListBackupSchedulesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListBackupSchedulesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridesbuild()
public ListBackupSchedulesRequest build()
buildPartial()
public ListBackupSchedulesRequest buildPartial()
clear()
public ListBackupSchedulesRequest.Builder clear()
OverridesclearField(Descriptors.FieldDescriptor field)
public ListBackupSchedulesRequest.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearOneof(Descriptors.OneofDescriptor oneof)
public ListBackupSchedulesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
OverridesclearPageSize()
public ListBackupSchedulesRequest.Builder clearPageSize()
Optional. Number of backup schedules to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
clearPageToken()
public ListBackupSchedulesRequest.Builder clearPageToken()
Optional. If non-empty, page_token
should contain a next_page_token from a previous ListBackupSchedulesResponse to the same parent
.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
clearParent()
public ListBackupSchedulesRequest.Builder clearParent()
Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public ListBackupSchedulesRequest.Builder clone()
OverridesgetDefaultInstanceForType()
public ListBackupSchedulesRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesgetPageSize()
Optional. Number of backup schedules to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
Optional. If non-empty, page_token
should contain a next_page_token from a previous ListBackupSchedulesResponse to the same parent
.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. If non-empty, page_token
should contain a next_page_token from a previous ListBackupSchedulesResponse to the same parent
.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public String getParent()
Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
Overridespublic ListBackupSchedulesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public ListBackupSchedulesRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeFrom(ListBackupSchedulesRequest other)
public ListBackupSchedulesRequest.Builder mergeFrom(ListBackupSchedulesRequest other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupSchedulesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridessetField(Descriptors.FieldDescriptor field, Object value)
public ListBackupSchedulesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetPageSize(int value)
public ListBackupSchedulesRequest.Builder setPageSize(int value)
Optional. Number of backup schedules to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | int
The pageSize to set. |
setPageToken(String value)
public ListBackupSchedulesRequest.Builder setPageToken(String value)
Optional. If non-empty, page_token
should contain a next_page_token from a previous ListBackupSchedulesResponse to the same parent
.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | String
The pageToken to set. |
setPageTokenBytes(ByteString value)
public ListBackupSchedulesRequest.Builder setPageTokenBytes(ByteString value)
Optional. If non-empty, page_token
should contain a next_page_token from a previous ListBackupSchedulesResponse to the same parent
.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for pageToken to set. |
setParent(String value)
public ListBackupSchedulesRequest.Builder setParent(String value)
Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The parent to set. |
setParentBytes(ByteString value)
public ListBackupSchedulesRequest.Builder setParentBytes(ByteString value)
Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListBackupSchedulesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupSchedulesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides