Creates an unkown resource name from the given resource name string.
Only minimal verification is carried out that name is a value resource name string.
public static bool TryParse(string name, out UnparsedResourceName result)
Tries to parse the given resource name into an UnparsedResourceName.
Only minimal verification is carried out that name is a value resource name string.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document details the \u003ccode\u003eUnparsedResourceName\u003c/code\u003e class within the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e namespace, which represents a resource name where the structure is unknown.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUnparsedResourceName\u003c/code\u003e class is sealed, implementing both \u003ccode\u003eIResourceName\u003c/code\u003e and \u003ccode\u003eIEquatable<UnparsedResourceName>\u003c/code\u003e, and is inherited from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eYou can create an \u003ccode\u003eUnparsedResourceName\u003c/code\u003e object from a string using the constructor \u003ccode\u003eUnparsedResourceName(string name)\u003c/code\u003e or through the static \u003ccode\u003eParse(string name)\u003c/code\u003e and \u003ccode\u003eTryParse(string name, out UnparsedResourceName result)\u003c/code\u003e methods, with minimal validation of the provided resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e to aid in comparison and string representation, along with operator overloads for equality and inequality checks between \u003ccode\u003eUnparsedResourceName\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eIt provides the property \u003ccode\u003eIsKnownPattern\u003c/code\u003e that indicates whether the instance contains a resource name with a known pattern, useful for determining the resource name's structure.\u003c/p\u003e\n"]]],[],null,[]]