public sealed class CustomClassName : IResourceName, IEquatable<CustomClassName>
Resource name for the CustomClass
resource.
Namespace
Google.Cloud.Speech.V1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.dll
Constructors
CustomClassName(String, String, String)
public CustomClassName(string projectId, string locationId, string customClassId)
Constructs a new instance of a CustomClassName class from the component parts of pattern
projects/{project}/locations/{location}/customClasses/{custom_class}
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
customClassId | String The |
Properties
CustomClassId
public string CustomClassId { get; }
The CustomClass
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 |
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 CustomClassName.ResourceNameType Type { get; }
The CustomClassName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
CustomClassName.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, String)
public static string Format(string projectId, string locationId, string customClassId)
Formats the IDs into the string representation of this CustomClassName with pattern
projects/{project}/locations/{location}/customClasses/{custom_class}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
customClassId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this CustomClassName with pattern
|
FormatProjectLocationCustomClass(String, String, String)
public static string FormatProjectLocationCustomClass(string projectId, string locationId, string customClassId)
Formats the IDs into the string representation of this CustomClassName with pattern
projects/{project}/locations/{location}/customClasses/{custom_class}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
customClassId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this CustomClassName with pattern
|
FromProjectLocationCustomClass(String, String, String)
public static CustomClassName FromProjectLocationCustomClass(string projectId, string locationId, string customClassId)
Creates a CustomClassName with the pattern
projects/{project}/locations/{location}/customClasses/{custom_class}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
customClassId | String The |
Returns | |
---|---|
Type | Description |
CustomClassName | A new instance of CustomClassName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static CustomClassName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a CustomClassName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
CustomClassName | A new instance of CustomClassName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static CustomClassName Parse(string customClassName)
Parses the given resource name string into a new CustomClassName instance.
Parameter | |
---|---|
Name | Description |
customClassName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
CustomClassName | The parsed CustomClassName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/customClasses/{custom_class}
Parse(String, Boolean)
public static CustomClassName Parse(string customClassName, bool allowUnparsed)
Parses the given resource name string into a new CustomClassName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
customClassName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
CustomClassName | The parsed CustomClassName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/customClasses/{custom_class}
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 CustomClassName)
public static bool TryParse(string customClassName, out CustomClassName result)
Tries to parse the given resource name string into a new CustomClassName instance.
Parameters | |
---|---|
Name | Description |
customClassName | String The resource name in string form. Must not be |
result | CustomClassName When this method returns, the parsed CustomClassName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/customClasses/{custom_class}
TryParse(String, Boolean, out CustomClassName)
public static bool TryParse(string customClassName, bool allowUnparsed, out CustomClassName result)
Tries to parse the given resource name string into a new CustomClassName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
customClassName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | CustomClassName When this method returns, the parsed CustomClassName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/customClasses/{custom_class}
allowUnparsed
is true
.
Operators
Equality(CustomClassName, CustomClassName)
public static bool operator ==(CustomClassName a, CustomClassName b)
Parameters | |
---|---|
Name | Description |
a | CustomClassName |
b | CustomClassName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(CustomClassName, CustomClassName)
public static bool operator !=(CustomClassName a, CustomClassName b)
Parameters | |
---|---|
Name | Description |
a | CustomClassName |
b | CustomClassName |
Returns | |
---|---|
Type | Description |
Boolean |