Cloud Dataplex v1 API - Class CancelMetadataJobRequest (3.12.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class CancelMetadataJobRequest.

Cancel metadata job request.

Inheritance

object > CancelMetadataJobRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CancelMetadataJobRequest()

public CancelMetadataJobRequest()

CancelMetadataJobRequest(CancelMetadataJobRequest)

public CancelMetadataJobRequest(CancelMetadataJobRequest other)
Parameter
Name Description
other CancelMetadataJobRequest

Properties

MetadataJobName

public MetadataJobName MetadataJobName { get; set; }

MetadataJobName-typed view over the Name resource name property.

Property Value
Type Description
MetadataJobName

Name

public string Name { get; set; }

Required. The resource name of the job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}

Property Value
Type Description
string

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.