public interface GameServerClusterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels associated with this game server cluster.
|
KubernetesClusterState |
getClusterState()
Output only.
|
KubernetesClusterStateOrBuilder |
getClusterStateOrBuilder()
Output only.
|
GameServerClusterConnectionInfo |
getConnectionInfo()
The game server cluster connection information.
|
GameServerClusterConnectionInfoOrBuilder |
getConnectionInfoOrBuilder()
The game server cluster connection information.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Human readable description of the cluster.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Human readable description of the cluster.
|
String |
getEtag()
ETag of the resource.
|
com.google.protobuf.ByteString |
getEtagBytes()
ETag of the resource.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels associated with this game server cluster.
|
Map<String,String> |
getLabelsMap()
The labels associated with this game server cluster.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels associated with this game server cluster.
|
String |
getLabelsOrThrow(String key)
The labels associated with this game server cluster.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasClusterState()
Output only.
|
boolean |
hasConnectionInfo()
The game server cluster connection information.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource name of the game server cluster, in the following form:
`projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`.
For example,
`projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster`.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the game server cluster, in the following form:
`projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`.
For example,
`projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster`.
string name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
The labels associated with this game server cluster. Each label is a key-value pair.
map<string, string> labels = 4;boolean containsLabels(String key)
The labels associated with this game server cluster. Each label is a key-value pair.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
The labels associated with this game server cluster. Each label is a key-value pair.
map<string, string> labels = 4;String getLabelsOrDefault(String key, String defaultValue)
The labels associated with this game server cluster. Each label is a key-value pair.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
The labels associated with this game server cluster. Each label is a key-value pair.
map<string, string> labels = 4;boolean hasConnectionInfo()
The game server cluster connection information. This information is used to manage game server clusters.
.google.cloud.gaming.v1.GameServerClusterConnectionInfo connection_info = 5;GameServerClusterConnectionInfo getConnectionInfo()
The game server cluster connection information. This information is used to manage game server clusters.
.google.cloud.gaming.v1.GameServerClusterConnectionInfo connection_info = 5;GameServerClusterConnectionInfoOrBuilder getConnectionInfoOrBuilder()
The game server cluster connection information. This information is used to manage game server clusters.
.google.cloud.gaming.v1.GameServerClusterConnectionInfo connection_info = 5;String getEtag()
ETag of the resource.
string etag = 6;com.google.protobuf.ByteString getEtagBytes()
ETag of the resource.
string etag = 6;String getDescription()
Human readable description of the cluster.
string description = 7;com.google.protobuf.ByteString getDescriptionBytes()
Human readable description of the cluster.
string description = 7;boolean hasClusterState()
Output only. The state of the Kubernetes cluster, this will be available if 'view' is set to `FULL` in the relevant List/Get/Preview request.
.google.cloud.gaming.v1.KubernetesClusterState cluster_state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
KubernetesClusterState getClusterState()
Output only. The state of the Kubernetes cluster, this will be available if 'view' is set to `FULL` in the relevant List/Get/Preview request.
.google.cloud.gaming.v1.KubernetesClusterState cluster_state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
KubernetesClusterStateOrBuilder getClusterStateOrBuilder()
Output only. The state of the Kubernetes cluster, this will be available if 'view' is set to `FULL` in the relevant List/Get/Preview request.
.google.cloud.gaming.v1.KubernetesClusterState cluster_state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2023 Google LLC. All rights reserved.