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 previous versions down to 2.1.2."],["The `UntypedResourceName` class is designed to represent a `ResourceName` with an unknown format, intended for use when the resource name string is in an unexpected format."],["The class implements the `ResourceName` interface and inherits several methods from the `Object` class, such as `equals()`, `hashCode()`, and `toString()`."],["Static methods are available for checking if a string is parsable (`isParsableFrom()`), creating an instance from a `ResourceName` (`of()`), and parsing a formatted string into an `UntypedResourceName` (`parse()`)."],["The class also offers methods for accessing field information, such as retrieving the value of a specific field (`getFieldValue()`) or obtaining a map of all field names and their values (`getFieldValuesMap()`)."]]],[]]