Interface RecommendationContentOrBuilder (2.43.0)

public interface RecommendationContentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.cloud.recommender.v1beta1.OperationGroupOrBuilder>

getOverview()

public abstract Struct getOverview()

Condensed overview information about the recommendation.

.google.protobuf.Struct overview = 3;

Returns
TypeDescription
Struct

The overview.

getOverviewOrBuilder()

public abstract StructOrBuilder getOverviewOrBuilder()

Condensed overview information about the recommendation.

.google.protobuf.Struct overview = 3;

Returns
TypeDescription
StructOrBuilder

hasOverview()

public abstract boolean hasOverview()

Condensed overview information about the recommendation.

.google.protobuf.Struct overview = 3;

Returns
TypeDescription
boolean

Whether the overview field is set.