Uses of Class
com.google.longrunning.Operation
-
Packages that use Operation Package Description com.google.longrunning -
-
Uses of Operation in com.google.longrunning
Methods in com.google.longrunning that return Operation Modifier and Type Method Description OperationOperation.Builder. build()OperationOperation.Builder. buildPartial()static OperationOperation. getDefaultInstance()OperationOperation.Builder. getDefaultInstanceForType()OperationOperation. getDefaultInstanceForType()OperationListOperationsResponse.Builder. getOperations(int index)A list of operations that matches the specified filter in the request.OperationListOperationsResponse. getOperations(int index)A list of operations that matches the specified filter in the request.OperationListOperationsResponseOrBuilder. 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 Operation Modifier and Type Method Description List<Operation>ListOperationsResponse.Builder. getOperationsList()A list of operations that matches the specified filter in the request.List<Operation>ListOperationsResponse. getOperationsList()A list of operations that matches the specified filter in the request.List<Operation>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 Operation Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. addOperations(int index, Operation value)A list of operations that matches the specified filter in the request.ListOperationsResponse.BuilderListOperationsResponse.Builder. addOperations(Operation value)A list of operations that matches the specified filter in the request.Operation.BuilderOperation.Builder. mergeFrom(Operation other)static Operation.BuilderOperation. newBuilder(Operation prototype)ListOperationsResponse.BuilderListOperationsResponse.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 Operation Modifier and Type Method Description ListOperationsResponse.BuilderListOperationsResponse.Builder. addAllOperations(Iterable<? extends Operation> values)A list of operations that matches the specified filter in the request.
-