Uses of Class
com.google.cloud.recommender.v1beta1.OperationGroup
-
Packages that use OperationGroup Package Description com.google.cloud.recommender.v1beta1 A client to Recommender API -
-
Uses of OperationGroup in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return OperationGroup Modifier and Type Method Description OperationGroup
OperationGroup.Builder. build()
OperationGroup
OperationGroup.Builder. buildPartial()
static OperationGroup
OperationGroup. getDefaultInstance()
OperationGroup
OperationGroup.Builder. getDefaultInstanceForType()
OperationGroup
OperationGroup. getDefaultInstanceForType()
OperationGroup
RecommendationContent.Builder. getOperationGroups(int index)
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.OperationGroup
RecommendationContent. getOperationGroups(int index)
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.OperationGroup
RecommendationContentOrBuilder. getOperationGroups(int index)
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.static OperationGroup
OperationGroup. parseDelimitedFrom(InputStream input)
static OperationGroup
OperationGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationGroup
OperationGroup. parseFrom(byte[] data)
static OperationGroup
OperationGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationGroup
OperationGroup. parseFrom(com.google.protobuf.ByteString data)
static OperationGroup
OperationGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationGroup
OperationGroup. parseFrom(com.google.protobuf.CodedInputStream input)
static OperationGroup
OperationGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationGroup
OperationGroup. parseFrom(InputStream input)
static OperationGroup
OperationGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationGroup
OperationGroup. parseFrom(ByteBuffer data)
static OperationGroup
OperationGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommender.v1beta1 that return types with arguments of type OperationGroup Modifier and Type Method Description List<OperationGroup>
RecommendationContent.Builder. getOperationGroupsList()
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.List<OperationGroup>
RecommendationContent. getOperationGroupsList()
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.List<OperationGroup>
RecommendationContentOrBuilder. getOperationGroupsList()
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.com.google.protobuf.Parser<OperationGroup>
OperationGroup. getParserForType()
static com.google.protobuf.Parser<OperationGroup>
OperationGroup. parser()
Methods in com.google.cloud.recommender.v1beta1 with parameters of type OperationGroup Modifier and Type Method Description RecommendationContent.Builder
RecommendationContent.Builder. addOperationGroups(int index, OperationGroup value)
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.RecommendationContent.Builder
RecommendationContent.Builder. addOperationGroups(OperationGroup value)
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.OperationGroup.Builder
OperationGroup.Builder. mergeFrom(OperationGroup other)
static OperationGroup.Builder
OperationGroup. newBuilder(OperationGroup prototype)
RecommendationContent.Builder
RecommendationContent.Builder. setOperationGroups(int index, OperationGroup value)
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.Method parameters in com.google.cloud.recommender.v1beta1 with type arguments of type OperationGroup Modifier and Type Method Description RecommendationContent.Builder
RecommendationContent.Builder. addAllOperationGroups(Iterable<? extends OperationGroup> values)
Operations to one or more Google Cloud resources grouped in such a way that, all operations within one group are expected to be performed atomically and in an order.
-