Class EvaluationJobName (1.0.0-beta03)

public sealed class EvaluationJobName : IResourceName, IEquatable<EvaluationJobName>

Resource name for the EvaluationJob resource.

Inheritance

Object > EvaluationJobName

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

EvaluationJobName(String, String)

public EvaluationJobName(string projectId, string evaluationJobId)

Constructs a new instance of a EvaluationJobName class from the component parts of pattern projects/{project}/evaluationJobs/{evaluation_job}

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

evaluationJobIdString

The EvaluationJob ID. Must not be null or empty.

Properties

EvaluationJobId

public string EvaluationJobId { get; }

The EvaluationJob 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
Boolean

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

The EvaluationJobName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
EvaluationJobName.ResourceNameType

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)

public static string Format(string projectId, string evaluationJobId)

Formats the IDs into the string representation of this EvaluationJobName with pattern projects/{project}/evaluationJobs/{evaluation_job}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

evaluationJobIdString

The EvaluationJob ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this EvaluationJobName with pattern projects/{project}/evaluationJobs/{evaluation_job}.

FormatProjectEvaluationJob(String, String)

public static string FormatProjectEvaluationJob(string projectId, string evaluationJobId)

Formats the IDs into the string representation of this EvaluationJobName with pattern projects/{project}/evaluationJobs/{evaluation_job}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

evaluationJobIdString

The EvaluationJob ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this EvaluationJobName with pattern projects/{project}/evaluationJobs/{evaluation_job}.

FromProjectEvaluationJob(String, String)

public static EvaluationJobName FromProjectEvaluationJob(string projectId, string evaluationJobId)

Creates a EvaluationJobName with the pattern projects/{project}/evaluationJobs/{evaluation_job}.

Parameters
NameDescription
projectIdString

The Project ID. Must not be null or empty.

evaluationJobIdString

The EvaluationJob ID. Must not be null or empty.

Returns
TypeDescription
EvaluationJobName

A new instance of EvaluationJobName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static EvaluationJobName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a EvaluationJobName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
EvaluationJobName

A new instance of EvaluationJobName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
Int32
Overrides

Parse(String)

public static EvaluationJobName Parse(string evaluationJobName)

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

Parameter
NameDescription
evaluationJobNameString

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

Returns
TypeDescription
EvaluationJobName

The parsed EvaluationJobName if successful.

Remarks

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

  • projects/{project}/evaluationJobs/{evaluation_job}

Parse(String, Boolean)

public static EvaluationJobName Parse(string evaluationJobName, bool allowUnparsed)

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

Parameters
NameDescription
evaluationJobNameString

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

allowUnparsedBoolean

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
EvaluationJobName

The parsed EvaluationJobName if successful.

Remarks

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

  • projects/{project}/evaluationJobs/{evaluation_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 EvaluationJobName)

public static bool TryParse(string evaluationJobName, out EvaluationJobName result)

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

Parameters
NameDescription
evaluationJobNameString

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

resultEvaluationJobName

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

Returns
TypeDescription
Boolean

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}/evaluationJobs/{evaluation_job}

TryParse(String, Boolean, out EvaluationJobName)

public static bool TryParse(string evaluationJobName, bool allowUnparsed, out EvaluationJobName result)

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

Parameters
NameDescription
evaluationJobNameString

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

allowUnparsedBoolean

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.

resultEvaluationJobName

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

Returns
TypeDescription
Boolean

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}/evaluationJobs/{evaluation_job}
Or may be in any format if allowUnparsed is true.

Operators

Equality(EvaluationJobName, EvaluationJobName)

public static bool operator ==(EvaluationJobName a, EvaluationJobName b)
Parameters
NameDescription
aEvaluationJobName
bEvaluationJobName
Returns
TypeDescription
Boolean

Inequality(EvaluationJobName, EvaluationJobName)

public static bool operator !=(EvaluationJobName a, EvaluationJobName b)
Parameters
NameDescription
aEvaluationJobName
bEvaluationJobName
Returns
TypeDescription
Boolean