Interface GkeClusterConfig.NamespacedGkeDeploymentTargetOrBuilder (2.3.1)

public static interface GkeClusterConfig.NamespacedGkeDeploymentTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterNamespace()

public abstract String getClusterNamespace()

Optional. A namespace within the GKE cluster to deploy into.

string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The clusterNamespace.

getClusterNamespaceBytes()

public abstract ByteString getClusterNamespaceBytes()

Optional. A namespace within the GKE cluster to deploy into.

string cluster_namespace = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for clusterNamespace.

getTargetGkeCluster()

public abstract String getTargetGkeCluster()

Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The targetGkeCluster.

getTargetGkeClusterBytes()

public abstract ByteString getTargetGkeClusterBytes()

Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

string target_gke_cluster = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for targetGkeCluster.