public interface GkeClusterReferenceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCluster()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
|
ByteString |
getClusterBytes()
The full or partial name of a GKE cluster, using one of the following
forms:
* `projects/{project}/locations/{location}/clusters/{cluster}`
* `locations/{location}/clusters/{cluster}`
* `{cluster}`
If project and location are not specified, the project and location of the
GameServerCluster resource are used to generate the full name of the
GKE cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getCluster()
The full or partial name of a GKE cluster, using one of the following forms: * `projects/{project}/locations/{location}/clusters/{cluster}` * `locations/{location}/clusters/{cluster}` * `{cluster}` If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster.
string cluster = 1;
ByteString getClusterBytes()
The full or partial name of a GKE cluster, using one of the following forms: * `projects/{project}/locations/{location}/clusters/{cluster}` * `locations/{location}/clusters/{cluster}` * `{cluster}` If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster.
string cluster = 1;
Copyright © 2020 Google LLC. All rights reserved.