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."],[[["This webpage details the `UntypedResourceName` class, which is designed to represent a `ResourceName` with an unknown format in the Java API common library."],["The `UntypedResourceName` class is intended for use when a resource name string has an unexpected format, and it is recommended to use generated resource name classes with known formats when possible."],["The latest version of `UntypedResourceName` is 2.46.1, and the page includes a list of available versions ranging from 2.46.1 down to 2.1.2, with 2.22.0 being the referenced version."],["Key functionalities of the `UntypedResourceName` class include static methods like `isParsableFrom`, `of`, and `parse`, as well as instance methods such as `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString`."],["The class `UntypedResourceName` implements the interface `ResourceName` and inherits members from the `Object` class."]]],[]]