Class GetBackupCollectionRequest.Builder (0.29.0)

public static final class GetBackupCollectionRequest.Builder extends GeneratedMessageV3.Builder<GetBackupCollectionRequest.Builder> implements GetBackupCollectionRequestOrBuilder

Request for [GetBackupCollection].

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetBackupCollectionRequest build()
Returns
Type Description
GetBackupCollectionRequest

buildPartial()

public GetBackupCollectionRequest buildPartial()
Returns
Type Description
GetBackupCollectionRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public GetBackupCollectionRequest.Builder clearName()

Required. Redis backupCollection resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a GCP region.

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

Returns
Type Description
GetBackupCollectionRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetBackupCollectionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetBackupCollectionRequest.Builder
Overrides

clone()

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

getDefaultInstanceForType()

public GetBackupCollectionRequest getDefaultInstanceForType()
Returns
Type Description
GetBackupCollectionRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. Redis backupCollection resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a GCP region.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Redis backupCollection resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a GCP region.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetBackupCollectionRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public GetBackupCollectionRequest.Builder setName(String value)

Required. Redis backupCollection resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a GCP region.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetBackupCollectionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetBackupCollectionRequest.Builder setNameBytes(ByteString value)

Required. Redis backupCollection resource name using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id} where location_id refers to a GCP region.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetBackupCollectionRequest.Builder

This builder for chaining.

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

public GetBackupCollectionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetBackupCollectionRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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