Interface EnvVarSourceOrBuilder (0.40.0)

public interface EnvVarSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSecretKeyRef()

public abstract SecretKeySelector getSecretKeyRef()

Selects a secret and a specific version from Cloud Secret Manager.

.google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;

Returns
TypeDescription
SecretKeySelector

The secretKeyRef.

getSecretKeyRefOrBuilder()

public abstract SecretKeySelectorOrBuilder getSecretKeyRefOrBuilder()

Selects a secret and a specific version from Cloud Secret Manager.

.google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;

Returns
TypeDescription
SecretKeySelectorOrBuilder

hasSecretKeyRef()

public abstract boolean hasSecretKeyRef()

Selects a secret and a specific version from Cloud Secret Manager.

.google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;

Returns
TypeDescription
boolean

Whether the secretKeyRef field is set.