Cloud Document AI v1 API - Class ProcessorVersionName (3.6.0)

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.

Inheritance

Object > ProcessorVersionName

Namespace

Google.Cloud.DocumentAI.V1

Assembly

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
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

processorIdString

The Processor ID. Must not be null or empty.

processorVersionIdString

The ProcessorVersion ID. Must not be null or empty.

Properties

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
Boolean

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

ProcessorId

public string ProcessorId { get; }

The Processor ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

ProcessorVersionId

public string ProcessorVersionId { get; }

The ProcessorVersion ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
String

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

The ProcessorVersionName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
ProcessorVersionName.ResourceNameType

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, 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
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

processorIdString

The Processor ID. Must not be null or empty.

processorVersionIdString

The ProcessorVersion ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this ProcessorVersionName with pattern projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}.

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
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

processorIdString

The Processor ID. Must not be null or empty.

processorVersionIdString

The ProcessorVersion ID. Must not be null or empty.

Returns
TypeDescription
String

The string representation of this ProcessorVersionName with pattern projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}.

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
NameDescription
projectIdString

The Project ID. Must not be null or empty.

locationIdString

The Location ID. Must not be null or empty.

processorIdString

The Processor ID. Must not be null or empty.

processorVersionIdString

The ProcessorVersion ID. Must not be null or empty.

Returns
TypeDescription
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
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
ProcessorVersionName

A new instance of ProcessorVersionName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
Int32
Overrides

Parse(String)

public static ProcessorVersionName Parse(string processorVersionName)

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

Parameter
NameDescription
processorVersionNameString

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

Returns
TypeDescription
ProcessorVersionName

The parsed ProcessorVersionName if successful.

Remarks

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, Boolean)

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
NameDescription
processorVersionNameString

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

allowUnparsedBoolean

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
ProcessorVersionName

The parsed ProcessorVersionName if successful.

Remarks

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

  • projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
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 ProcessorVersionName)

public static bool TryParse(string processorVersionName, out ProcessorVersionName result)

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

Parameters
NameDescription
processorVersionNameString

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

resultProcessorVersionName

When this method returns, the parsed ProcessorVersionName, or null if parsing failed.

Returns
TypeDescription
Boolean

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}/locations/{location}/processors/{processor}/processorVersions/{processor_version}

TryParse(String, Boolean, 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
NameDescription
processorVersionNameString

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

allowUnparsedBoolean

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.

resultProcessorVersionName

When this method returns, the parsed ProcessorVersionName, or null if parsing failed.

Returns
TypeDescription
Boolean

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}/locations/{location}/processors/{processor}/processorVersions/{processor_version}
Or may be in any format if allowUnparsed is true.

Operators

Equality(ProcessorVersionName, ProcessorVersionName)

public static bool operator ==(ProcessorVersionName a, ProcessorVersionName b)
Parameters
NameDescription
aProcessorVersionName
bProcessorVersionName
Returns
TypeDescription
Boolean

Inequality(ProcessorVersionName, ProcessorVersionName)

public static bool operator !=(ProcessorVersionName a, ProcessorVersionName b)
Parameters
NameDescription
aProcessorVersionName
bProcessorVersionName
Returns
TypeDescription
Boolean