public interface GameServerClusterOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels associated with this game server cluster.
|
GameServerClusterConnectionInfo |
getConnectionInfo()
Game server cluster connection information.
|
GameServerClusterConnectionInfoOrBuilder |
getConnectionInfoOrBuilder()
Game server cluster connection information.
|
Timestamp |
getCreateTime()
Output only.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Human readable description of the cluster.
|
ByteString |
getDescriptionBytes()
Human readable description of the cluster.
|
String |
getEtag()
ETag of the resource.
|
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.
|
ByteString |
getNameBytes()
Required.
|
Timestamp |
getUpdateTime()
Output only.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasConnectionInfo()
Game server cluster connection information.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Required. The resource name of the game server cluster, using the 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];ByteString getNameBytes()
Required. The resource name of the game server cluster, using the 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];
Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
Timestamp getUpdateTime()
Output only. The last-modified time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
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()
Game server cluster connection information. This information is used to manage game server clusters.
.google.cloud.gaming.v1alpha.GameServerClusterConnectionInfo connection_info = 5;GameServerClusterConnectionInfo getConnectionInfo()
Game server cluster connection information. This information is used to manage game server clusters.
.google.cloud.gaming.v1alpha.GameServerClusterConnectionInfo connection_info = 5;GameServerClusterConnectionInfoOrBuilder getConnectionInfoOrBuilder()
Game server cluster connection information. This information is used to manage game server clusters.
.google.cloud.gaming.v1alpha.GameServerClusterConnectionInfo connection_info = 5;String getEtag()
ETag of the resource.
string etag = 6;ByteString getEtagBytes()
ETag of the resource.
string etag = 6;String getDescription()
Human readable description of the cluster.
string description = 7;ByteString getDescriptionBytes()
Human readable description of the cluster.
string description = 7;Copyright © 2020 Google LLC. All rights reserved.