Class: Google::Cloud::Functions::V1::SecretEnvVar

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/functions/v1/functions.rb

Overview

Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String



487
488
489
490
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 487

class SecretEnvVar
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String



487
488
489
490
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 487

class SecretEnvVar
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#secret::String



487
488
489
490
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 487

class SecretEnvVar
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String



487
488
489
490
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 487

class SecretEnvVar
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end