public interface OperationGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;Copyright © 2020 Google LLC. All rights reserved.