Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::TemplateMetadata.
Metadata describing a template.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#description
def description() -> ::String Returns 
 - (::String) — Optional. A description of the template.
 
#description=
def description=(value) -> ::String Parameter 
 - value (::String) — Optional. A description of the template.
 
 Returns 
 - (::String) — Optional. A description of the template.
 
#name
def name() -> ::String Returns 
 - (::String) — Required. The name of the template.
 
#name=
def name=(value) -> ::String Parameter 
 - value (::String) — Required. The name of the template.
 
 Returns 
 - (::String) — Required. The name of the template.
 
#parameters
def parameters() -> ::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata> Returns 
 - (::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>) — The parameters for the template.
 
#parameters=
def parameters=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata> Parameter 
 - value (::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>) — The parameters for the template.
 
 Returns 
 - (::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>) — The parameters for the template.