public sealed class LaunchFlexTemplateRequest : IMessage<LaunchFlexTemplateRequest>, IEquatable<LaunchFlexTemplateRequest>, IDeepCloneable<LaunchFlexTemplateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class LaunchFlexTemplateRequest.
A request to launch a Cloud Dataflow job from a FlexTemplate.
Implements
IMessageLaunchFlexTemplateRequest, IEquatableLaunchFlexTemplateRequest, IDeepCloneableLaunchFlexTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
LaunchFlexTemplateRequest()
public LaunchFlexTemplateRequest()LaunchFlexTemplateRequest(LaunchFlexTemplateRequest)
public LaunchFlexTemplateRequest(LaunchFlexTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
LaunchFlexTemplateRequest |
Properties
LaunchParameter
public LaunchFlexTemplateParameter LaunchParameter { get; set; }Required. Parameter to launch a job form Flex Template.
| Property Value | |
|---|---|
| Type | Description |
LaunchFlexTemplateParameter |
|
Location
public string Location { get; set; }Required. The regional endpoint to which to direct the request. E.g., us-central1, us-west1.
| 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 |
|
ValidateOnly
public bool ValidateOnly { get; set; }If true, the request is validated but not actually executed. Defaults to false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|