public interface ListOperationsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
The standard List next-page token.
|
ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
Operation |
getOperations(int index)
A list of operations that matches the specified filter in the request.
|
int |
getOperationsCount()
A list of operations that matches the specified filter in the request.
|
java.util.List<Operation> |
getOperationsList()
A list of operations that matches the specified filter in the request.
|
OperationOrBuilder |
getOperationsOrBuilder(int index)
A list of operations that matches the specified filter in the request.
|
java.util.List<? extends OperationOrBuilder> |
getOperationsOrBuilderList()
A list of operations that matches the specified filter in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Operation> getOperationsList()
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1;
Operation getOperations(int index)
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1;
int getOperationsCount()
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1;
java.util.List<? extends OperationOrBuilder> getOperationsOrBuilderList()
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1;
OperationOrBuilder getOperationsOrBuilder(int index)
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1;
java.lang.String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;