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.
Implements
IMessageGetTemplateRequest, IEquatableGetTemplateRequest, IDeepCloneableGetTemplateRequest, 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 |
HasGcsPath
public bool HasGcsPath { get; }
Gets whether the "gcs_path" field is set
Property Value | |
---|---|
Type | Description |
bool |
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 |
GetTemplateRequestTemplateOneofCase |
View
public GetTemplateRequest.Types.TemplateView View { get; set; }
The view to retrieve. Defaults to METADATA_ONLY.
Property Value | |
---|---|
Type | Description |
GetTemplateRequestTypesTemplateView |