Uses of Class
com.google.longrunning.Operation
Packages that use Operation
-
Uses of Operation in com.google.longrunning
Methods in com.google.longrunning that return OperationModifier and TypeMethodDescriptionOperation.Builder.build()
Operation.Builder.buildPartial()
static Operation
Operation.getDefaultInstance()
Operation.Builder.getDefaultInstanceForType()
Operation.getDefaultInstanceForType()
ListOperationsResponse.Builder.getOperations
(int index) A list of operations that matches the specified filter in the request.ListOperationsResponse.getOperations
(int index) A list of operations that matches the specified filter in the request.ListOperationsResponseOrBuilder.getOperations
(int index) A list of operations that matches the specified filter in the request.static Operation
Operation.parseDelimitedFrom
(InputStream input) static Operation
Operation.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Operation
Operation.parseFrom
(byte[] data) static Operation
Operation.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Operation
Operation.parseFrom
(com.google.protobuf.ByteString data) static Operation
Operation.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Operation
Operation.parseFrom
(com.google.protobuf.CodedInputStream input) static Operation
Operation.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Operation
Operation.parseFrom
(InputStream input) static Operation
Operation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Operation
Operation.parseFrom
(ByteBuffer data) static Operation
Operation.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.longrunning that return types with arguments of type OperationModifier and TypeMethodDescriptionListOperationsResponse.Builder.getOperationsList()
A list of operations that matches the specified filter in the request.ListOperationsResponse.getOperationsList()
A list of operations that matches the specified filter in the request.ListOperationsResponseOrBuilder.getOperationsList()
A list of operations that matches the specified filter in the request.com.google.protobuf.Parser
<Operation> Operation.getParserForType()
static com.google.protobuf.Parser
<Operation> Operation.parser()
Methods in com.google.longrunning with parameters of type OperationModifier and TypeMethodDescriptionListOperationsResponse.Builder.addOperations
(int index, Operation value) A list of operations that matches the specified filter in the request.ListOperationsResponse.Builder.addOperations
(Operation value) A list of operations that matches the specified filter in the request.static Operation.Builder
Operation.newBuilder
(Operation prototype) ListOperationsResponse.Builder.setOperations
(int index, Operation value) A list of operations that matches the specified filter in the request.Method parameters in com.google.longrunning with type arguments of type OperationModifier and TypeMethodDescriptionListOperationsResponse.Builder.addAllOperations
(Iterable<? extends Operation> values) A list of operations that matches the specified filter in the request.