Package com.google.longrunning
Interface ListOperationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListOperationsResponse
,ListOperationsResponse.Builder
public interface ListOperationsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe standard List next-page token.com.google.protobuf.ByteString
The standard List next-page token.getOperations
(int index) A list of operations that matches the specified filter in the request.int
A list of operations that matches the specified filter in the request.A list of operations that matches the specified filter in the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOperationsList
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
getOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
getOperationsCount
int getOperationsCount()A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
getNextPageToken
String getNextPageToken()The standard List next-page token.
string next_page_token = 2 [json_name = "nextPageToken"];
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2 [json_name = "nextPageToken"];
- Returns:
- The bytes for nextPageToken.
-