Interface CreateClusterRequestOrBuilder (0.16.0)

publicinterface CreateClusterRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCluster()

publicabstractClustergetCluster()

Required. The cluster to create.

.google.cloud.edgecontainer.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Cluster

The cluster.

getClusterId()

publicabstractStringgetClusterId()

Required. A client-specified unique identifier for the cluster.

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

Returns
Type Description
String

The clusterId.

getClusterIdBytes()

publicabstractByteStringgetClusterIdBytes()

Required. A client-specified unique identifier for the cluster.

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

Returns
Type Description
ByteString

The bytes for clusterId.

getClusterOrBuilder()

publicabstractClusterOrBuildergetClusterOrBuilder()

Required. The cluster to create.

.google.cloud.edgecontainer.v1.Cluster cluster = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ClusterOrBuilder

getParent()

publicabstractStringgetParent()

Required. The parent location where this cluster 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 location where this cluster 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.

hasCluster()

publicabstractbooleanhasCluster()

Required. The cluster to create.

.google.cloud.edgecontainer.v1.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年10月30日 UTC.