public sealed class TemplateMetadata : IMessage<TemplateMetadata>, IEquatable<TemplateMetadata>, IDeepCloneable<TemplateMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class TemplateMetadata.
Metadata describing a template.
Implements
IMessageTemplateMetadata, IEquatableTemplateMetadata, IDeepCloneableTemplateMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
TemplateMetadata()
public TemplateMetadata()
TemplateMetadata(TemplateMetadata)
public TemplateMetadata(TemplateMetadata other)
Parameter | |
---|---|
Name | Description |
other |
TemplateMetadata |
Properties
Description
public string Description { get; set; }
Optional. A description of the template.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the template.
Property Value | |
---|---|
Type | Description |
string |
Parameters
public RepeatedField<ParameterMetadata> Parameters { get; }
The parameters for the template.
Property Value | |
---|---|
Type | Description |
RepeatedFieldParameterMetadata |