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\u003eThe \u003ccode\u003eUnparsedResourceName\u003c/code\u003e class represents a resource name where the structure is unknown, and it is found within the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eIt implements the \u003ccode\u003eIResourceName\u003c/code\u003e and \u003ccode\u003eIEquatable<UnparsedResourceName>\u003c/code\u003e interfaces, inheriting core object methods like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eReferenceEquals\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers functionalities such as parsing resource names from strings, checking for known patterns, and allowing comparison operations using \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003e==\u003c/code\u003e, and \u003ccode\u003e!=\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports construction from a string and parsing with minimal verification to ascertain that the provided name is indeed a valid resource name string.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnparsedResourceName\u003c/code\u003e includes static methods for \u003ccode\u003eParse\u003c/code\u003e and \u003ccode\u003eTryParse\u003c/code\u003e, along with instance methods such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, to manage resource name strings.\u003c/p\u003e\n"]]],[],null,[]]