public interface OperationsScopedListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOperations(int index)
public abstract Operation getOperations(int index)
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Operation |
getOperationsCount()
public abstract int getOperationsCount()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
Returns | |
---|---|
Type | Description |
int |
getOperationsList()
public abstract List<Operation> getOperationsList()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
Returns | |
---|---|
Type | Description |
List<Operation> |
getOperationsOrBuilder(int index)
public abstract OperationOrBuilder getOperationsOrBuilder(int index)
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OperationOrBuilder |
getOperationsOrBuilderList()
public abstract List<? extends OperationOrBuilder> getOperationsOrBuilderList()
[Output Only] A list of operations contained in this scope.
repeated .google.cloud.compute.v1.Operation operations = 4184044;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.OperationOrBuilder> |
getWarning()
public abstract 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 | |
---|---|
Type | Description |
Warning |
The warning. |
getWarningOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
WarningOrBuilder |
hasWarning()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the warning field is set. |