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 Java."],["The latest version of `UntypedResourceName` is 2.46.1, and the page provides documentation for numerous prior versions, including 2.43.0 which is the current version of the page."],["The `UntypedResourceName` class implements the `ResourceName` interface and includes static methods like `isParsableFrom`, `of`, and `parse` for working with resource names."],["The class provides methods to manage field information, such as `getFieldValue` and `getFieldValuesMap`, along with standard Java methods like `equals`, `hashCode`, and `toString`."],["This class is primarily intended for handling resource name strings that might not conform to a predefined format, and it's recommended to use generated resource name classes when the format is known."]]],[]]