Interface StopBatchOperationRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      Identity of the operator
      com.google.protobuf.ByteString getIdentityBytes()
      Identity of the operator
      java.lang.String getJobId()
      Batch job id
      com.google.protobuf.ByteString getJobIdBytes()
      Batch job id
      java.lang.String getNamespace()
      Namespace that contains the batch operation
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace that contains the batch operation
      java.lang.String getReason()
      Reason to stop a batch operation
      com.google.protobuf.ByteString getReasonBytes()
      Reason to stop a batch 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

      • getNamespace

        java.lang.String getNamespace()
         Namespace that contains the batch operation
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace that contains the batch operation
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getJobId

        java.lang.String getJobId()
         Batch job id
         
        string job_id = 2;
        Returns:
        The jobId.
      • getJobIdBytes

        com.google.protobuf.ByteString getJobIdBytes()
         Batch job id
         
        string job_id = 2;
        Returns:
        The bytes for jobId.
      • getReason

        java.lang.String getReason()
         Reason to stop a batch operation
         
        string reason = 3;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         Reason to stop a batch operation
         
        string reason = 3;
        Returns:
        The bytes for reason.
      • getIdentity

        java.lang.String getIdentity()
         Identity of the operator
         
        string identity = 4;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         Identity of the operator
         
        string identity = 4;
        Returns:
        The bytes for identity.