Package com.google.cloud.recommender.v1
Interface RecommendationContentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecommendationContent
,RecommendationContent.Builder
public interface RecommendationContentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationGroup
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.int
getOperationGroupsCount()
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>
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.OperationGroupOrBuilder
getOperationGroupsOrBuilder(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.List<? extends OperationGroupOrBuilder>
getOperationGroupsOrBuilderList()
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.Struct
getOverview()
Condensed overview information about the recommendation.com.google.protobuf.StructOrBuilder
getOverviewOrBuilder()
Condensed overview information about the recommendation.boolean
hasOverview()
Condensed overview information about the recommendation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperationGroupsList
List<OperationGroup> 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.
repeated .google.cloud.recommender.v1.OperationGroup operation_groups = 2;
-
getOperationGroups
OperationGroup 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.
repeated .google.cloud.recommender.v1.OperationGroup operation_groups = 2;
-
getOperationGroupsCount
int getOperationGroupsCount()
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.
repeated .google.cloud.recommender.v1.OperationGroup operation_groups = 2;
-
getOperationGroupsOrBuilderList
List<? extends OperationGroupOrBuilder> getOperationGroupsOrBuilderList()
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.
repeated .google.cloud.recommender.v1.OperationGroup operation_groups = 2;
-
getOperationGroupsOrBuilder
OperationGroupOrBuilder getOperationGroupsOrBuilder(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.
repeated .google.cloud.recommender.v1.OperationGroup operation_groups = 2;
-
hasOverview
boolean hasOverview()
Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
- Returns:
- Whether the overview field is set.
-
getOverview
com.google.protobuf.Struct getOverview()
Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
- Returns:
- The overview.
-
getOverviewOrBuilder
com.google.protobuf.StructOrBuilder getOverviewOrBuilder()
Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
-
-