Dataflow v1beta3 API - Class GetTemplateRequest (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class GetTemplateRequest.

A request to retrieve a Cloud Dataflow job template.

Inheritance

object > GetTemplateRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

GetTemplateRequest()

public GetTemplateRequest()

GetTemplateRequest(GetTemplateRequest)

public GetTemplateRequest(GetTemplateRequest other)
Parameter
NameDescription
otherGetTemplateRequest

Properties

GcsPath

public string GcsPath { get; set; }

Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.

Property Value
TypeDescription
string

HasGcsPath

public bool HasGcsPath { get; }

Gets whether the "gcs_path" field is set

Property Value
TypeDescription
bool

Location

public string Location { get; set; }

The regional endpoint to which to direct the request.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Required. The ID of the Cloud Platform project that the job belongs to.

Property Value
TypeDescription
string

TemplateCase

public GetTemplateRequest.TemplateOneofCase TemplateCase { get; }
Property Value
TypeDescription
GetTemplateRequestTemplateOneofCase

View

public GetTemplateRequest.Types.TemplateView View { get; set; }

The view to retrieve. Defaults to METADATA_ONLY.

Property Value
TypeDescription
GetTemplateRequestTypesTemplateView