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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis documentation page covers the \u003ccode\u003eConnectorName\u003c/code\u003e class within the Google Cloud Run Admin v2 API, used to represent the resource name for a \u003ccode\u003eConnector\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConnectorName\u003c/code\u003e class allows construction of connector names from their component parts: \u003ccode\u003eprojectId\u003c/code\u003e, \u003ccode\u003elocationId\u003c/code\u003e, and \u003ccode\u003econnectorId\u003c/code\u003e, according to the pattern \u003ccode\u003eprojects/{project}/locations/{location}/connectors/{connector}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods to format, parse, and validate connector names, ensuring they adhere to the expected structure, and also offers unparsed versions if necessary.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class is 2.13.0, and the page lists versions all the way back to 1.0.0-beta02, with each version represented by their own documentation.\u003c/p\u003e\n"]]],[],null,["# Cloud Run Admin v2 API - Class ConnectorName (2.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.16.0 (latest)](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName)\n- [2.15.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.15.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.14.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.14.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.13.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.13.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.12.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.12.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.11.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.11.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.10.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.10.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.9.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.8.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.7.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.6.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.5.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.4.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.3.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.2.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.1.0/Google.Cloud.Run.V2.ConnectorName)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.0.0/Google.Cloud.Run.V2.ConnectorName)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Run.V2/1.0.0-beta02/Google.Cloud.Run.V2.ConnectorName) \n\n public sealed class ConnectorName : IResourceName, IEquatable\u003cConnectorName\u003e\n\nReference documentation and code samples for the Cloud Run Admin v2 API class ConnectorName.\n\nResource name for the `Connector` resource. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ConnectorName \n\nImplements\n----------\n\n[IResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.IResourceName.html), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) \n\nInherited Members\n-----------------\n\n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)\n\nNamespace\n---------\n\n[Google.Cloud.Run.V2](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Run.V2.dll\n\nConstructors\n------------\n\n### ConnectorName(string, string, string)\n\n public ConnectorName(string projectId, string locationId, string connectorId)\n\nConstructs a new instance of a [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) class from the component parts of pattern\n`projects/{project}/locations/{location}/connectors/{connector}`\n\nProperties\n----------\n\n### ConnectorId\n\n public string ConnectorId { get; }\n\nThe `Connector` ID. Will not be `null`, unless this instance contains an unparsed resource name.\n\n### IsKnownPattern\n\n public bool IsKnownPattern { get; }\n\nWhether this instance contains a resource name with a known pattern.\n\n### LocationId\n\n public string LocationId { get; }\n\nThe `Location` ID. Will not be `null`, unless this instance contains an unparsed resource name.\n\n### ProjectId\n\n public string ProjectId { get; }\n\nThe `Project` ID. Will not be `null`, unless this instance contains an unparsed resource name.\n\n### Type\n\n public ConnectorName.ResourceNameType Type { get; }\n\nThe [ConnectorName.ResourceNameType](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName.ResourceNameType) of the contained resource name.\n\n### UnparsedResource\n\n public UnparsedResourceName UnparsedResource { get; }\n\nThe contained [UnparsedResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.UnparsedResourceName.html). Only non-`null` if this instance contains an\nunparsed resource name.\n\nMethods\n-------\n\n### Format(string, string, string)\n\n public static string Format(string projectId, string locationId, string connectorId)\n\nFormats the IDs into the string representation of this [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) with pattern\n`projects/{project}/locations/{location}/connectors/{connector}`.\n\n### FormatProjectLocationConnector(string, string, string)\n\n public static string FormatProjectLocationConnector(string projectId, string locationId, string connectorId)\n\nFormats the IDs into the string representation of this [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) with pattern\n`projects/{project}/locations/{location}/connectors/{connector}`.\n\n### FromProjectLocationConnector(string, string, string)\n\n public static ConnectorName FromProjectLocationConnector(string projectId, string locationId, string connectorId)\n\nCreates a [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) with the pattern\n`projects/{project}/locations/{location}/connectors/{connector}`.\n\n### FromUnparsed(UnparsedResourceName)\n\n public static ConnectorName FromUnparsed(UnparsedResourceName unparsedResourceName)\n\nCreates a [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) containing an unparsed resource name.\n\n### GetHashCode()\n\n public override int GetHashCode()\n\nReturns a hash code for this resource name.\n\n**Overrides** \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)\n\n### Parse(string)\n\n public static ConnectorName Parse(string connectorName)\n\nParses the given resource name string into a new [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) instance.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `projects/{project}/locations/{location}/connectors/{connector}`\n\n\u003cbr /\u003e\n\n### Parse(string, bool)\n\n public static ConnectorName Parse(string connectorName, bool allowUnparsed)\n\nParses the given resource name string into a new [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) instance; optionally allowing\nan unparseable resource name.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `projects/{project}/locations/{location}/connectors/{connector}`\n\nOr may be in any format if `allowUnparsed` is `true`.\n\n\u003cbr /\u003e\n\n### ToString()\n\n public override string ToString()\n\nThe string representation of the resource name.\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\n### TryParse(string, out ConnectorName)\n\n public static bool TryParse(string connectorName, out ConnectorName result)\n\nTries to parse the given resource name string into a new [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) instance.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `projects/{project}/locations/{location}/connectors/{connector}`\n\n\u003cbr /\u003e\n\n### TryParse(string, bool, out ConnectorName)\n\n public static bool TryParse(string connectorName, bool allowUnparsed, out ConnectorName result)\n\nTries to parse the given resource name string into a new [ConnectorName](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ConnectorName) instance; optionally\nallowing an unparseable resource name.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `projects/{project}/locations/{location}/connectors/{connector}`\n\nOr may be in any format if `allowUnparsed` is `true`.\n\n\u003cbr /\u003e\n\nOperators\n---------\n\n### operator ==(ConnectorName, ConnectorName)\n\n public static bool operator ==(ConnectorName a, ConnectorName b)\n\nDetermines whether two specified resource names have the same value.\n\n### operator !=(ConnectorName, ConnectorName)\n\n public static bool operator !=(ConnectorName a, ConnectorName b)\n\nDetermines whether two specified resource names have different values."]]