public sealed class CreateJobFromTemplateRequest : IMessage<CreateJobFromTemplateRequest>, IEquatable<CreateJobFromTemplateRequest>, IDeepCloneable<CreateJobFromTemplateRequest>, IBufferMessage, IMessageA request to create a Cloud Dataflow job from a template.
Implements
IMessage<CreateJobFromTemplateRequest>, IEquatable<CreateJobFromTemplateRequest>, IDeepCloneable<CreateJobFromTemplateRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
CreateJobFromTemplateRequest()
public CreateJobFromTemplateRequest()CreateJobFromTemplateRequest(CreateJobFromTemplateRequest)
public CreateJobFromTemplateRequest(CreateJobFromTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateJobFromTemplateRequest |
Properties
Environment
public RuntimeEnvironment Environment { get; set; }The runtime environment for the job.
| Property Value | |
|---|---|
| Type | Description |
RuntimeEnvironment |
|
GcsPath
public string GcsPath { get; set; }Required. A Cloud Storage path to the template from which to
create the job.
Must be a valid Cloud Storage URL, beginning with gs://.
| Property Value | |
|---|---|
| Type | Description |
String |
|
JobName
public string JobName { get; set; }Required. The job name to use for the created job.
| 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 |
|
Parameters
public MapField<string, string> Parameters { get; }The runtime parameters to pass to the job.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, 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 CreateJobFromTemplateRequest.TemplateOneofCase TemplateCase { get; }| Property Value | |
|---|---|
| Type | Description |
CreateJobFromTemplateRequest.TemplateOneofCase |
|