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.v1.OperationGroup operation_groups = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1.OperationGroup operation_groups = 2;
| Returns | |
|---|---|
| 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.v1.OperationGroup operation_groups = 2;
| Returns | |
|---|---|
| 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.v1.OperationGroup operation_groups = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v1.OperationGroup operation_groups = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.recommender.v1.OperationGroupOrBuilder> |
|
getOverview()
public abstract Struct getOverview()Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
| Returns | |
|---|---|
| Type | Description |
Struct |
The overview. |
getOverviewOrBuilder()
public abstract StructOrBuilder getOverviewOrBuilder()Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
hasOverview()
public abstract boolean hasOverview()Condensed overview information about the recommendation.
.google.protobuf.Struct overview = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the overview field is set. |