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 webpage provides documentation for the `UntypedResourceName` class in the `com.google.api.resourcenames` package, which is part of the Google API Common library for Java."],["`UntypedResourceName` is designed to handle resource names with unknown or unexpected formats, and is a concrete class implementing the `ResourceName` interface."],["The page lists all versions of the class going back to 2.1.2 and up to the latest version which is 2.46.1, enabling browsing and understanding of changes over time."],["The documentation details the methods available within the `UntypedResourceName` class, including static methods like `isParsableFrom`, `of`, and `parse`, along with instance methods like `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString`, as well as inherited methods from `Object`."],["The documentation shows that this class is used when a formatted resource name with an unknown format is to be used, as classes with known formats should be prioritized in those scenarios."]]],[]]