Data Labeling v1beta1 API - Class InstructionName (2.0.0-beta03)

public sealed class InstructionName : IResourceName, IEquatable<InstructionName>

Reference documentation and code samples for the Data Labeling v1beta1 API class InstructionName.

Resource name for the Instruction resource.

Inheritance

object > InstructionName

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

InstructionName(string, string)

public InstructionName(string projectId, string instructionId)

Constructs a new instance of a InstructionName class from the component parts of pattern projects/{project}/instructions/{instruction}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

instructionIdstring

The Instruction ID. Must not be null or empty.

Properties

InstructionId

public string InstructionId { get; }

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

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

The InstructionName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
InstructionNameResourceNameType

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 instructionId)

Formats the IDs into the string representation of this InstructionName with pattern projects/{project}/instructions/{instruction}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

instructionIdstring

The Instruction ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this InstructionName with pattern projects/{project}/instructions/{instruction}.

FormatProjectInstruction(string, string)

public static string FormatProjectInstruction(string projectId, string instructionId)

Formats the IDs into the string representation of this InstructionName with pattern projects/{project}/instructions/{instruction}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

instructionIdstring

The Instruction ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this InstructionName with pattern projects/{project}/instructions/{instruction}.

FromProjectInstruction(string, string)

public static InstructionName FromProjectInstruction(string projectId, string instructionId)

Creates a InstructionName with the pattern projects/{project}/instructions/{instruction} .

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

instructionIdstring

The Instruction ID. Must not be null or empty.

Returns
TypeDescription
InstructionName

A new instance of InstructionName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static InstructionName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a InstructionName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
InstructionName

A new instance of InstructionName 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 InstructionName Parse(string instructionName)

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

Parameter
NameDescription
instructionNamestring

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

Returns
TypeDescription
InstructionName

The parsed InstructionName if successful.

Remarks

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

  • projects/{project}/instructions/{instruction}

Parse(string, bool)

public static InstructionName Parse(string instructionName, bool allowUnparsed)

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

Parameters
NameDescription
instructionNamestring

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
InstructionName

The parsed InstructionName if successful.

Remarks

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

  • projects/{project}/instructions/{instruction}
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 InstructionName)

public static bool TryParse(string instructionName, out InstructionName result)

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

Parameters
NameDescription
instructionNamestring

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

resultInstructionName

When this method returns, the parsed InstructionName, 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}/instructions/{instruction}

TryParse(string, bool, out InstructionName)

public static bool TryParse(string instructionName, bool allowUnparsed, out InstructionName result)

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

Parameters
NameDescription
instructionNamestring

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.

resultInstructionName

When this method returns, the parsed InstructionName, 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}/instructions/{instruction}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(InstructionName, InstructionName)

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

Determines whether two specified resource names have the same value.

Parameters
NameDescription
aInstructionName

The first resource name to compare, or null.

bInstructionName

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 !=(InstructionName, InstructionName)

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

Determines whether two specified resource names have different values.

Parameters
NameDescription
aInstructionName

The first resource name to compare, or null.

bInstructionName

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.