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 webpage provides documentation for the \u003ccode\u003eUnparsedResourceName\u003c/code\u003e class within the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e namespace, which is designed to represent resource names with unknown structures.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUnparsedResourceName\u003c/code\u003e class implements the \u003ccode\u003eIResourceName\u003c/code\u003e interface and the \u003ccode\u003eIEquatable<UnparsedResourceName>\u003c/code\u003e interface, and it inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, offering functionalities like creating, parsing, and comparing resource names.\u003c/p\u003e\n"],["\u003cp\u003eThe latest documented version of \u003ccode\u003eUnparsedResourceName\u003c/code\u003e is 4.10.0, but previous versions are available, and the class contains properties like \u003ccode\u003eIsKnownPattern\u003c/code\u003e, which indicates if the resource name follows a known pattern.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods like \u003ccode\u003eParse\u003c/code\u003e, \u003ccode\u003eTryParse\u003c/code\u003e, \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e to manage and manipulate unparsed resource names, and has operators like \u003ccode\u003e==\u003c/code\u003e and \u003ccode\u003e!=\u003c/code\u003e for comparisons.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eUnparsedResourceName(string name)\u003c/code\u003e allows creating an unknown resource name from a string, doing minimal verification to determine if it is a valid resource name string.\u003c/p\u003e\n"]]],[],null,[]]