Package com.google.longrunning
Class ListOperationsResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<ListOperationsResponse,ListOperationsResponse.Builder>
com.google.longrunning.ListOperationsResponse.Builder
- All Implemented Interfaces:
ListOperationsResponseOrBuilder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
- Enclosing class:
- ListOperationsResponse
public static final class ListOperationsResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ListOperationsResponse,ListOperationsResponse.Builder>
implements ListOperationsResponseOrBuilder
The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].Protobuf type
google.longrunning.ListOperationsResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllOperations
(Iterable<? extends Operation> values) A list of operations that matches the specified filter in the request.addOperations
(int index, Operation value) A list of operations that matches the specified filter in the request.addOperations
(int index, Operation.Builder builderForValue) A list of operations that matches the specified filter in the request.addOperations
(Operation value) A list of operations that matches the specified filter in the request.addOperations
(Operation.Builder builderForValue) A list of operations that matches the specified filter in the request.The standard List next-page token.A list of operations that matches the specified filter in the request.The 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.removeOperations
(int index) A list of operations that matches the specified filter in the request.setNextPageToken
(String value) The standard List next-page token.setNextPageTokenBytes
(com.google.protobuf.ByteString value) The standard List next-page token.setOperations
(int index, Operation value) A list of operations that matches the specified filter in the request.setOperations
(int index, Operation.Builder builderForValue) A list of operations that matches the specified filter in the request.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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"];
- Specified by:
getOperationsList
in interfaceListOperationsResponseOrBuilder
-
getOperationsCount
public int getOperationsCount()A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
- Specified by:
getOperationsCount
in interfaceListOperationsResponseOrBuilder
-
getOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
- Specified by:
getOperations
in interfaceListOperationsResponseOrBuilder
-
setOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
setOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
addOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
addOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
addOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
addOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
addAllOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
clearOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
removeOperations
A list of operations that matches the specified filter in the request.
repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
-
getNextPageToken
The standard List next-page token.
string next_page_token = 2 [json_name = "nextPageToken"];
- Specified by:
getNextPageToken
in interfaceListOperationsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2 [json_name = "nextPageToken"];
- Specified by:
getNextPageTokenBytes
in interfaceListOperationsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
The standard List next-page token.
string next_page_token = 2 [json_name = "nextPageToken"];
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
The standard List next-page token.
string next_page_token = 2 [json_name = "nextPageToken"];
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
The standard List next-page token.
string next_page_token = 2 [json_name = "nextPageToken"];
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-