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.
Namespace
Google.Cloud.Dataplex.V1Assembly
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 | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
dataScanId | string The |
Properties
DataScanId
public string DataScanId { get; }
The DataScan
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
Type
public DataScanName.ResourceNameType Type { get; }
The DataScanName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
DataScanNameResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.