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-17 UTC."],[[["The webpage details the `UntypedResourceName` class, which is designed to represent a `ResourceName` with an unknown format in the Java API common library."],["This class is intended for cases where a resource name string has an unexpected format, and it's preferred to use generated resource name classes with known formats whenever possible."],["The `UntypedResourceName` class implements the `ResourceName` interface and inherits from the `Object` class, providing methods such as `equals`, `hashCode`, and `toString`."],["Static methods `isParsableFrom`, `of`, and `parse` allow for checking if a string is parsable, creating an instance from a `ResourceName`, and creating an instance from a string, respectively."],["There are multiple versions of this class available, ranging from version 2.1.2 up to 2.46.1 (latest), and a history of each version's documentation."]]],[]]