Interface RecommendationContentOrBuilder (2.1.5)

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.v1.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.v1.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.v1.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.v1.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.v1.OperationGroup operation_groups = 2;

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