Interface EnvVarSourceOrBuilder (0.32.0)

See more code actions.
public interface EnvVarSourceOrBuilder extends MessageOrBuilder
MessageOrBuilder
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.