public interface GameServerClusterConnectionInfoOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GameServerClusterConnectionInfo.ClusterReferenceCase |
getClusterReferenceCase() |
GkeClusterReference |
getGkeClusterReference()
Reference to the GKE cluster where the game servers are installed.
|
GkeClusterReferenceOrBuilder |
getGkeClusterReferenceOrBuilder()
Reference to the GKE cluster where the game servers are installed.
|
GkeHubClusterReference |
getGkeHubClusterReference()
Reference to an external (non-GKE) cluster registered with GKE Hub using
the GKE connect agent.
|
GkeHubClusterReferenceOrBuilder |
getGkeHubClusterReferenceOrBuilder()
Reference to an external (non-GKE) cluster registered with GKE Hub using
the GKE connect agent.
|
String |
getNamespace()
Namespace designated on the game server cluster where the game server
instances will be created.
|
ByteString |
getNamespaceBytes()
Namespace designated on the game server cluster where the game server
instances will be created.
|
boolean |
hasGkeClusterReference()
Reference to the GKE cluster where the game servers are installed.
|
boolean |
hasGkeHubClusterReference()
Reference to an external (non-GKE) cluster registered with GKE Hub using
the GKE connect agent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasGkeClusterReference()
Reference to the GKE cluster where the game servers are installed.
.google.cloud.gaming.v1alpha.GkeClusterReference gke_cluster_reference = 7;GkeClusterReference getGkeClusterReference()
Reference to the GKE cluster where the game servers are installed.
.google.cloud.gaming.v1alpha.GkeClusterReference gke_cluster_reference = 7;GkeClusterReferenceOrBuilder getGkeClusterReferenceOrBuilder()
Reference to the GKE cluster where the game servers are installed.
.google.cloud.gaming.v1alpha.GkeClusterReference gke_cluster_reference = 7;boolean hasGkeHubClusterReference()
Reference to an external (non-GKE) cluster registered with GKE Hub using the GKE connect agent. See https://cloud.google.com/anthos/multicluster-management/ for more information about registering non-GKE clusters.
.google.cloud.gaming.v1alpha.GkeHubClusterReference gke_hub_cluster_reference = 8;GkeHubClusterReference getGkeHubClusterReference()
Reference to an external (non-GKE) cluster registered with GKE Hub using the GKE connect agent. See https://cloud.google.com/anthos/multicluster-management/ for more information about registering non-GKE clusters.
.google.cloud.gaming.v1alpha.GkeHubClusterReference gke_hub_cluster_reference = 8;GkeHubClusterReferenceOrBuilder getGkeHubClusterReferenceOrBuilder()
Reference to an external (non-GKE) cluster registered with GKE Hub using the GKE connect agent. See https://cloud.google.com/anthos/multicluster-management/ for more information about registering non-GKE clusters.
.google.cloud.gaming.v1alpha.GkeHubClusterReference gke_hub_cluster_reference = 8;String getNamespace()
Namespace designated on the game server cluster where the game server instances will be created. The namespace existence will be validated during creation.
string namespace = 5;ByteString getNamespaceBytes()
Namespace designated on the game server cluster where the game server instances will be created. The namespace existence will be validated during creation.
string namespace = 5;GameServerClusterConnectionInfo.ClusterReferenceCase getClusterReferenceCase()
Copyright © 2020 Google LLC. All rights reserved.