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, with the latest version being 2.46.1, and lists many previous versions."],["The `UntypedResourceName` class is designed to represent a `ResourceName` with an unknown format and supports cases where the resource name string is in an unexpected format."],["It implements the `ResourceName` interface and inherits several methods from the `Object` class, such as `equals()`, `hashCode()`, and `toString()`."],["The class includes static methods like `isParsableFrom()`, `of()`, and `parse()` for working with `UntypedResourceName` instances, and methods such as `getFieldValue()` and `getFieldValuesMap()`."],["The documentation is for version 2.16.0, which is not the most current version."]]],[]]