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 Operation
Operation.Builder. build()
Operation
Operation.Builder. buildPartial()
static Operation
Operation. getDefaultInstance()
Operation
Operation.Builder. getDefaultInstanceForType()
Operation
Operation. getDefaultInstanceForType()
Operation
ListOperationsResponse.Builder. getOperations(int index)
A list of operations that matches the specified filter in the request.Operation
ListOperationsResponse. getOperations(int index)
A list of operations that matches the specified filter in the request.Operation
ListOperationsResponseOrBuilder. getOperations(int index)
A list of operations that matches the specified filter in the request.static Operation
Operation. parseDelimitedFrom(java.io.InputStream input)
static Operation
Operation. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Operation
Operation. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Operation
Operation. parseFrom(java.nio.ByteBuffer data)
static Operation
Operation. parseFrom(java.nio.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 java.util.List<Operation>
ListOperationsResponse.Builder. getOperationsList()
A list of operations that matches the specified filter in the request.java.util.List<Operation>
ListOperationsResponse. getOperationsList()
A list of operations that matches the specified filter in the request.java.util.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.Builder
ListOperationsResponse.Builder. addOperations(int index, Operation value)
A list of operations that matches the specified filter in the request.ListOperationsResponse.Builder
ListOperationsResponse.Builder. addOperations(Operation value)
A list of operations that matches the specified filter in the request.Operation.Builder
Operation.Builder. mergeFrom(Operation other)
static Operation.Builder
Operation. newBuilder(Operation prototype)
ListOperationsResponse.Builder
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 Operation Modifier and Type Method Description ListOperationsResponse.Builder
ListOperationsResponse.Builder. addAllOperations(java.lang.Iterable<? extends Operation> values)
A list of operations that matches the specified filter in the request.
-