Uses of Class
com.google.cloud.recommender.v1.OperationGroup
-
Packages that use OperationGroup Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of OperationGroup in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return OperationGroup Modifier and Type Method Description OperationGroupOperationGroup.Builder. build()OperationGroupOperationGroup.Builder. buildPartial()static OperationGroupOperationGroup. getDefaultInstance()OperationGroupOperationGroup.Builder. getDefaultInstanceForType()OperationGroupOperationGroup. getDefaultInstanceForType()OperationGroupRecommendationContent.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.OperationGroupRecommendationContent. 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.OperationGroupRecommendationContentOrBuilder. 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 OperationGroupOperationGroup. parseDelimitedFrom(InputStream input)static OperationGroupOperationGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationGroupOperationGroup. parseFrom(byte[] data)static OperationGroupOperationGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationGroupOperationGroup. parseFrom(com.google.protobuf.ByteString data)static OperationGroupOperationGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationGroupOperationGroup. parseFrom(com.google.protobuf.CodedInputStream input)static OperationGroupOperationGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationGroupOperationGroup. parseFrom(InputStream input)static OperationGroupOperationGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OperationGroupOperationGroup. parseFrom(ByteBuffer data)static OperationGroupOperationGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.recommender.v1 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.v1 with parameters of type OperationGroup Modifier and Type Method Description RecommendationContent.BuilderRecommendationContent.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.BuilderRecommendationContent.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.BuilderOperationGroup.Builder. mergeFrom(OperationGroup other)static OperationGroup.BuilderOperationGroup. newBuilder(OperationGroup prototype)RecommendationContent.BuilderRecommendationContent.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.v1 with type arguments of type OperationGroup Modifier and Type Method Description RecommendationContent.BuilderRecommendationContent.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.
-