Interface OperationMetadataOrBuilder (3.6.1)

public interface OperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperationType()

public abstract OperationMetadata.OperationType getOperationType()

The RPC that initiated this Long Running Operation.

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

Returns
TypeDescription
OperationMetadata.OperationType

The operationType.

getOperationTypeValue()

public abstract int getOperationTypeValue()

The RPC that initiated this Long Running Operation.

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

Returns
TypeDescription
int

The enum numeric value on the wire for operationType.