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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dataflow V1beta3 Client - Class TemplateMetadata (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.TemplateMetadata)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.TemplateMetadata)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.TemplateMetadata)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.TemplateMetadata)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.TemplateMetadata)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.TemplateMetadata)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.TemplateMetadata) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class TemplateMetadata.\n\nMetadata describing a template.\n\nGenerated from protobuf message `google.dataflow.v1beta3.TemplateMetadata`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The name of the template.\n\n### setName\n\nRequired. The name of the template.\n\n### getDescription\n\nOptional. A description of the template.\n\n### setDescription\n\nOptional. A description of the template.\n\n### getParameters\n\nThe parameters for the template.\n\n### setParameters\n\nThe parameters for the template.\n\n### getStreaming\n\nOptional. Indicates if the template is streaming or not.\n\n### setStreaming\n\nOptional. Indicates if the template is streaming or not.\n\n### getSupportsAtLeastOnce\n\nOptional. Indicates if the streaming template supports at least once mode.\n\n### setSupportsAtLeastOnce\n\nOptional. Indicates if the streaming template supports at least once mode.\n\n### getSupportsExactlyOnce\n\nOptional. Indicates if the streaming template supports exactly once mode.\n\n### setSupportsExactlyOnce\n\nOptional. Indicates if the streaming template supports exactly once mode.\n\n### getDefaultStreamingMode\n\nOptional. Indicates the default streaming mode for a streaming template.\n\nOnly valid if both supports_at_least_once and supports_exactly_once are\ntrue. Possible values: UNSPECIFIED, EXACTLY_ONCE and AT_LEAST_ONCE\n\n### setDefaultStreamingMode\n\nOptional. Indicates the default streaming mode for a streaming template.\n\nOnly valid if both supports_at_least_once and supports_exactly_once are\ntrue. Possible values: UNSPECIFIED, EXACTLY_ONCE and AT_LEAST_ONCE"]]