Class: Google::Cloud::Functions::V2::BuildConfig::EnvironmentVariablesEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns:

  • (::String)


328
329
330
331
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 328

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

#value::String

Returns:

  • (::String)


328
329
330
331
# File 'proto_docs/google/cloud/functions/v2/functions.rb', line 328

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