Interface SecretEnvVarOrBuilder (3.64.0)

public interface SecretEnvVarOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. Name of the secret environment variable.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Name of the secret environment variable.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getSecretRef()

public abstract SecretRef getSecretRef()

Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

.google.cloud.aiplatform.v1.SecretRef secret_ref = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecretRef

The secretRef.

getSecretRefOrBuilder()

public abstract SecretRefOrBuilder getSecretRefOrBuilder()

Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

.google.cloud.aiplatform.v1.SecretRef secret_ref = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecretRefOrBuilder

hasSecretRef()

public abstract boolean hasSecretRef()

Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

.google.cloud.aiplatform.v1.SecretRef secret_ref = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the secretRef field is set.