Class ListNodePoolsResponse.Builder (0.41.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

Static 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
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListNodePoolsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListNodePoolsResponse.Builder
Overrides

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
Overrides

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
Overrides

getDefaultInstanceForType()

public ListNodePoolsResponse getDefaultInstanceForType()
Returns
Type Description
ListNodePoolsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListNodePoolsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListNodePoolsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListNodePoolsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListNodePoolsResponse.Builder
Overrides

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
Overrides

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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListNodePoolsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListNodePoolsResponse.Builder
Overrides

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.