Interface OperationGroupOrBuilder (2.46.0)

public interface OperationGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOperations(int index)

public abstract Operation getOperations(int index)

List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.

repeated .google.cloud.recommender.v1.Operation operations = 1;

Parameter
Name Description
index int
Returns
Type Description
Operation

getOperationsCount()

public abstract int getOperationsCount()

List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.

repeated .google.cloud.recommender.v1.Operation operations = 1;

Returns
Type Description
int

getOperationsList()

public abstract List<Operation> getOperationsList()

List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.

repeated .google.cloud.recommender.v1.Operation operations = 1;

Returns
Type Description
List<Operation>

getOperationsOrBuilder(int index)

public abstract OperationOrBuilder getOperationsOrBuilder(int index)

List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.

repeated .google.cloud.recommender.v1.Operation operations = 1;

Parameter
Name Description
index int
Returns
Type Description
OperationOrBuilder

getOperationsOrBuilderList()

public abstract List<? extends OperationOrBuilder> getOperationsOrBuilderList()

List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.

repeated .google.cloud.recommender.v1.Operation operations = 1;

Returns
Type Description
List<? extends com.google.cloud.recommender.v1.OperationOrBuilder>