Class ListNodePoolsResponse.Builder (2.5.0)

public static final class ListNodePoolsResponse.Builder extends GeneratedMessageV3.Builder<ListNodePoolsResponse.Builder> implements ListNodePoolsResponseOrBuilder

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Protobuf type google.container.v1beta1.ListNodePoolsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllNodePools(Iterable<? extends NodePool> values)

public ListNodePoolsResponse.Builder addAllNodePools(Iterable<? extends NodePool> values)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.container.v1beta1.NodePool>
Returns
TypeDescription
ListNodePoolsResponse.Builder

addNodePools(NodePool value)

public ListNodePoolsResponse.Builder addNodePools(NodePool value)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
valueNodePool
Returns
TypeDescription
ListNodePoolsResponse.Builder

addNodePools(NodePool.Builder builderForValue)

public ListNodePoolsResponse.Builder addNodePools(NodePool.Builder builderForValue)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
builderForValueNodePool.Builder
Returns
TypeDescription
ListNodePoolsResponse.Builder

addNodePools(int index, NodePool value)

public ListNodePoolsResponse.Builder addNodePools(int index, NodePool value)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameters
NameDescription
indexint
valueNodePool
Returns
TypeDescription
ListNodePoolsResponse.Builder

addNodePools(int index, NodePool.Builder builderForValue)

public ListNodePoolsResponse.Builder addNodePools(int index, NodePool.Builder builderForValue)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameters
NameDescription
indexint
builderForValueNodePool.Builder
Returns
TypeDescription
ListNodePoolsResponse.Builder

addNodePoolsBuilder()

public NodePool.Builder addNodePoolsBuilder()

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Returns
TypeDescription
NodePool.Builder

addNodePoolsBuilder(int index)

public NodePool.Builder addNodePoolsBuilder(int index)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodePool.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListNodePoolsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

build()

public ListNodePoolsResponse build()
Returns
TypeDescription
ListNodePoolsResponse

buildPartial()

public ListNodePoolsResponse buildPartial()
Returns
TypeDescription
ListNodePoolsResponse

clear()

public ListNodePoolsResponse.Builder clear()
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListNodePoolsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

clearNodePools()

public ListNodePoolsResponse.Builder clearNodePools()

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Returns
TypeDescription
ListNodePoolsResponse.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ListNodePoolsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

clone()

public ListNodePoolsResponse.Builder clone()
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListNodePoolsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListNodePoolsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNodePools(int index)

public NodePool getNodePools(int index)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodePool

getNodePoolsBuilder(int index)

public NodePool.Builder getNodePoolsBuilder(int index)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodePool.Builder

getNodePoolsBuilderList()

public List<NodePool.Builder> getNodePoolsBuilderList()

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Returns
TypeDescription
List<Builder>

getNodePoolsCount()

public int getNodePoolsCount()

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Returns
TypeDescription
int

getNodePoolsList()

public List<NodePool> getNodePoolsList()

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Returns
TypeDescription
List<NodePool>

getNodePoolsOrBuilder(int index)

public NodePoolOrBuilder getNodePoolsOrBuilder(int index)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodePoolOrBuilder

getNodePoolsOrBuilderList()

public List<? extends NodePoolOrBuilder> getNodePoolsOrBuilderList()

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Returns
TypeDescription
List<? extends com.google.container.v1beta1.NodePoolOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListNodePoolsResponse other)

public ListNodePoolsResponse.Builder mergeFrom(ListNodePoolsResponse other)
Parameter
NameDescription
otherListNodePoolsResponse
Returns
TypeDescription
ListNodePoolsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListNodePoolsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListNodePoolsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListNodePoolsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

removeNodePools(int index)

public ListNodePoolsResponse.Builder removeNodePools(int index)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListNodePoolsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListNodePoolsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

setNodePools(int index, NodePool value)

public ListNodePoolsResponse.Builder setNodePools(int index, NodePool value)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameters
NameDescription
indexint
valueNodePool
Returns
TypeDescription
ListNodePoolsResponse.Builder

setNodePools(int index, NodePool.Builder builderForValue)

public ListNodePoolsResponse.Builder setNodePools(int index, NodePool.Builder builderForValue)

A list of node pools for a cluster.

repeated .google.container.v1beta1.NodePool node_pools = 1;

Parameters
NameDescription
indexint
builderForValueNodePool.Builder
Returns
TypeDescription
ListNodePoolsResponse.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListNodePoolsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListNodePoolsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListNodePoolsResponse.Builder
Overrides