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 page documents the `UnparsedResourceName` class within the `Google.Api.Gax` namespace, which represents a resource name with an unknown structure."],["The `UnparsedResourceName` class provides constructors, properties, and methods for creating, parsing, and comparing resource names, including functions like `Parse`, `TryParse`, `Equals`, and `GetHashCode`."],["The class implements the `IResourceName` interface and the `IEquatable\u003cUnparsedResourceName\u003e` interface, ensuring it can be used in scenarios requiring resource name management."],["The `IsKnownPattern` property indicates whether the instance contains a resource name with a known pattern, allowing users to check if the structure of the name is familiar."],["The page covers various versions of the `Google.Api.Gax` package, with version 4.10.0 being the latest and documentation available for versions including 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0."]]],[]]