Cloud Dataplex v1 API - Class RunTaskRequest (2.8.0)

public sealed class RunTaskRequest : IMessage<RunTaskRequest>, IEquatable<RunTaskRequest>, IDeepCloneable<RunTaskRequest>, IBufferMessage, IMessage

Inheritance

object > RunTaskRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

RunTaskRequest()

public RunTaskRequest()

RunTaskRequest(RunTaskRequest)

public RunTaskRequest(RunTaskRequest other)
Parameter
NameDescription
otherRunTaskRequest

Properties

Args

public MapField<string, string> Args { get; }

Optional. Execution spec arguments. If the map is left empty, the task will run with existing execution spec args from task definition. If the map contains an entry with a new key, the same will be added to existing set of args. If the map contains an entry with an existing arg key in task definition, the task will run with new arg value for that entry. Clearing an existing arg will require arg value to be explicitly set to a hyphen "-". The arg value cannot be empty.

Property Value
TypeDescription
MapFieldstringstring

Labels

public MapField<string, string> Labels { get; }

Optional. User-defined labels for the task. If the map is left empty, the task will run with existing labels from task definition. If the map contains an entry with a new key, the same will be added to existing set of labels. If the map contains an entry with an existing label key in task definition, the task will run with new label value for that entry. Clearing an existing label will require label value to be explicitly set to a hyphen "-". The label value cannot be empty.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Required. The resource name of the task: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}.

Property Value
TypeDescription
string

TaskName

public TaskName TaskName { get; set; }

TaskName-typed view over the Name resource name property.

Property Value
TypeDescription
TaskName