Cloud Dataplex v1 API - Class DataScanJobName (2.15.0)

public sealed class DataScanJobName : IResourceName, IEquatable<DataScanJobName>

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

Resource name for the DataScanJob resource.

Inheritance

object > DataScanJobName

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataScanJobName(string, string, string, string)

public DataScanJobName(string projectId, string locationId, string dataScanId, string jobId)

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

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.

jobIdstring

The Job 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

JobId

public string JobId { get; }

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

Property Value
TypeDescription
string

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 DataScanJobName.ResourceNameType Type { get; }

The DataScanJobName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
DataScanJobNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

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

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(string, string, string, string)

public static string Format(string projectId, string locationId, string dataScanId, string jobId)

Formats the IDs into the string representation of this DataScanJobName with pattern projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}.

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.

jobIdstring

The Job ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this DataScanJobName with pattern projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}.

FormatProjectLocationDataScanJob(string, string, string, string)

public static string FormatProjectLocationDataScanJob(string projectId, string locationId, string dataScanId, string jobId)

Formats the IDs into the string representation of this DataScanJobName with pattern projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}.

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.

jobIdstring

The Job ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this DataScanJobName with pattern projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}.

FromProjectLocationDataScanJob(string, string, string, string)

public static DataScanJobName FromProjectLocationDataScanJob(string projectId, string locationId, string dataScanId, string jobId)

Creates a DataScanJobName with the pattern projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}.

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.

jobIdstring

The Job ID. Must not be null or empty.

Returns
TypeDescription
DataScanJobName

A new instance of DataScanJobName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static DataScanJobName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a DataScanJobName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
DataScanJobName

A new instance of DataScanJobName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static DataScanJobName Parse(string dataScanJobName)

Parses the given resource name string into a new DataScanJobName instance.

Parameter
NameDescription
dataScanJobNamestring

The resource name in string form. Must not be null.

Returns
TypeDescription
DataScanJobName

The parsed DataScanJobName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}

Parse(string, bool)

public static DataScanJobName Parse(string dataScanJobName, bool allowUnparsed)

Parses the given resource name string into a new DataScanJobName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
dataScanJobNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
DataScanJobName

The parsed DataScanJobName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
string

The string representation of the resource name.

Overrides

TryParse(string, out DataScanJobName)

public static bool TryParse(string dataScanJobName, out DataScanJobName result)

Tries to parse the given resource name string into a new DataScanJobName instance.

Parameters
NameDescription
dataScanJobNamestring

The resource name in string form. Must not be null.

resultDataScanJobName

When this method returns, the parsed DataScanJobName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}

TryParse(string, bool, out DataScanJobName)

public static bool TryParse(string dataScanJobName, bool allowUnparsed, out DataScanJobName result)

Tries to parse the given resource name string into a new DataScanJobName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
dataScanJobNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultDataScanJobName

When this method returns, the parsed DataScanJobName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(DataScanJobName, DataScanJobName)

public static bool operator ==(DataScanJobName a, DataScanJobName b)

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aDataScanJobName

The first resource name to compare, or null.

bDataScanJobName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is the same as the value of b; otherwise, false.

operator !=(DataScanJobName, DataScanJobName)

public static bool operator !=(DataScanJobName a, DataScanJobName b)

Determines whether two specified resource names have different values.

Parameters
NameDescription
aDataScanJobName

The first resource name to compare, or null.

bDataScanJobName

The second resource name to compare, or null.

Returns
TypeDescription
bool

true if the value of a is different from the value of b; otherwise, false.