Interface CreateClusterRequestOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface CreateClusterRequestOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |