Interface CreateNodePoolRequestOrBuilder (0.75.0)

publicinterface CreateNodePoolRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodePool()

publicabstractNodePoolgetNodePool()

Required. The node pool to create.

.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NodePool

The nodePool.

getNodePoolId()

publicabstractStringgetNodePoolId()

Required. A client-specified unique identifier for the node pool.

string node_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The nodePoolId.

getNodePoolIdBytes()

publicabstractByteStringgetNodePoolIdBytes()

Required. A client-specified unique identifier for the node pool.

string node_pool_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for nodePoolId.

getNodePoolOrBuilder()

publicabstractNodePoolOrBuildergetNodePoolOrBuilder()

Required. The node pool to create.

.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
NodePoolOrBuilder

getParent()

publicabstractStringgetParent()

Required. The parent cluster where this node pool will be created.

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

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. The parent cluster where this node pool will be created.

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

Returns
Type Description
ByteString

The bytes for parent.

getRequestId()

publicabstractStringgetRequestId()

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if request_id is provided.

string request_id = 4;

Returns
Type Description
String

The requestId.

getRequestIdBytes()

publicabstractByteStringgetRequestIdBytes()

A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if request_id is provided.

string request_id = 4;

Returns
Type Description
ByteString

The bytes for requestId.

hasNodePool()

publicabstractbooleanhasNodePool()

Required. The node pool to create.

.google.cloud.edgecontainer.v1.NodePool node_pool = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the nodePool 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.