- 0.50.0 (latest)
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ListNodePoolsResponse.Builder extends GeneratedMessageV3.Builder<ListNodePoolsResponse.Builder> implements ListNodePoolsResponseOrBuilder
List of node pools in a cluster.
Protobuf type google.cloud.edgecontainer.v1.ListNodePoolsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListNodePoolsResponse.BuilderImplements
ListNodePoolsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllNodePools(Iterable<? extends NodePool> values)
public ListNodePoolsResponse.Builder addAllNodePools(Iterable<? extends NodePool> values)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.edgecontainer.v1.NodePool> |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
addAllUnreachable(Iterable<String> values)
public ListNodePoolsResponse.Builder addAllUnreachable(Iterable<String> values)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
values | Iterable<String> The unreachable to add. |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |
addNodePools(NodePool value)
public ListNodePoolsResponse.Builder addNodePools(NodePool value)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
value | NodePool |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
addNodePools(NodePool.Builder builderForValue)
public ListNodePoolsResponse.Builder addNodePools(NodePool.Builder builderForValue)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | NodePool.Builder |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
addNodePools(int index, NodePool value)
public ListNodePoolsResponse.Builder addNodePools(int index, NodePool value)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | NodePool |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
addNodePools(int index, NodePool.Builder builderForValue)
public ListNodePoolsResponse.Builder addNodePools(int index, NodePool.Builder builderForValue)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | NodePool.Builder |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
addNodePoolsBuilder()
public NodePool.Builder addNodePoolsBuilder()
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Returns | |
---|---|
Type | Description |
NodePool.Builder |
addNodePoolsBuilder(int index)
public NodePool.Builder addNodePoolsBuilder(int index)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
NodePool.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListNodePoolsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
addUnreachable(String value)
public ListNodePoolsResponse.Builder addUnreachable(String value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
value | String The unreachable to add. |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListNodePoolsResponse.Builder addUnreachableBytes(ByteString value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes of the unreachable to add. |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |
build()
public ListNodePoolsResponse build()
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse |
buildPartial()
public ListNodePoolsResponse buildPartial()
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse |
clear()
public ListNodePoolsResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListNodePoolsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
clearNextPageToken()
public ListNodePoolsResponse.Builder clearNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |
clearNodePools()
public ListNodePoolsResponse.Builder clearNodePools()
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListNodePoolsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
clearUnreachable()
public ListNodePoolsResponse.Builder clearUnreachable()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |
clone()
public ListNodePoolsResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
getDefaultInstanceForType()
public ListNodePoolsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getNodePools(int index)
public NodePool getNodePools(int index)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
NodePool |
getNodePoolsBuilder(int index)
public NodePool.Builder getNodePoolsBuilder(int index)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
NodePool.Builder |
getNodePoolsBuilderList()
public List<NodePool.Builder> getNodePoolsBuilderList()
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getNodePoolsCount()
public int getNodePoolsCount()
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Returns | |
---|---|
Type | Description |
int |
getNodePoolsList()
public List<NodePool> getNodePoolsList()
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Returns | |
---|---|
Type | Description |
List<NodePool> |
getNodePoolsOrBuilder(int index)
public NodePoolOrBuilder getNodePoolsOrBuilder(int index)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
NodePoolOrBuilder |
getNodePoolsOrBuilderList()
public List<? extends NodePoolOrBuilder> getNodePoolsOrBuilderList()
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.edgecontainer.v1.NodePoolOrBuilder> |
getUnreachable(int index)
public String getUnreachable(int index)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListNodePoolsResponse other)
public ListNodePoolsResponse.Builder mergeFrom(ListNodePoolsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListNodePoolsResponse |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListNodePoolsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListNodePoolsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListNodePoolsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
removeNodePools(int index)
public ListNodePoolsResponse.Builder removeNodePools(int index)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListNodePoolsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
setNextPageToken(String value)
public ListNodePoolsResponse.Builder setNextPageToken(String value)
A token to retrieve next page of results.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value | String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListNodePoolsResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve next page of results.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |
setNodePools(int index, NodePool value)
public ListNodePoolsResponse.Builder setNodePools(int index, NodePool value)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | NodePool |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
setNodePools(int index, NodePool.Builder builderForValue)
public ListNodePoolsResponse.Builder setNodePools(int index, NodePool.Builder builderForValue)
Node pools in the cluster.
repeated .google.cloud.edgecontainer.v1.NodePool node_pools = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | NodePool.Builder |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListNodePoolsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListNodePoolsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder |
setUnreachable(int index, String value)
public ListNodePoolsResponse.Builder setUnreachable(int index, String value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The unreachable to set. |
Returns | |
---|---|
Type | Description |
ListNodePoolsResponse.Builder | This builder for chaining. |