Interface CancelOperationRequestOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:CancelOperationRequestOrBuilder.java.pb.meta")
    public interface CancelOperationRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getOperation()
      Type of operation to cancel.
      com.google.protobuf.ByteString getOperationBytes()
      Type of operation to cancel.
      java.lang.String getOperationId()
      Operation ID as originally generated by a Handler.
      com.google.protobuf.ByteString getOperationIdBytes()
      Operation ID as originally generated by a Handler.
      • 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

      • getOperation

        java.lang.String getOperation()
         Type of operation to cancel.
         
        string operation = 1;
        Returns:
        The operation.
      • getOperationBytes

        com.google.protobuf.ByteString getOperationBytes()
         Type of operation to cancel.
         
        string operation = 1;
        Returns:
        The bytes for operation.
      • getOperationId

        java.lang.String getOperationId()
         Operation ID as originally generated by a Handler.
         
        string operation_id = 2;
        Returns:
        The operationId.
      • getOperationIdBytes

        com.google.protobuf.ByteString getOperationIdBytes()
         Operation ID as originally generated by a Handler.
         
        string operation_id = 2;
        Returns:
        The bytes for operationId.