Uses of Class
com.google.cloud.recommender.v1beta1.Operation
-
Packages that use Operation Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of Operation in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 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
OperationGroup.Builder. getOperations(int index)
List of operations across one or more resources that belong to this group.Operation
OperationGroup. getOperations(int index)
List of operations across one or more resources that belong to this group.Operation
OperationGroupOrBuilder. getOperations(int index)
List of operations across one or more resources that belong to this group.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.cloud.recommender.v1beta1 that return types with arguments of type Operation Modifier and Type Method Description List<Operation>
OperationGroup.Builder. getOperationsList()
List of operations across one or more resources that belong to this group.List<Operation>
OperationGroup. getOperationsList()
List of operations across one or more resources that belong to this group.List<Operation>
OperationGroupOrBuilder. getOperationsList()
List of operations across one or more resources that belong to this group.com.google.protobuf.Parser<Operation>
Operation. getParserForType()
static com.google.protobuf.Parser<Operation>
Operation. parser()
Methods in com.google.cloud.recommender.v1beta1 with parameters of type Operation Modifier and Type Method Description OperationGroup.Builder
OperationGroup.Builder. addOperations(int index, Operation value)
List of operations across one or more resources that belong to this group.OperationGroup.Builder
OperationGroup.Builder. addOperations(Operation value)
List of operations across one or more resources that belong to this group.Operation.Builder
Operation.Builder. mergeFrom(Operation other)
static Operation.Builder
Operation. newBuilder(Operation prototype)
OperationGroup.Builder
OperationGroup.Builder. setOperations(int index, Operation value)
List of operations across one or more resources that belong to this group.Method parameters in com.google.cloud.recommender.v1beta1 with type arguments of type Operation Modifier and Type Method Description OperationGroup.Builder
OperationGroup.Builder. addAllOperations(Iterable<? extends Operation> values)
List of operations across one or more resources that belong to this group.
-