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"]],[["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-03-05 UTC."],[[["This webpage provides documentation for the `UnparsedResourceName` class within the `Google.Api.Gax` namespace, which is designed to represent resource names with unknown structures."],["The `UnparsedResourceName` class implements the `IResourceName` interface and the `IEquatable\u003cUnparsedResourceName\u003e` interface, and it inherits from the base `object` class, offering functionalities like creating, parsing, and comparing resource names."],["The latest documented version of `UnparsedResourceName` is 4.10.0, but previous versions are available, and the class contains properties like `IsKnownPattern`, which indicates if the resource name follows a known pattern."],["The class includes methods like `Parse`, `TryParse`, `Equals`, `GetHashCode`, and `ToString` to manage and manipulate unparsed resource names, and has operators like `==` and `!=` for comparisons."],["The constructor `UnparsedResourceName(string name)` allows creating an unknown resource name from a string, doing minimal verification to determine if it is a valid resource name string."]]],[]]