public interface RecommendationContentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOperationGroups(int index)
public abstract 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.v1beta1.OperationGroup operation_groups = 2;
| Name | Description |
| index | int |
| Type | Description |
| OperationGroup |
getOperationGroupsCount()
public abstract 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.v1beta1.OperationGroup operation_groups = 2;
| Type | Description |
| int |
getOperationGroupsList()
public abstract 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.v1beta1.OperationGroup operation_groups = 2;
| Type | Description |
| List<OperationGroup> |
getOperationGroupsOrBuilder(int index)
public abstract 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.v1beta1.OperationGroup operation_groups = 2;
| Name | Description |
| index | int |
| Type | Description |
| OperationGroupOrBuilder |
getOperationGroupsOrBuilderList()
public abstract 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.v1beta1.OperationGroup operation_groups = 2;
| Type | Description |
| List<? extends com.google.cloud.recommender.v1beta1.OperationGroupOrBuilder> |
getOverview()
public abstract Struct getOverview()Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
| Type | Description |
| Struct | The overview. |
getOverviewOrBuilder()
public abstract StructOrBuilder getOverviewOrBuilder()Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
| Type | Description |
| StructOrBuilder |
hasOverview()
public abstract boolean hasOverview()Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
| Type | Description |
| boolean | Whether the overview field is set. |