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 in the Google API Common library for Java, designed to handle resource names with unknown formats."],["The class implements the `ResourceName` interface and provides static methods for parsing, checking parsability, and creating `UntypedResourceName` instances."],["It offers methods to get field values, retrieve a map of field values, and overrides the `equals`, `hashCode`, and `toString` methods inherited from the `Object` class."],["The page lists various versions of this documentation ranging from the latest 2.46.1 to 2.1.2, that can be accessed via the links provided."],["`UntypedResourceName` class is intended for when a resource name string is of an unexpected format, with known formats being preferred when possible."]]],[]]