Interface CreateClusterRequestOrBuilder (0.1.0)

publicinterface CreateClusterRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCluster()

publicabstractClustergetCluster()

Required. Cluster to create.

.google.cloud.hypercomputecluster.v1beta.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Cluster

The cluster.

getClusterId()

publicabstractStringgetClusterId()

Required. ID of the cluster to create. Must conform to RFC-1034 (lower-case, alphanumeric, and at most 63 characters).

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

Returns
Type Description
String

The clusterId.

getClusterIdBytes()

publicabstractByteStringgetClusterIdBytes()

Required. ID of the cluster to create. Must conform to RFC-1034 (lower-case, alphanumeric, and at most 63 characters).

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

Returns
Type Description
ByteString

The bytes for clusterId.

getClusterOrBuilder()

publicabstractClusterOrBuildergetClusterOrBuilder()

Required. Cluster to create.

.google.cloud.hypercomputecluster.v1beta.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ClusterOrBuilder

getParent()

publicabstractStringgetParent()

Required. Parent location in which the cluster should be created, in the format projects/{project}/locations/{location}.

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

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. Parent location in which the cluster should be created, in the format projects/{project}/locations/{location}.

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

Returns
Type Description
ByteString

The bytes for parent.

getRequestId()

publicabstractStringgetRequestId()

Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The requestId.

getRequestIdBytes()

publicabstractByteStringgetRequestIdBytes()

Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.

string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for requestId.

hasCluster()

publicabstractbooleanhasCluster()

Required. Cluster to create.

.google.cloud.hypercomputecluster.v1beta.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cluster 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年12月17日 UTC.