Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataJobsResource

The "metadataJobs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MetadataJobsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataJobsResource

Constructors

MetadataJobsResource(IClientService)

Constructs a new resource.

Declaration
public MetadataJobsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Cancel(GoogleCloudDataplexV1CancelMetadataJobRequest, string)

Cancels a metadata job.If you cancel a metadata import job that is in progress, the changes in the job might be partially applied. We recommend that you reset the state of the entry groups in your project by running another metadata job that reverts the changes from the canceled job.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataJobsResource.CancelRequest Cancel(GoogleCloudDataplexV1CancelMetadataJobRequest body, string name)
Parameters
Type Name Description
GoogleCloudDataplexV1CancelMetadataJobRequest body

The body of the request.

string name

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataJobsResource.CancelRequest

Create(GoogleCloudDataplexV1MetadataJob, string)

Creates a metadata job. For example, use a metadata job to import Dataplex Catalog entries and aspects from a third-party system into Dataplex.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataJobsResource.CreateRequest Create(GoogleCloudDataplexV1MetadataJob body, string parent)
Parameters
Type Name Description
GoogleCloudDataplexV1MetadataJob body

The body of the request.

string parent

Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataJobsResource.CreateRequest

Get(string)

Gets a metadata job.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataJobsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.MetadataJobsResource.GetRequest

List(string)

Lists metadata jobs.

Declaration
public virtual ProjectsResource.LocationsResource.MetadataJobsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}

Returns
Type Description
ProjectsResource.LocationsResource.MetadataJobsResource.ListRequest
In this article
Back to top Generated by DocFX