public sealed class ProcessorVersionName : IResourceName, IEquatable<ProcessorVersionName>
Reference documentation and code samples for the Cloud Document AI v1 API class ProcessorVersionName.
Resource name for the ProcessorVersion
resource.
Namespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
ProcessorVersionName(string, string, string, string)
public ProcessorVersionName(string projectId, string locationId, string processorId, string processorVersionId)
Constructs a new instance of a ProcessorVersionName class from the component parts of pattern
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
processorId |
string The |
processorVersionId |
string The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
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 |
ProcessorId
public string ProcessorId { get; }
The Processor
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
ProcessorVersionId
public string ProcessorVersionId { get; }
The ProcessorVersion
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 ProcessorVersionName.ResourceNameType Type { get; }
The ProcessorVersionName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ProcessorVersionNameResourceNameType |
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, string)
public static string Format(string projectId, string locationId, string processorId, string processorVersionId)
Formats the IDs into the string representation of this ProcessorVersionName with pattern
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
processorId |
string The |
processorVersionId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ProcessorVersionName with pattern
|
FormatProjectLocationProcessorProcessorVersion(string, string, string, string)
public static string FormatProjectLocationProcessorProcessorVersion(string projectId, string locationId, string processorId, string processorVersionId)
Formats the IDs into the string representation of this ProcessorVersionName with pattern
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
processorId |
string The |
processorVersionId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this ProcessorVersionName with pattern
|
FromProjectLocationProcessorProcessorVersion(string, string, string, string)
public static ProcessorVersionName FromProjectLocationProcessorProcessorVersion(string projectId, string locationId, string processorId, string processorVersionId)
Creates a ProcessorVersionName with the pattern
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
processorId |
string The |
processorVersionId |
string The |
Returns | |
---|---|
Type | Description |
ProcessorVersionName |
A new instance of ProcessorVersionName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ProcessorVersionName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ProcessorVersionName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ProcessorVersionName |
A new instance of ProcessorVersionName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static ProcessorVersionName Parse(string processorVersionName)
Parses the given resource name string into a new ProcessorVersionName instance.
Parameter | |
---|---|
Name | Description |
processorVersionName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ProcessorVersionName |
The parsed ProcessorVersionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
Parse(string, bool)
public static ProcessorVersionName Parse(string processorVersionName, bool allowUnparsed)
Parses the given resource name string into a new ProcessorVersionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
processorVersionName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
ProcessorVersionName |
The parsed ProcessorVersionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_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 ProcessorVersionName)
public static bool TryParse(string processorVersionName, out ProcessorVersionName result)
Tries to parse the given resource name string into a new ProcessorVersionName instance.
Parameters | |
---|---|
Name | Description |
processorVersionName |
string The resource name in string form. Must not be |
result |
ProcessorVersionName When this method returns, the parsed ProcessorVersionName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
TryParse(string, bool, out ProcessorVersionName)
public static bool TryParse(string processorVersionName, bool allowUnparsed, out ProcessorVersionName result)
Tries to parse the given resource name string into a new ProcessorVersionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
processorVersionName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
ProcessorVersionName When this method returns, the parsed ProcessorVersionName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
allowUnparsed
is true
.
Operators
operator ==(ProcessorVersionName, ProcessorVersionName)
public static bool operator ==(ProcessorVersionName a, ProcessorVersionName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
ProcessorVersionName The first resource name to compare, or null. |
b |
ProcessorVersionName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(ProcessorVersionName, ProcessorVersionName)
public static bool operator !=(ProcessorVersionName a, ProcessorVersionName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
ProcessorVersionName The first resource name to compare, or null. |
b |
ProcessorVersionName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |