Class ListBackupCollectionsRequest.Builder (0.32.0)

public static final class ListBackupCollectionsRequest.Builder extends GeneratedMessageV3.Builder<ListBackupCollectionsRequest.Builder> implements ListBackupCollectionsRequestOrBuilder

Request for [ListBackupCollections]

Protobuf type google.cloud.redis.cluster.v1.ListBackupCollectionsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListBackupCollectionsRequest build()
Returns
TypeDescription
ListBackupCollectionsRequest

buildPartial()

public ListBackupCollectionsRequest buildPartial()
Returns
TypeDescription
ListBackupCollectionsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListBackupCollectionsRequest.Builder clearPageSize()

Optional. The maximum number of items to return.

If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more clusters left to be queried.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListBackupCollectionsRequest.Builder clearPageToken()

Optional. The next_page_token value returned from a previous [ListBackupCollections] request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

clearParent()

public ListBackupCollectionsRequest.Builder clearParent()

Required. The resource name of the backupCollection location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListBackupCollectionsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListBackupCollectionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

Optional. The maximum number of items to return.

If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more clusters left to be queried.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. The next_page_token value returned from a previous [ListBackupCollections] request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. The next_page_token value returned from a previous [ListBackupCollections] request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The resource name of the backupCollection location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the backupCollection location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region.

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(ListBackupCollectionsRequest other)

public ListBackupCollectionsRequest.Builder mergeFrom(ListBackupCollectionsRequest other)
Parameter
NameDescription
otherListBackupCollectionsRequest
Returns
TypeDescription
ListBackupCollectionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListBackupCollectionsRequest.Builder setPageSize(int value)

Optional. The maximum number of items to return.

If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more clusters left to be queried.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListBackupCollectionsRequest.Builder setPageToken(String value)

Optional. The next_page_token value returned from a previous [ListBackupCollections] request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListBackupCollectionsRequest.Builder setPageTokenBytes(ByteString value)

Optional. The next_page_token value returned from a previous [ListBackupCollections] request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

setParent(String value)

public ListBackupCollectionsRequest.Builder setParent(String value)

Required. The resource name of the backupCollection location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListBackupCollectionsRequest.Builder setParentBytes(ByteString value)

Required. The resource name of the backupCollection location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListBackupCollectionsRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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