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 document provides details on the `UnparsedResourceName` class within the Google.Api.Gax namespace, which is used when the structure of a resource name is unknown."],["The `UnparsedResourceName` class implements both `IResourceName` and `IEquatable\u003cUnparsedResourceName\u003e` interfaces, inheriting from `object`."],["Key functionalities of `UnparsedResourceName` include constructing an instance from a string, checking if it's a known pattern, parsing and trying to parse resource names, and overriding `Equals`, `GetHashCode`, and `ToString` methods."],["The class offers static methods such as `Parse` and `TryParse` for handling string representations of resource names and includes overloads for operators `==` and `!=` for comparisons."],["This document also has a list of previous versions of this library, allowing the user to navigate to older versions if necessary."]]],[]]