public interface ListOperationsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMissingZones(int index)
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
ByteString |
getMissingZonesBytes(int index)
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
int |
getMissingZonesCount()
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
java.util.List<java.lang.String> |
getMissingZonesList()
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
Operation |
getOperations(int index)
A list of operations in the project in the specified zone.
|
int |
getOperationsCount()
A list of operations in the project in the specified zone.
|
java.util.List<Operation> |
getOperationsList()
A list of operations in the project in the specified zone.
|
OperationOrBuilder |
getOperationsOrBuilder(int index)
A list of operations in the project in the specified zone.
|
java.util.List<? extends OperationOrBuilder> |
getOperationsOrBuilderList()
A list of operations in the project in the specified zone.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Operation> getOperationsList()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;
Operation getOperations(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;
int getOperationsCount()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;
java.util.List<? extends OperationOrBuilder> getOperationsOrBuilderList()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;
OperationOrBuilder getOperationsOrBuilder(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;
java.util.List<java.lang.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;
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;
java.lang.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;
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;