Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class TemplateMetadata.
Metadata describing a template.
Generated from protobuf message google.dataflow.v1beta3.TemplateMetadata
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the template.
↳ description
string
Optional. A description of the template.
↳ parameters
↳ 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
string
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
getName
Required. The name of the template.
string
setName
Required. The name of the template.
var
string
$this
getDescription
Optional. A description of the template.
string
setDescription
Optional. A description of the template.
var
string
$this
getParameters
The parameters for the template.
setParameters
The parameters for the template.
$this
getStreaming
Optional. Indicates if the template is streaming or not.
bool
setStreaming
Optional. Indicates if the template is streaming or not.
var
bool
$this
getSupportsAtLeastOnce
Optional. Indicates if the streaming template supports at least once mode.
bool
setSupportsAtLeastOnce
Optional. Indicates if the streaming template supports at least once mode.
var
bool
$this
getSupportsExactlyOnce
Optional. Indicates if the streaming template supports exactly once mode.
bool
setSupportsExactlyOnce
Optional. Indicates if the streaming template supports exactly once mode.
var
bool
$this
getDefaultStreamingMode
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
string
setDefaultStreamingMode
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
var
string
$this