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 OperationOperation.Builder. build()OperationOperation.Builder. buildPartial()static OperationOperation. getDefaultInstance()OperationOperation.Builder. getDefaultInstanceForType()OperationOperation. getDefaultInstanceForType()OperationOperationGroup.Builder. getOperations(int index)List of operations across one or more resources that belong to this group.OperationOperationGroup. getOperations(int index)List of operations across one or more resources that belong to this group.OperationOperationGroupOrBuilder. getOperations(int index)List of operations across one or more resources that belong to this group.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.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.BuilderOperationGroup.Builder. addOperations(int index, Operation value)List of operations across one or more resources that belong to this group.OperationGroup.BuilderOperationGroup.Builder. addOperations(Operation value)List of operations across one or more resources that belong to this group.Operation.BuilderOperation.Builder. mergeFrom(Operation other)static Operation.BuilderOperation. newBuilder(Operation prototype)OperationGroup.BuilderOperationGroup.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.BuilderOperationGroup.Builder. addAllOperations(Iterable<? extends Operation> values)List of operations across one or more resources that belong to this group.
-