Class NodePool.PlacementPolicy (2.40.0)

public static final class NodePool.PlacementPolicy extends GeneratedMessageV3 implements NodePool.PlacementPolicyOrBuilder

PlacementPolicy defines the placement policy used by the node pool.

Protobuf type google.container.v1.NodePool.PlacementPolicy

Static Fields

POLICY_NAME_FIELD_NUMBER

public static final int POLICY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

TPU_TOPOLOGY_FIELD_NUMBER

public static final int TPU_TOPOLOGY_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NodePool.PlacementPolicy getDefaultInstance()
Returns
TypeDescription
NodePool.PlacementPolicy

getDescriptor()

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

newBuilder()

public static NodePool.PlacementPolicy.Builder newBuilder()
Returns
TypeDescription
NodePool.PlacementPolicy.Builder

newBuilder(NodePool.PlacementPolicy prototype)

public static NodePool.PlacementPolicy.Builder newBuilder(NodePool.PlacementPolicy prototype)
Parameter
NameDescription
prototypeNodePool.PlacementPolicy
Returns
TypeDescription
NodePool.PlacementPolicy.Builder

parseDelimitedFrom(InputStream input)

public static NodePool.PlacementPolicy parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodePool.PlacementPolicy
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static NodePool.PlacementPolicy parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NodePool.PlacementPolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static NodePool.PlacementPolicy parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NodePool.PlacementPolicy
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static NodePool.PlacementPolicy parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NodePool.PlacementPolicy
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static NodePool.PlacementPolicy parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NodePool.PlacementPolicy
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<NodePool.PlacementPolicy> parser()
Returns
TypeDescription
Parser<PlacementPolicy>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public NodePool.PlacementPolicy getDefaultInstanceForType()
Returns
TypeDescription
NodePool.PlacementPolicy

getParserForType()

public Parser<NodePool.PlacementPolicy> getParserForType()
Returns
TypeDescription
Parser<PlacementPolicy>
Overrides

getPolicyName()

public String getPolicyName()

If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.

string policy_name = 3;

Returns
TypeDescription
String

The policyName.

getPolicyNameBytes()

public ByteString getPolicyNameBytes()

If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.

string policy_name = 3;

Returns
TypeDescription
ByteString

The bytes for policyName.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTpuTopology()

public String getTpuTopology()

Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies

string tpu_topology = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The tpuTopology.

getTpuTopologyBytes()

public ByteString getTpuTopologyBytes()

Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies

string tpu_topology = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for tpuTopology.

getType()

public NodePool.PlacementPolicy.Type getType()

The type of placement.

.google.container.v1.NodePool.PlacementPolicy.Type type = 1;

Returns
TypeDescription
NodePool.PlacementPolicy.Type

The type.

getTypeValue()

public int getTypeValue()

The type of placement.

.google.container.v1.NodePool.PlacementPolicy.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

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 NodePool.PlacementPolicy.Builder newBuilderForType()
Returns
TypeDescription
NodePool.PlacementPolicy.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public NodePool.PlacementPolicy.Builder toBuilder()
Returns
TypeDescription
NodePool.PlacementPolicy.Builder

writeTo(CodedOutputStream output)

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