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 in the Java API Common library, version 2.31.1, which is designed for representing resource names with unknown formats."],["The latest version of the `UntypedResourceName` class is 2.46.1, with a history of previous versions available from 2.45.0 to as far back as 2.1.2."],["`UntypedResourceName` implements the `ResourceName` interface and includes static methods like `isParsableFrom`, `of`, and `parse` for handling resource name strings."],["The class also provides instance methods such as `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString` for working with resource names."],["The `UntypedResourceName` class is designed to handle resource names in unexpected formats, and generated resource name classes with known formats should be used instead when available."]]],[]]