Class NodePoolAutoscaling (2.5.0)

public final class NodePoolAutoscaling extends GeneratedMessageV3 implements NodePoolAutoscalingOrBuilder

NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.

Protobuf type google.container.v1beta1.NodePoolAutoscaling

Static Fields

AUTOPROVISIONED_FIELD_NUMBER

public static final int AUTOPROVISIONED_FIELD_NUMBER
Field Value
TypeDescription
int

ENABLED_FIELD_NUMBER

public static final int ENABLED_FIELD_NUMBER
Field Value
TypeDescription
int

LOCATION_POLICY_FIELD_NUMBER

public static final int LOCATION_POLICY_FIELD_NUMBER
Field Value
TypeDescription
int

MAX_NODE_COUNT_FIELD_NUMBER

public static final int MAX_NODE_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

MIN_NODE_COUNT_FIELD_NUMBER

public static final int MIN_NODE_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_MAX_NODE_COUNT_FIELD_NUMBER

public static final int TOTAL_MAX_NODE_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

TOTAL_MIN_NODE_COUNT_FIELD_NUMBER

public static final int TOTAL_MIN_NODE_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NodePoolAutoscaling getDefaultInstance()
Returns
TypeDescription
NodePoolAutoscaling

getDescriptor()

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

newBuilder()

public static NodePoolAutoscaling.Builder newBuilder()
Returns
TypeDescription
NodePoolAutoscaling.Builder

newBuilder(NodePoolAutoscaling prototype)

public static NodePoolAutoscaling.Builder newBuilder(NodePoolAutoscaling prototype)
Parameter
NameDescription
prototypeNodePoolAutoscaling
Returns
TypeDescription
NodePoolAutoscaling.Builder

parseDelimitedFrom(InputStream input)

public static NodePoolAutoscaling parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NodePoolAutoscaling parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NodePoolAutoscaling parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NodePoolAutoscaling parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NodePoolAutoscaling parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NodePoolAutoscaling parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NodePoolAutoscaling parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NodePoolAutoscaling parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NodePoolAutoscaling parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NodePoolAutoscaling parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NodePoolAutoscaling parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NodePoolAutoscaling parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NodePoolAutoscaling
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NodePoolAutoscaling> parser()
Returns
TypeDescription
Parser<NodePoolAutoscaling>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAutoprovisioned()

public boolean getAutoprovisioned()

Can this node pool be deleted automatically.

bool autoprovisioned = 4;

Returns
TypeDescription
boolean

The autoprovisioned.

getDefaultInstanceForType()

public NodePoolAutoscaling getDefaultInstanceForType()
Returns
TypeDescription
NodePoolAutoscaling

getEnabled()

public boolean getEnabled()

Is autoscaling enabled for this node pool.

bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.

getLocationPolicy()

public NodePoolAutoscaling.LocationPolicy getLocationPolicy()

Location policy used when scaling up a nodepool.

.google.container.v1beta1.NodePoolAutoscaling.LocationPolicy location_policy = 5;

Returns
TypeDescription
NodePoolAutoscaling.LocationPolicy

The locationPolicy.

getLocationPolicyValue()

public int getLocationPolicyValue()

Location policy used when scaling up a nodepool.

.google.container.v1beta1.NodePoolAutoscaling.LocationPolicy location_policy = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for locationPolicy.

getMaxNodeCount()

public int getMaxNodeCount()

Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has to be enough quota to scale up the cluster.

int32 max_node_count = 3;

Returns
TypeDescription
int

The maxNodeCount.

getMinNodeCount()

public int getMinNodeCount()

Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.

int32 min_node_count = 2;

Returns
TypeDescription
int

The minNodeCount.

getParserForType()

public Parser<NodePoolAutoscaling> getParserForType()
Returns
TypeDescription
Parser<NodePoolAutoscaling>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTotalMaxNodeCount()

public int getTotalMaxNodeCount()

Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.

int32 total_max_node_count = 7;

Returns
TypeDescription
int

The totalMaxNodeCount.

getTotalMinNodeCount()

public int getTotalMinNodeCount()

Minimum number of nodes in the node pool. Must be greater than 1 less than total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.

int32 total_min_node_count = 6;

Returns
TypeDescription
int

The totalMinNodeCount.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public NodePoolAutoscaling.Builder newBuilderForType()
Returns
TypeDescription
NodePoolAutoscaling.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NodePoolAutoscaling.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NodePoolAutoscaling.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public NodePoolAutoscaling.Builder toBuilder()
Returns
TypeDescription
NodePoolAutoscaling.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException