Class ListBackupSchedulesRequest.Builder (6.74.1)

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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListBackupSchedulesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides

build()

public ListBackupSchedulesRequest build()
Returns
Type Description
ListBackupSchedulesRequest

buildPartial()

public ListBackupSchedulesRequest buildPartial()
Returns
Type Description
ListBackupSchedulesRequest

clear()

public ListBackupSchedulesRequest.Builder clear()
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListBackupSchedulesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListBackupSchedulesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ListBackupSchedulesRequest.Builder

This builder for chaining.

clone()

public ListBackupSchedulesRequest.Builder clone()
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides

getDefaultInstanceForType()

public ListBackupSchedulesRequest getDefaultInstanceForType()
Returns
Type Description
ListBackupSchedulesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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
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()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListBackupSchedulesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListBackupSchedulesRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides

mergeFrom(ListBackupSchedulesRequest other)

public ListBackupSchedulesRequest.Builder mergeFrom(ListBackupSchedulesRequest other)
Parameter
Name Description
other ListBackupSchedulesRequest
Returns
Type Description
ListBackupSchedulesRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListBackupSchedulesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListBackupSchedulesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value int

The pageSize to set.

Returns
Type Description
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
Name Description
value String

The pageToken to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
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
Name Description
value String

The parent to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListBackupSchedulesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListBackupSchedulesRequest.Builder
Overrides