public sealed class VersionName : IResourceName, IEquatable<VersionName>
Resource name for the Version
resource.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
VersionName(String, String)
public VersionName(string projectId, string versionId)
Constructs a new instance of a VersionName class from the component parts of pattern
projects/{project}/agent/versions/{version}
Parameters | |
---|---|
Name | Description |
projectId | String The |
versionId | String The |
Properties
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. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; }
The Project
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
Type
public VersionName.ResourceNameType Type { get; }
The VersionName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
VersionName.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 |
VersionId
public string VersionId { get; }
The Version
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
Methods
Format(String, String)
public static string Format(string projectId, string versionId)
Formats the IDs into the string representation of this VersionName with pattern
projects/{project}/agent/versions/{version}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
versionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this VersionName with pattern
|
FormatProjectLocationVersion(String, String, String)
public static string FormatProjectLocationVersion(string projectId, string locationId, string versionId)
Formats the IDs into the string representation of this VersionName with pattern
projects/{project}/locations/{location}/agent/versions/{version}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
versionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this VersionName with pattern
|
FormatProjectVersion(String, String)
public static string FormatProjectVersion(string projectId, string versionId)
Formats the IDs into the string representation of this VersionName with pattern
projects/{project}/agent/versions/{version}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
versionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this VersionName with pattern
|
FromProjectLocationVersion(String, String, String)
public static VersionName FromProjectLocationVersion(string projectId, string locationId, string versionId)
Creates a VersionName with the pattern
projects/{project}/locations/{location}/agent/versions/{version}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
versionId | String The |
Returns | |
---|---|
Type | Description |
VersionName | A new instance of VersionName constructed from the provided ids. |
FromProjectVersion(String, String)
public static VersionName FromProjectVersion(string projectId, string versionId)
Creates a VersionName with the pattern projects/{project}/agent/versions/{version}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
versionId | String The |
Returns | |
---|---|
Type | Description |
VersionName | A new instance of VersionName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static VersionName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a VersionName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
VersionName | A new instance of VersionName containing the provided |
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static VersionName Parse(string versionName)
Parses the given resource name string into a new VersionName instance.
Parameter | |
---|---|
Name | Description |
versionName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
VersionName | The parsed VersionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/agent/versions/{version}
projects/{project}/locations/{location}/agent/versions/{version}
Parse(String, Boolean)
public static VersionName Parse(string versionName, bool allowUnparsed)
Parses the given resource name string into a new VersionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
versionName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
VersionName | The parsed VersionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/agent/versions/{version}
projects/{project}/locations/{location}/agent/versions/{version}
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 VersionName)
public static bool TryParse(string versionName, out VersionName result)
Tries to parse the given resource name string into a new VersionName instance.
Parameters | |
---|---|
Name | Description |
versionName | String The resource name in string form. Must not be |
result | VersionName When this method returns, the parsed VersionName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/agent/versions/{version}
projects/{project}/locations/{location}/agent/versions/{version}
TryParse(String, Boolean, out VersionName)
public static bool TryParse(string versionName, bool allowUnparsed, out VersionName result)
Tries to parse the given resource name string into a new VersionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
versionName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | VersionName When this method returns, the parsed VersionName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/agent/versions/{version}
projects/{project}/locations/{location}/agent/versions/{version}
allowUnparsed
is true
.
Operators
Equality(VersionName, VersionName)
public static bool operator ==(VersionName a, VersionName b)
Parameters | |
---|---|
Name | Description |
a | VersionName |
b | VersionName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(VersionName, VersionName)
public static bool operator !=(VersionName a, VersionName b)
Parameters | |
---|---|
Name | Description |
a | VersionName |
b | VersionName |
Returns | |
---|---|
Type | Description |
Boolean |