Interface ListOperationsResponseOrBuilder (2.4.1)

public interface ListOperationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMissingZones(int index)

public abstract String getMissingZones(int index)

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

repeated string missing_zones = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The missingZones at the given index.

getMissingZonesBytes(int index)

public abstract ByteString getMissingZonesBytes(int index)

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

repeated string missing_zones = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the missingZones at the given index.

getMissingZonesCount()

public abstract int getMissingZonesCount()

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

repeated string missing_zones = 2;

Returns
TypeDescription
int

The count of missingZones.

getMissingZonesList()

public abstract List<String> getMissingZonesList()

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

repeated string missing_zones = 2;

Returns
TypeDescription
List<String>

A list containing the missingZones.

getOperations(int index)

public abstract Operation getOperations(int index)

A list of operations in the project in the specified zone.

repeated .google.container.v1beta1.Operation operations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Operation

getOperationsCount()

public abstract int getOperationsCount()

A list of operations in the project in the specified zone.

repeated .google.container.v1beta1.Operation operations = 1;

Returns
TypeDescription
int

getOperationsList()

public abstract List<Operation> getOperationsList()

A list of operations in the project in the specified zone.

repeated .google.container.v1beta1.Operation operations = 1;

Returns
TypeDescription
List<Operation>

getOperationsOrBuilder(int index)

public abstract OperationOrBuilder getOperationsOrBuilder(int index)

A list of operations in the project in the specified zone.

repeated .google.container.v1beta1.Operation operations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
OperationOrBuilder

getOperationsOrBuilderList()

public abstract List<? extends OperationOrBuilder> getOperationsOrBuilderList()

A list of operations in the project in the specified zone.

repeated .google.container.v1beta1.Operation operations = 1;

Returns
TypeDescription
List<? extends com.google.container.v1beta1.OperationOrBuilder>