Interface OperationGroupOrBuilder (2.43.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.v1beta1.Operation operations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta1.Operation operations = 1;

Returns
TypeDescription
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.v1beta1.Operation operations = 1;

Returns
TypeDescription
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.v1beta1.Operation operations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta1.Operation operations = 1;

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