Class: Google::Cloud::Dataflow::V1beta3::RuntimeMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::RuntimeMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
RuntimeMetadata describing a runtime environment.
Instance Attribute Summary collapse
-
#parameters ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>
The parameters for the template.
-
#sdk_info ⇒ ::Google::Cloud::Dataflow::V1beta3::SDKInfo
SDK Info for the template.
Instance Attribute Details
#parameters ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>
Returns The parameters for the template.
436 437 438 439 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 436 class RuntimeMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sdk_info ⇒ ::Google::Cloud::Dataflow::V1beta3::SDKInfo
Returns SDK Info for the template.
436 437 438 439 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 436 class RuntimeMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |