public sealed class InstructionName : IResourceName, IEquatable<InstructionName>
Resource name for the Instruction
resource.
Namespace
Google.Cloud.DataLabeling.V1Beta1Assembly
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 | |
---|---|
Name | Description |
projectId | String The |
instructionId | String The |
Properties
InstructionId
public string InstructionId { get; }
The Instruction
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 |
Boolean |
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 InstructionName.ResourceNameType Type { get; }
The InstructionName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
InstructionName.ResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
projectId | String The |
instructionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this InstructionName with pattern
|
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 | |
---|---|
Name | Description |
projectId | String The |
instructionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this InstructionName with pattern
|
FromProjectInstruction(String, String)
public static InstructionName FromProjectInstruction(string projectId, string instructionId)
Creates a InstructionName with the pattern projects/{project}/instructions/{instruction}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
instructionId | String The |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
InstructionName | A new instance of InstructionName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static InstructionName Parse(string instructionName)
Parses the given resource name string into a new InstructionName instance.
Parameter | |
---|---|
Name | Description |
instructionName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
InstructionName | The parsed InstructionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instructions/{instruction}
Parse(String, Boolean)
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 | |
---|---|
Name | Description |
instructionName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
InstructionName | The parsed InstructionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instructions/{instruction}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Returns | |
---|---|
Type | Description |
String | The string representation of the resource name. |
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 | |
---|---|
Name | Description |
instructionName | String The resource name in string form. Must not be |
result | InstructionName When this method returns, the parsed InstructionName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instructions/{instruction}
TryParse(String, Boolean, 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 | |
---|---|
Name | Description |
instructionName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | InstructionName When this method returns, the parsed InstructionName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/instructions/{instruction}
allowUnparsed
is true
.
Operators
Equality(InstructionName, InstructionName)
public static bool operator ==(InstructionName a, InstructionName b)
Parameters | |
---|---|
Name | Description |
a | InstructionName |
b | InstructionName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(InstructionName, InstructionName)
public static bool operator !=(InstructionName a, InstructionName b)
Parameters | |
---|---|
Name | Description |
a | InstructionName |
b | InstructionName |
Returns | |
---|---|
Type | Description |
Boolean |