Interface AttachedProxyConfigOrBuilder (0.40.0)

public interface AttachedProxyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKubernetesSecret()

public abstract KubernetesSecret getKubernetesSecret()

The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in

.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;

Returns
TypeDescription
KubernetesSecret

The kubernetesSecret.

getKubernetesSecretOrBuilder()

public abstract KubernetesSecretOrBuilder getKubernetesSecretOrBuilder()

The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in

.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;

Returns
TypeDescription
KubernetesSecretOrBuilder

hasKubernetesSecret()

public abstract boolean hasKubernetesSecret()

The Kubernetes Secret resource that contains the HTTP(S) proxy configuration. The secret must be a JSON encoded proxy configuration as described in

.google.cloud.gkemulticloud.v1.KubernetesSecret kubernetes_secret = 1;

Returns
TypeDescription
boolean

Whether the kubernetesSecret field is set.