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-04-17 UTC."],[[["The `UnparsedResourceName` class represents a resource name where the structure is unknown, and it is found within the `Google.Api.Gax` namespace."],["It implements the `IResourceName` and `IEquatable\u003cUnparsedResourceName\u003e` interfaces, inheriting core object methods like `Equals`, `GetType`, and `ReferenceEquals`."],["This class offers functionalities such as parsing resource names from strings, checking for known patterns, and allowing comparison operations using `Equals`, `==`, and `!=`."],["The class supports construction from a string and parsing with minimal verification to ascertain that the provided name is indeed a valid resource name string."],["`UnparsedResourceName` includes static methods for `Parse` and `TryParse`, along with instance methods such as `Equals`, `GetHashCode`, and `ToString`, to manage resource name strings."]]],[]]