public interface GameServerDeploymentOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels associated with this game server deployment.
|
Timestamp |
getCreateTime()
Output only.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Human readable description of the game server deployment.
|
ByteString |
getDescriptionBytes()
Human readable description of the game server deployment.
|
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 deployment.
|
Map<String,String> |
getLabelsMap()
The labels associated with this game server deployment.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels associated with this game server deployment.
|
String |
getLabelsOrThrow(String key)
The labels associated with this game server deployment.
|
String |
getName()
The resource name of the game server deployment, using the form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
|
ByteString |
getNameBytes()
The resource name of the game server deployment, using the form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
|
Timestamp |
getUpdateTime()
Output only.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
The resource name of the game server deployment, using the form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
For example,
`projects/my-project/locations/{location}/gameServerDeployments/my-deployment`.
string name = 1;ByteString getNameBytes()
The resource name of the game server deployment, using the form:
`projects/{project}/locations/{location}/gameServerDeployments/{deployment}`.
For example,
`projects/my-project/locations/{location}/gameServerDeployments/my-deployment`.
string name = 1;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 deployment. Each label is a key-value pair.
map<string, string> labels = 4;boolean containsLabels(String key)
The labels associated with this game server deployment. 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 deployment. 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 deployment. Each label is a key-value pair.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
The labels associated with this game server deployment. Each label is a key-value pair.
map<string, string> labels = 4;String getEtag()
ETag of the resource.
string etag = 7;ByteString getEtagBytes()
ETag of the resource.
string etag = 7;String getDescription()
Human readable description of the game server deployment.
string description = 8;ByteString getDescriptionBytes()
Human readable description of the game server deployment.
string description = 8;Copyright © 2020 Google LLC. All rights reserved.