Cloud Dataplex v1 API - Class DataScanName (2.4.0)

public sealed class DataScanName : IResourceName, IEquatable<DataScanName>

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

Resource name for the DataScan resource.

Inheritance

object > DataScanName

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataScanName(string, string, string)

public DataScanName(string projectId, string locationId, string dataScanId)

Constructs a new instance of a DataScanName class from the component parts of pattern projects/{project}/locations/{location}/dataScans/{dataScan}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

dataScanIdstring

The DataScan ID. Must not be null or empty.

Properties

DataScanId

public string DataScanId { get; }

The DataScan ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

Type

public DataScanName.ResourceNameType Type { get; }

The DataScanName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
DataScanNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.