Class ListBackupSchedulesRequest.Builder (6.94.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListBackupSchedulesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

build()

public ListBackupSchedulesRequest build()
Returns
TypeDescription
ListBackupSchedulesRequest

buildPartial()

public ListBackupSchedulesRequest buildPartial()
Returns
TypeDescription
ListBackupSchedulesRequest

clear()

public ListBackupSchedulesRequest.Builder clear()
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListBackupSchedulesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListBackupSchedulesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

clearPageSize()

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];

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

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];

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

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) = { ... }

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

clone()

public ListBackupSchedulesRequest.Builder clone()
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

getDefaultInstanceForType()

public ListBackupSchedulesRequest getDefaultInstanceForType()
Returns
TypeDescription
ListBackupSchedulesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListBackupSchedulesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListBackupSchedulesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

mergeFrom(ListBackupSchedulesRequest other)

public ListBackupSchedulesRequest.Builder mergeFrom(ListBackupSchedulesRequest other)
Parameter
NameDescription
otherListBackupSchedulesRequest
Returns
TypeDescription
ListBackupSchedulesRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListBackupSchedulesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListBackupSchedulesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

setPageSize(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
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

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
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

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
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListBackupSchedulesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListBackupSchedulesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListBackupSchedulesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListBackupSchedulesRequest.Builder
Overrides