Interface OperationGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperationGroup
,OperationGroup.Builder
public interface OperationGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Operation
getOperations(int index)
List of operations across one or more resources that belong to this group.int
getOperationsCount()
List of operations across one or more resources that belong to this group.List<Operation>
getOperationsList()
List of operations across one or more resources that belong to this group.OperationOrBuilder
getOperationsOrBuilder(int index)
List of operations across one or more resources that belong to this group.List<? extends OperationOrBuilder>
getOperationsOrBuilderList()
List of operations across one or more resources that belong to this group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperationsList
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;
-
getOperations
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;
-
getOperationsCount
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;
-
getOperationsOrBuilderList
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;
-
getOperationsOrBuilder
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;
-
-