A class to represent a ResourceName with an unknown format. This class in intended to
support the case of a resource name string in an unexpected format - generated resource name
classes with known formats should be preferred where possible.
[[["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-09 UTC."],[[["The webpage primarily details the `UntypedResourceName` class, which is used to represent a `ResourceName` with an unknown or unexpected format."],["`UntypedResourceName` is intended to be utilized when a resource name string is in an unexpected format, with a preference for generated resource name classes with known formats."],["The class implements the `ResourceName` interface and inherits several methods from the `Object` class, including `equals()`, `hashCode()`, and `toString()`."],["The class provides static methods for determining if a formatted string is parsable (`isParsableFrom()`), parsing a formatted string (`parse()`), and creating an `UntypedResourceName` instance from an existing `ResourceName` (`of()`)."],["There is a comprehensive list of various versions of the `UntypedResourceName` class available for reference, ranging from the latest version, 2.46.1, down to 2.1.2."]]],[]]