TemplateMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata describing a template.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The name of the template. |
description |
str
Optional. A description of the template. |
parameters |
MutableSequence[google.cloud.dataflow_v1beta3.types.ParameterMetadata]
The parameters for the template. |
streaming |
bool
Optional. Indicates if the template is streaming or not. |
supports_at_least_once |
bool
Optional. Indicates if the streaming template supports at least once mode. |
supports_exactly_once |
bool
Optional. Indicates if the streaming template supports exactly once mode. |
default_streaming_mode |
str
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 |