public sealed class TemplateMetadata : IMessage<TemplateMetadata>, IEquatable<TemplateMetadata>, IDeepCloneable<TemplateMetadata>, IBufferMessage, IMessageMetadata describing a template.
Implements
IMessage<TemplateMetadata>, IEquatable<TemplateMetadata>, IDeepCloneable<TemplateMetadata>, 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 |
RepeatedField<ParameterMetadata> |
|