Cloud Dataplex v1 API - Class GetDataScanRequest (3.8.0)

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

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

Get dataScan request.

Inheritance

object > GetDataScanRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetDataScanRequest()

public GetDataScanRequest()

GetDataScanRequest(GetDataScanRequest)

public GetDataScanRequest(GetDataScanRequest other)
Parameter
Name Description
other GetDataScanRequest

Properties

DataScanName

public DataScanName DataScanName { get; set; }

DataScanName-typed view over the Name resource name property.

Property Value
Type Description
DataScanName

Name

public string Name { get; set; }

Required. The resource name of the dataScan: projects/{project}/locations/{location_id}/dataScans/{data_scan_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 GetDataScanRequest.Types.DataScanView View { get; set; }

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

Property Value
Type Description
GetDataScanRequest Types DataScanView

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.