public interface OperationsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperations(int index)
[Output Only] A list of operations contained in this scope.
|
int |
getOperationsCount()
[Output Only] A list of operations contained in this scope.
|
List<Operation> |
getOperationsList()
[Output Only] A list of operations contained in this scope.
|
OperationOrBuilder |
getOperationsOrBuilder(int index)
[Output Only] A list of operations contained in this scope.
|
List<? extends OperationOrBuilder> |
getOperationsOrBuilderList()
[Output Only] A list of operations contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of operations when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of operations when the list is empty.
|
boolean |
hasWarning()
[Output Only] Informational warning which replaces the list of operations when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Operation> getOperationsList()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;Operation getOperations(int index)
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;int getOperationsCount()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;List<? extends OperationOrBuilder> getOperationsOrBuilderList()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;OperationOrBuilder getOperationsOrBuilder(int index)
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;boolean hasWarning()
[Output Only] Informational warning which replaces the list of operations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] Informational warning which replaces the list of operations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of operations when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.