Class OperationMetadata.Builder (3.87.0)

public static final class OperationMetadata.Builder extends GeneratedMessage.Builder<OperationMetadata.Builder> implements OperationMetadataOrBuilder

Provides contextual information about a google.longrunning.Operation.

Protobuf type google.cloud.channel.v1.OperationMetadata

Static Methods

getDescriptor()

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

Methods

build()

public OperationMetadata build()
Returns
Type Description
OperationMetadata

buildPartial()

public OperationMetadata buildPartial()
Returns
Type Description
OperationMetadata

clear()

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

clearOperationType()

public OperationMetadata.Builder clearOperationType()

The RPC that initiated this Long Running Operation.

.google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;

Returns
Type Description
OperationMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public OperationMetadata getDefaultInstanceForType()
Returns
Type Description
OperationMetadata

getDescriptorForType()

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

getOperationType()

public OperationMetadata.OperationType getOperationType()

The RPC that initiated this Long Running Operation.

.google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;

Returns
Type Description
OperationMetadata.OperationType

The operationType.

getOperationTypeValue()

public int getOperationTypeValue()

The RPC that initiated this Long Running Operation.

.google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for operationType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OperationMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setOperationType(OperationMetadata.OperationType value)

public OperationMetadata.Builder setOperationType(OperationMetadata.OperationType value)

The RPC that initiated this Long Running Operation.

.google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;

Parameter
Name Description
value OperationMetadata.OperationType

The operationType to set.

Returns
Type Description
OperationMetadata.Builder

This builder for chaining.

setOperationTypeValue(int value)

public OperationMetadata.Builder setOperationTypeValue(int value)

The RPC that initiated this Long Running Operation.

.google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for operationType to set.

Returns
Type Description
OperationMetadata.Builder

This builder for chaining.