Interface EnvVarSourceOrBuilder

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

    public interface EnvVarSourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SecretKeySelector getSecretKeyRef()
      Selects a secret and a specific version from Cloud Secret Manager.
      SecretKeySelectorOrBuilder getSecretKeyRefOrBuilder()
      Selects a secret and a specific version from Cloud Secret Manager.
      boolean hasSecretKeyRef()
      Selects a secret and a specific version from Cloud Secret Manager.
      • 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 Detail

      • hasSecretKeyRef

        boolean hasSecretKeyRef()
         Selects a secret and a specific version from Cloud Secret Manager.
         
        .google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;
        Returns:
        Whether the secretKeyRef field is set.
      • getSecretKeyRef

        SecretKeySelector getSecretKeyRef()
         Selects a secret and a specific version from Cloud Secret Manager.
         
        .google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;
        Returns:
        The secretKeyRef.
      • getSecretKeyRefOrBuilder

        SecretKeySelectorOrBuilder getSecretKeyRefOrBuilder()
         Selects a secret and a specific version from Cloud Secret Manager.
         
        .google.cloud.run.v2.SecretKeySelector secret_key_ref = 1;