Class ListBackupSchedulesRequest.Builder (6.108.0)

public static final class ListBackupSchedulesRequest.Builder extends GeneratedMessage.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

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

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.

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 GeneratedMessage.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

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.