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 provides documentation for the `UntypedResourceName` class in the Google API Common Java library, which is designed to handle resource names with unknown or unexpected formats."],["The `UntypedResourceName` class implements the `ResourceName` interface and includes methods for parsing, checking if a string is parsable, retrieving field values, and managing field value maps."],["The document lists a comprehensive history of versions, starting from 2.46.1 (latest) down to 2.1.2, all concerning the `com.google.api.resourcenames.UntypedResourceName`."],["The `UntypedResourceName` class inherits members from the Object class, including methods like `equals()`, `hashCode()`, and `toString()`, which are overridden in this class."],["The document details static methods such as `isParsableFrom`, `of`, and `parse`, along with instance methods like `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString`, providing their parameter and return details."]]],[]]