Class InternalUpdateGraphOperationRequest.Builder (6.108.0)

public static final class InternalUpdateGraphOperationRequest.Builder extends GeneratedMessage.Builder<InternalUpdateGraphOperationRequest.Builder> implements InternalUpdateGraphOperationRequestOrBuilder

Internal request proto, do not use directly.

Protobuf type google.spanner.admin.database.v1.InternalUpdateGraphOperationRequest

Static Methods

getDescriptor()

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

Methods

build()

public InternalUpdateGraphOperationRequest build()
Returns
Type Description
InternalUpdateGraphOperationRequest

buildPartial()

public InternalUpdateGraphOperationRequest buildPartial()
Returns
Type Description
InternalUpdateGraphOperationRequest

clear()

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

clearDatabase()

public InternalUpdateGraphOperationRequest.Builder clearDatabase()

Internal field, do not use directly.

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

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

clearOperationId()

public InternalUpdateGraphOperationRequest.Builder clearOperationId()

Internal field, do not use directly.

string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

clearProgress()

public InternalUpdateGraphOperationRequest.Builder clearProgress()

Internal field, do not use directly.

double progress = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

clearStatus()

public InternalUpdateGraphOperationRequest.Builder clearStatus()

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

clearVmIdentityToken()

public InternalUpdateGraphOperationRequest.Builder clearVmIdentityToken()

Internal field, do not use directly.

string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

getDatabase()

public String getDatabase()

Internal field, do not use directly.

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

Returns
Type Description
String

The database.

getDatabaseBytes()

public ByteString getDatabaseBytes()

Internal field, do not use directly.

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

Returns
Type Description
ByteString

The bytes for database.

getDefaultInstanceForType()

public InternalUpdateGraphOperationRequest getDefaultInstanceForType()
Returns
Type Description
InternalUpdateGraphOperationRequest

getDescriptorForType()

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

getOperationId()

public String getOperationId()

Internal field, do not use directly.

string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The operationId.

getOperationIdBytes()

public ByteString getOperationIdBytes()

Internal field, do not use directly.

string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for operationId.

getProgress()

public double getProgress()

Internal field, do not use directly.

double progress = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The progress.

getStatus()

public Status getStatus()

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.rpc.Status

The status.

getStatusBuilder()

public Status.Builder getStatusBuilder()

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.rpc.Status.Builder

getStatusOrBuilder()

public StatusOrBuilder getStatusOrBuilder()

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
com.google.rpc.StatusOrBuilder

getVmIdentityToken()

public String getVmIdentityToken()

Internal field, do not use directly.

string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The vmIdentityToken.

getVmIdentityTokenBytes()

public ByteString getVmIdentityTokenBytes()

Internal field, do not use directly.

string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for vmIdentityToken.

hasStatus()

public boolean hasStatus()

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the status field is set.

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 InternalUpdateGraphOperationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InternalUpdateGraphOperationRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(InternalUpdateGraphOperationRequest other)

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

mergeStatus(Status value)

public InternalUpdateGraphOperationRequest.Builder mergeStatus(Status value)

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

setDatabase(String value)

public InternalUpdateGraphOperationRequest.Builder setDatabase(String value)

Internal field, do not use directly.

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

Parameter
Name Description
value String

The database to set.

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

setDatabaseBytes(ByteString value)

public InternalUpdateGraphOperationRequest.Builder setDatabaseBytes(ByteString value)

Internal field, do not use directly.

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

Parameter
Name Description
value ByteString

The bytes for database to set.

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

setOperationId(String value)

public InternalUpdateGraphOperationRequest.Builder setOperationId(String value)

Internal field, do not use directly.

string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The operationId to set.

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

setOperationIdBytes(ByteString value)

public InternalUpdateGraphOperationRequest.Builder setOperationIdBytes(ByteString value)

Internal field, do not use directly.

string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for operationId to set.

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

setProgress(double value)

public InternalUpdateGraphOperationRequest.Builder setProgress(double value)

Internal field, do not use directly.

double progress = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value double

The progress to set.

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

setStatus(Status value)

public InternalUpdateGraphOperationRequest.Builder setStatus(Status value)

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

setStatus(Status.Builder builderForValue)

public InternalUpdateGraphOperationRequest.Builder setStatus(Status.Builder builderForValue)

Internal field, do not use directly.

.google.rpc.Status status = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue com.google.rpc.Status.Builder
Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

setVmIdentityToken(String value)

public InternalUpdateGraphOperationRequest.Builder setVmIdentityToken(String value)

Internal field, do not use directly.

string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The vmIdentityToken to set.

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.

setVmIdentityTokenBytes(ByteString value)

public InternalUpdateGraphOperationRequest.Builder setVmIdentityTokenBytes(ByteString value)

Internal field, do not use directly.

string vm_identity_token = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for vmIdentityToken to set.

Returns
Type Description
InternalUpdateGraphOperationRequest.Builder

This builder for chaining.