Class GetTemplateResponse (1.0.0-beta03)

public sealed class GetTemplateResponse : IMessage<GetTemplateResponse>, IEquatable<GetTemplateResponse>, IDeepCloneable<GetTemplateResponse>, IBufferMessage, IMessage

The response to a GetTemplate request.

Inheritance

Object > GetTemplateResponse

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

GetTemplateResponse()

public GetTemplateResponse()

GetTemplateResponse(GetTemplateResponse)

public GetTemplateResponse(GetTemplateResponse other)
Parameter
NameDescription
otherGetTemplateResponse

Properties

Metadata

public TemplateMetadata Metadata { get; set; }

The template metadata describing the template name, available parameters, etc.

Property Value
TypeDescription
TemplateMetadata

RuntimeMetadata

public RuntimeMetadata RuntimeMetadata { get; set; }

Describes the runtime metadata with SDKInfo and available parameters.

Property Value
TypeDescription
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
TypeDescription
Status

TemplateType

public GetTemplateResponse.Types.TemplateType TemplateType { get; set; }

Template Type.

Property Value
TypeDescription
GetTemplateResponse.Types.TemplateType