public static final class ListOperationsResponse.Builder extends GeneratedMessageV3.Builder<ListOperationsResponse.Builder> implements ListOperationsResponseOrBuilder
ListOperationsResponse is the result of ListOperationsRequest.Protobuf type
google.container.v1.ListOperationsResponse| Modifier and Type | Method and Description |
|---|---|
ListOperationsResponse.Builder |
addAllMissingZones(java.lang.Iterable<java.lang.String> values)
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
ListOperationsResponse.Builder |
addAllOperations(java.lang.Iterable<? extends Operation> values)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
addMissingZones(java.lang.String value)
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
ListOperationsResponse.Builder |
addMissingZonesBytes(ByteString value)
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
ListOperationsResponse.Builder |
addOperations(int index,
Operation.Builder builderForValue)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
addOperations(int index,
Operation value)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
addOperations(Operation.Builder builderForValue)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
addOperations(Operation value)
A list of operations in the project in the specified zone.
|
Operation.Builder |
addOperationsBuilder()
A list of operations in the project in the specified zone.
|
Operation.Builder |
addOperationsBuilder(int index)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListOperationsResponse |
build() |
ListOperationsResponse |
buildPartial() |
ListOperationsResponse.Builder |
clear() |
ListOperationsResponse.Builder |
clearField(Descriptors.FieldDescriptor field) |
ListOperationsResponse.Builder |
clearMissingZones()
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
ListOperationsResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ListOperationsResponse.Builder |
clearOperations()
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
clone() |
ListOperationsResponse |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
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.
|
ProtocolStringList |
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.
|
Operation.Builder |
getOperationsBuilder(int index)
A list of operations in the project in the specified zone.
|
java.util.List<Operation.Builder> |
getOperationsBuilderList()
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.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListOperationsResponse.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ListOperationsResponse.Builder |
mergeFrom(ListOperationsResponse other) |
ListOperationsResponse.Builder |
mergeFrom(Message other) |
ListOperationsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ListOperationsResponse.Builder |
removeOperations(int index)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListOperationsResponse.Builder |
setMissingZones(int index,
java.lang.String value)
If any zones are listed here, the list of operations returned
may be missing the operations from those zones.
|
ListOperationsResponse.Builder |
setOperations(int index,
Operation.Builder builderForValue)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
setOperations(int index,
Operation value)
A list of operations in the project in the specified zone.
|
ListOperationsResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ListOperationsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ListOperationsResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ListOperationsResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ListOperationsResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder mergeFrom(ListOperationsResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public ListOperationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ListOperationsResponse.Builder>java.io.IOExceptionpublic java.util.List<Operation> getOperationsList()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;getOperationsList in interface ListOperationsResponseOrBuilderpublic int getOperationsCount()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;getOperationsCount in interface ListOperationsResponseOrBuilderpublic Operation getOperations(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;getOperations in interface ListOperationsResponseOrBuilderpublic ListOperationsResponse.Builder setOperations(int index, Operation value)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder setOperations(int index, Operation.Builder builderForValue)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder addOperations(Operation value)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder addOperations(int index, Operation value)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder addOperations(Operation.Builder builderForValue)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder addOperations(int index, Operation.Builder builderForValue)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder addAllOperations(java.lang.Iterable<? extends Operation> values)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder clearOperations()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ListOperationsResponse.Builder removeOperations(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public Operation.Builder getOperationsBuilder(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public OperationOrBuilder getOperationsOrBuilder(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;getOperationsOrBuilder in interface ListOperationsResponseOrBuilderpublic java.util.List<? extends OperationOrBuilder> getOperationsOrBuilderList()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;getOperationsOrBuilderList in interface ListOperationsResponseOrBuilderpublic Operation.Builder addOperationsBuilder()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public Operation.Builder addOperationsBuilder(int index)
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public java.util.List<Operation.Builder> getOperationsBuilderList()
A list of operations in the project in the specified zone.
repeated .google.container.v1.Operation operations = 1;public ProtocolStringList 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;getMissingZonesList in interface ListOperationsResponseOrBuilderpublic 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;getMissingZonesCount in interface ListOperationsResponseOrBuilderpublic 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;getMissingZones in interface ListOperationsResponseOrBuilderpublic 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;getMissingZonesBytes in interface ListOperationsResponseOrBuilderpublic ListOperationsResponse.Builder setMissingZones(int index, java.lang.String value)
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
repeated string missing_zones = 2;public ListOperationsResponse.Builder addMissingZones(java.lang.String value)
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
repeated string missing_zones = 2;public ListOperationsResponse.Builder addAllMissingZones(java.lang.Iterable<java.lang.String> values)
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
repeated string missing_zones = 2;public ListOperationsResponse.Builder clearMissingZones()
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
repeated string missing_zones = 2;public ListOperationsResponse.Builder addMissingZonesBytes(ByteString value)
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
repeated string missing_zones = 2;public final ListOperationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>public final ListOperationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ListOperationsResponse.Builder>