Interface DescribeBatchOperationRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Batch job id
    com.google.protobuf.ByteString
    Batch job id
    Namespace that contains the batch operation
    com.google.protobuf.ByteString
    Namespace that contains the 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 Details

    • getNamespace

      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

      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.