Package com.google.container.v1beta1
Interface ListOperationsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListOperationsResponse
,ListOperationsResponse.Builder
public interface ListOperationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMissingZones(int index)
If any zones are listed here, the list of operations returned may be missing the operations from those zones.com.google.protobuf.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.List<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.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.List<? extends OperationOrBuilder>
getOperationsOrBuilderList()
A list of operations in the project in the specified zone.-
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()
A list of operations in the project in the specified zone.
repeated .google.container.v1beta1.Operation operations = 1;
-
getOperations
Operation getOperations(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1beta1.Operation operations = 1;
-
getOperationsCount
int getOperationsCount()
A list of operations in the project in the specified zone.
repeated .google.container.v1beta1.Operation operations = 1;
-
getOperationsOrBuilderList
List<? extends OperationOrBuilder> getOperationsOrBuilderList()
A list of operations in the project in the specified zone.
repeated .google.container.v1beta1.Operation operations = 1;
-
getOperationsOrBuilder
OperationOrBuilder getOperationsOrBuilder(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1beta1.Operation operations = 1;
-
getMissingZonesList
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:
- A list containing the missingZones.
-
getMissingZonesCount
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:
- The count of missingZones.
-
getMissingZones
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;
- Parameters:
index
- The index of the element to return.- Returns:
- The missingZones at the given index.
-
getMissingZonesBytes
com.google.protobuf.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;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the missingZones at the given index.
-
-