Interface AddBatchJobOperationsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The sequence token to be used when calling AddBatchJobOperations again if more operations need to be added.
    com.google.protobuf.ByteString
    The sequence token to be used when calling AddBatchJobOperations again if more operations need to be added.
    long
    The total number of operations added so far for this batch job.

    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

    • getTotalOperations

      long getTotalOperations()
       The total number of operations added so far for this batch job.
       
      int64 total_operations = 1;
      Returns:
      The totalOperations.
    • getNextSequenceToken

      String getNextSequenceToken()
       The sequence token to be used when calling AddBatchJobOperations again if
       more operations need to be added. The next AddBatchJobOperations request
       must set the sequence_token field to the value of this field.
       
      string next_sequence_token = 2;
      Returns:
      The nextSequenceToken.
    • getNextSequenceTokenBytes

      com.google.protobuf.ByteString getNextSequenceTokenBytes()
       The sequence token to be used when calling AddBatchJobOperations again if
       more operations need to be added. The next AddBatchJobOperations request
       must set the sequence_token field to the value of this field.
       
      string next_sequence_token = 2;
      Returns:
      The bytes for nextSequenceToken.