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, with numerous previous versions available, ranging back to version 2.1.2, all of which are represented on this page."],["Key functionalities of the `UntypedResourceName` class include static methods for checking if a string is parsable (`isParsableFrom`), creating an `UntypedResourceName` instance from a `ResourceName` (`of`), and parsing a string into an `UntypedResourceName` (`parse`)."],["The class also has methods to retrieve the value of a specified field name (`getFieldValue`), a map of all field names to their values (`getFieldValuesMap`), and standard methods such as `equals`, `hashCode`, and `toString`."]]],[]]