Interface SecretEnvVarOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecretEnvVar, SecretEnvVar.Builder

@Generated public interface SecretEnvVarOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    Required.
    boolean
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       Required. Name of the secret environment variable.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Required. Name of the secret environment variable.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for name.
    • hasSecretRef

      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:
      Whether the secretRef field is set.
    • getSecretRef

      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:
      The secretRef.
    • getSecretRefOrBuilder

      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];