Package com.google.cloud.compute.v1
Interface OperationsScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperationsScopedList
,OperationsScopedList.Builder
public interface OperationsScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
-
getOperations
Operation getOperations(int index)
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
-
getOperationsCount
int getOperationsCount()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
-
getOperationsOrBuilderList
List<? extends OperationOrBuilder> getOperationsOrBuilderList()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
-
getOperationsOrBuilder
OperationOrBuilder getOperationsOrBuilder(int index)
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
-
hasWarning
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;
- Returns:
- Whether the warning field is set.
-
getWarning
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;
- Returns:
- The warning.
-
getWarningOrBuilder
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;
-
-