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 OperationOperation.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 OperationOperation.parseDelimitedFrom(InputStream input) static OperationOperation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OperationOperation.parseFrom(byte[] data) static OperationOperation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OperationOperation.parseFrom(com.google.protobuf.ByteString data) static OperationOperation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OperationOperation.parseFrom(com.google.protobuf.CodedInputStream input) static OperationOperation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OperationOperation.parseFrom(InputStream input) static OperationOperation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OperationOperation.parseFrom(ByteBuffer data) static OperationOperation.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.BuilderOperation.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.