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
-
#default_streaming_mode ⇒ ::String
Optional.
-
#description ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#parameters ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::ParameterMetadata>
The parameters for the template.
-
#streaming ⇒ ::Boolean
Optional.
-
#supports_at_least_once ⇒ ::Boolean
Optional.
-
#supports_exactly_once ⇒ ::Boolean
Optional.
Instance Attribute Details
#default_streaming_mode ⇒ ::String
Returns Optional. Indicates the default streaming mode for a streaming template. Only valid if both supports_at_least_once and supports_exactly_once are true. Possible values: UNSPECIFIED, EXACTLY_ONCE and AT_LEAST_ONCE.
500 501 502 503 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. A description of the template.
500 501 502 503 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the template.
500 501 502 503 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500 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.
500 501 502 503 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streaming ⇒ ::Boolean
Returns Optional. Indicates if the template is streaming or not.
500 501 502 503 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supports_at_least_once ⇒ ::Boolean
Returns Optional. Indicates if the streaming template supports at least once mode.
500 501 502 503 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supports_exactly_once ⇒ ::Boolean
Returns Optional. Indicates if the streaming template supports exactly once mode.
500 501 502 503 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 500 class TemplateMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |