Class: Google::Cloud::Functions::V1::CloudFunction::EnvironmentVariablesEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::CloudFunction::EnvironmentVariablesEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ ::String
267 268 269 270 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 267 class EnvironmentVariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
267 268 269 270 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 267 class EnvironmentVariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |