Interface AddBatchJobOperationsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNextSequenceToken()
      The sequence token to be used when calling AddBatchJobOperations again if more operations need to be added.
      com.google.protobuf.ByteString getNextSequenceTokenBytes()
      The sequence token to be used when calling AddBatchJobOperations again if more operations need to be added.
      long getTotalOperations()
      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 Detail

      • getTotalOperations

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

        java.lang.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.