Cloud Dataplex v1 API - Class GetDataScanJobRequest (2.3.0)

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

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

Get DataScanJob request.

Inheritance

object > GetDataScanJobRequest

Namespace

Google Cloud Google.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetDataScanJobRequest()

public GetDataScanJobRequest()

GetDataScanJobRequest(GetDataScanJobRequest)

public GetDataScanJobRequest(GetDataScanJobRequest other)
Parameter
Name Description
other GetDataScanJobRequest

Properties

DataScanJobName

public DataScanJobName DataScanJobName { get; set; }

DataScanJobName-typed view over the Name resource name property.

Property Value
Type Description
DataScanJobName

Name

public string Name { get; set; }

Required. The resource name of the DataScanJob: projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id} where project refers to a project_id or project_number and location_id refers to a GCP region.

Property Value
Type Description
string

View

public GetDataScanJobRequest.Types.DataScanJobView View { get; set; }

Optional. Select the DataScanJob view to return. Defaults to BASIC.

Property Value
Type Description
GetDataScanJobRequest Types DataScanJobView

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.