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 `UntypedResourceName` class represents a `ResourceName` with an unknown format, useful when dealing with resource names in unexpected formats."],["This class implements the `ResourceName` interface and provides methods for parsing, such as `parse(String formattedString)` and for determining if a string is parsable using the method `isParsableFrom(String formattedString)`."],["Static methods within this class allow for checking if a string is parsable and creating `UntypedResourceName` objects from existing `ResourceName` objects or strings."],["The class also supplies method implementations for general use, including `equals(Object o)`, `hashCode()`, `toString()`, and `getFieldValuesMap()` and `getFieldValue(String fieldName)` for field name value retrieval."],["There are multiple versions of this class, starting from 2.1.2 up to 2.46.1 (latest), all of which can be accessed through the provided links, offering a variety of releases for implementation."]]],[]]