Interface OperationsScopedListOrBuilder (1.19.0)

public interface OperationsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.