Class SyncReplicationRequest.Builder (0.62.0)

public static final class SyncReplicationRequest.Builder extends GeneratedMessage.Builder<SyncReplicationRequest.Builder> implements SyncReplicationRequestOrBuilder

SyncReplicationRequest syncs the replication from source to destination.

Protobuf type google.cloud.netapp.v1.SyncReplicationRequest

Static Methods

getDescriptor()

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

Methods

build()

public SyncReplicationRequest build()
Returns
Type Description
SyncReplicationRequest

buildPartial()

public SyncReplicationRequest buildPartial()
Returns
Type Description
SyncReplicationRequest

clear()

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

clearName()

public SyncReplicationRequest.Builder clearName()

Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

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

Returns
Type Description
SyncReplicationRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public SyncReplicationRequest getDefaultInstanceForType()
Returns
Type Description
SyncReplicationRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SyncReplicationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public SyncReplicationRequest.Builder setName(String value)

Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
SyncReplicationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public SyncReplicationRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

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
SyncReplicationRequest.Builder

This builder for chaining.