public sealed class LaunchTemplateResponse : IMessage<LaunchTemplateResponse>, IEquatable<LaunchTemplateResponse>, IDeepCloneable<LaunchTemplateResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class LaunchTemplateResponse.
Response to the request to launch a template.
Implements
IMessageLaunchTemplateResponse, IEquatableLaunchTemplateResponse, IDeepCloneableLaunchTemplateResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
LaunchTemplateResponse()
public LaunchTemplateResponse()LaunchTemplateResponse(LaunchTemplateResponse)
public LaunchTemplateResponse(LaunchTemplateResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
LaunchTemplateResponse |
Properties
Job
public Job Job { get; set; }The job that was launched, if the request was not a dry run and the job was successfully launched.
| Property Value | |
|---|---|
| Type | Description |
Job |
|