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 handle resource names with unexpected formats within the Google API Client Library for Java, and is intended for use when generated resource name classes with known formats are not available."],["The `UntypedResourceName` class implements the `ResourceName` interface, inheriting methods such as `clone()`, `equals()`, `hashCode()`, and `toString()` from the `Object` class, as well as static methods like `isParsableFrom()`, `of()`, and `parse()`."],["The class provides methods like `getFieldValue()` to retrieve the string value of a specified field name and `getFieldValuesMap()` to obtain a map of all field names and their corresponding values."],["The page lists various available versions of `UntypedResourceName`, with version 2.46.1 being the most current."],["All versions of `UntypedResourceName` in the list share the same java class and all associated methods with only the version and documentation changing."]]],[]]