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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNextSequenceToken()The sequence token to be used when calling AddBatchJobOperations again if more operations need to be added.com.google.protobuf.ByteStringgetNextSequenceTokenBytes()The sequence token to be used when calling AddBatchJobOperations again if more operations need to be added.longgetTotalOperations()The total number of operations added so far for this batch job.-
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.
-
-