Class GetTemplateResponse
The response to a GetTemplate request.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class GetTemplateResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
The template metadata describing the template name, available parameters, etc.
Declaration
[JsonProperty("metadata")]
public virtual TemplateMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
TemplateMetadata |
RuntimeMetadata
Describes the runtime metadata with SDKInfo and available parameters.
Declaration
[JsonProperty("runtimeMetadata")]
public virtual RuntimeMetadata RuntimeMetadata { get; set; }
Property Value
Type | Description |
---|---|
RuntimeMetadata |
Status
The status of the get template request. Any problems with the request will be indicated in the error_details.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |
TemplateType
Template Type.
Declaration
[JsonProperty("templateType")]
public virtual string TemplateType { get; set; }
Property Value
Type | Description |
---|---|
string |