Cloud Dataplex v1 API - Class RunTaskResponse (3.12.0)

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

Inheritance

object > RunTaskResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

RunTaskResponse()

public RunTaskResponse()

RunTaskResponse(RunTaskResponse)

public RunTaskResponse(RunTaskResponse other)
Parameter
Name Description
other RunTaskResponse

Properties

Job

public Job Job { get; set; }

Jobs created by RunTask API.

Property Value
Type Description
Job

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.