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, within the Google API Common Java library."],["The latest version of `UntypedResourceName` is 2.46.1, with a comprehensive list of previous versions provided for reference, ranging back to version 2.1.2."],["The `UntypedResourceName` class implements the `ResourceName` interface and includes methods for parsing, checking parsability, retrieving field values, and general object operations such as `equals`, `hashCode`, and `toString`."],["There are static methods included in this class, `isParsableFrom()`, `of()`, and `parse()`, that serve to determine if the class can be parsed, what the resource name is, and how to parse the string respectively."],["This class also contains methods for managing field data, such as `getFieldValue()`, and `getFieldValuesMap()`, that let you retrieve individual and groups of data fields."]]],[]]