Interface OperationMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    OperationMetadata, OperationMetadata.Builder

    public interface OperationMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      OperationMetadata.OperationType getOperationType()
      The RPC that initiated this Long Running Operation.
      int getOperationTypeValue()
      The RPC that initiated this Long Running Operation.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOperationTypeValue

        int getOperationTypeValue()
         The RPC that initiated this Long Running Operation.
         
        .google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;
        Returns:
        The enum numeric value on the wire for operationType.
      • getOperationType

        OperationMetadata.OperationType getOperationType()
         The RPC that initiated this Long Running Operation.
         
        .google.cloud.channel.v1.OperationMetadata.OperationType operation_type = 1;
        Returns:
        The operationType.