public sealed class GetTemplateRequest : IMessage<GetTemplateRequest>, IEquatable<GetTemplateRequest>, IDeepCloneable<GetTemplateRequest>, IBufferMessage, IMessageA request to retrieve a Cloud Dataflow job template.
Implements
IMessage<GetTemplateRequest>, IEquatable<GetTemplateRequest>, IDeepCloneable<GetTemplateRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
GetTemplateRequest()
public GetTemplateRequest()GetTemplateRequest(GetTemplateRequest)
public GetTemplateRequest(GetTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetTemplateRequest |
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 | |
|---|---|
| Type | Description |
String |
|
Location
public string Location { get; set; }The regional endpoint to which to direct the request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProjectId
public string ProjectId { get; set; }Required. The ID of the Cloud Platform project that the job belongs to.
| Property Value | |
|---|---|
| Type | Description |
String |
|
TemplateCase
public GetTemplateRequest.TemplateOneofCase TemplateCase { get; }| Property Value | |
|---|---|
| Type | Description |
GetTemplateRequest.TemplateOneofCase |
|
View
public GetTemplateRequest.Types.TemplateView View { get; set; }The view to retrieve. Defaults to METADATA_ONLY.
| Property Value | |
|---|---|
| Type | Description |
GetTemplateRequest.Types.TemplateView |
|