Interface NodePoolOrBuilder (0.50.0)

publicinterface NodePoolOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

publicabstractbooleancontainsLabels(Stringkey)

Labels associated with this resource.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

getCreateTime()

publicabstractTimestampgetCreateTime()

Output only. The time when the node pool was created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

publicabstractTimestampOrBuildergetCreateTimeOrBuilder()

Output only. The time when the node pool was created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getLabels() (deprecated)

publicabstractMap<String,String>getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

publicabstractintgetLabelsCount()

Labels associated with this resource.

map<string, string> labels = 4;

Returns
Type Description
int

getLabelsMap()

publicabstractMap<String,String>getLabelsMap()

Labels associated with this resource.

map<string, string> labels = 4;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

publicabstractStringgetLabelsOrDefault(Stringkey,StringdefaultValue)

Labels associated with this resource.

map<string, string> labels = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

publicabstractStringgetLabelsOrThrow(Stringkey)

Labels associated with this resource.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getLocalDiskEncryption()

publicabstractNodePool.LocalDiskEncryptiongetLocalDiskEncryption()

Optional. Local disk encryption options. This field is only used when enabling CMEK support.

.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NodePool.LocalDiskEncryption

The localDiskEncryption.

getLocalDiskEncryptionOrBuilder()

publicabstractNodePool.LocalDiskEncryptionOrBuildergetLocalDiskEncryptionOrBuilder()

Optional. Local disk encryption options. This field is only used when enabling CMEK support.

.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NodePool.LocalDiskEncryptionOrBuilder

getMachineFilter()

publicabstractStringgetMachineFilter()

Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name=<name>", and is documented in more detail in AIP-160.

string machine_filter = 7;

Returns
Type Description
String

The machineFilter.

getMachineFilterBytes()

publicabstractByteStringgetMachineFilterBytes()

Only machines matching this filter will be allowed to join the node pool. The filtering language accepts strings like "name=<name>", and is documented in more detail in AIP-160.

string machine_filter = 7;

Returns
Type Description
ByteString

The bytes for machineFilter.

getName()

publicabstractStringgetName()

Required. The resource name of the node pool.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

Required. The resource name of the node pool.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getNodeConfig()

publicabstractNodePool.NodeConfiggetNodeConfig()

Optional. Configuration for each node in the NodePool

.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NodePool.NodeConfig

The nodeConfig.

getNodeConfigOrBuilder()

publicabstractNodePool.NodeConfigOrBuildergetNodeConfigOrBuilder()

Optional. Configuration for each node in the NodePool

.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
NodePool.NodeConfigOrBuilder

getNodeCount()

publicabstractintgetNodeCount()

Required. The number of nodes in the pool.

int32 node_count = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The nodeCount.

getNodeLocation()

publicabstractStringgetNodeLocation()

Name of the Google Distributed Cloud Edge zone where this node pool will be created. For example: us-central1-edge-customer-a.

string node_location = 8;

Returns
Type Description
String

The nodeLocation.

getNodeLocationBytes()

publicabstractByteStringgetNodeLocationBytes()

Name of the Google Distributed Cloud Edge zone where this node pool will be created. For example: us-central1-edge-customer-a.

string node_location = 8;

Returns
Type Description
ByteString

The bytes for nodeLocation.

getNodeVersion()

publicabstractStringgetNodeVersion()

Output only. The lowest release version among all worker nodes.

string node_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The nodeVersion.

getNodeVersionBytes()

publicabstractByteStringgetNodeVersionBytes()

Output only. The lowest release version among all worker nodes.

string node_version = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for nodeVersion.

getUpdateTime()

publicabstractTimestampgetUpdateTime()

Output only. The time when the node pool was last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

publicabstractTimestampOrBuildergetUpdateTimeOrBuilder()

Output only. The time when the node pool was last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

publicabstractbooleanhasCreateTime()

Output only. The time when the node pool was created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasLocalDiskEncryption()

publicabstractbooleanhasLocalDiskEncryption()

Optional. Local disk encryption options. This field is only used when enabling CMEK support.

.google.cloud.edgecontainer.v1.NodePool.LocalDiskEncryption local_disk_encryption = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the localDiskEncryption field is set.

hasNodeConfig()

publicabstractbooleanhasNodeConfig()

Optional. Configuration for each node in the NodePool

.google.cloud.edgecontainer.v1.NodePool.NodeConfig node_config = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the nodeConfig field is set.

hasUpdateTime()

publicabstractbooleanhasUpdateTime()

Output only. The time when the node pool was last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.