Class: Google::Cloud::Dataflow::V1beta3::TemplateMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::TemplateMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
Metadata describing a template.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#parameters ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>
The parameters for the template.
Instance Attribute Details
#description ⇒ ::String
Returns Optional. A description of the template.
400 401 402 403 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 400 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the template.
400 401 402 403 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 400 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>
Returns The parameters for the template.
400 401 402 403 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 400 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |