public sealed class GetTemplateResponse : IMessage<GetTemplateResponse>, IEquatable<GetTemplateResponse>, IDeepCloneable<GetTemplateResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class GetTemplateResponse.
The response to a GetTemplate request.
Implements
IMessageGetTemplateResponse, IEquatableGetTemplateResponse, IDeepCloneableGetTemplateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
GetTemplateResponse()
public GetTemplateResponse()GetTemplateResponse(GetTemplateResponse)
public GetTemplateResponse(GetTemplateResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GetTemplateResponse |
Properties
Metadata
public TemplateMetadata Metadata { get; set; }The template metadata describing the template name, available parameters, etc.
| Property Value | |
|---|---|
| Type | Description |
TemplateMetadata |
|
RuntimeMetadata
public RuntimeMetadata RuntimeMetadata { get; set; }Describes the runtime metadata with SDKInfo and available parameters.
| Property Value | |
|---|---|
| Type | Description |
RuntimeMetadata |
|
Status
public Status Status { get; set; }The status of the get template request. Any problems with the request will be indicated in the error_details.
| Property Value | |
|---|---|
| Type | Description |
Status |
|
TemplateType
public GetTemplateResponse.Types.TemplateType TemplateType { get; set; }Template Type.
| Property Value | |
|---|---|
| Type | Description |
GetTemplateResponseTypesTemplateType |
|