Class: Google::Cloud::Batch::V1::Environment::VariablesEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::Environment::VariablesEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/task.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ ::String
483 484 485 486 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 483 class VariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
483 484 485 486 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 483 class VariablesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |