Class GetTemplateRequest (1.0.0-beta03)

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

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

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
GetTemplateRequest.TemplateOneofCase

View

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

The view to retrieve. Defaults to METADATA_ONLY.

Property Value
TypeDescription
GetTemplateRequest.Types.TemplateView