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 in the `com.google.api.resourcenames` package, supporting cases where a resource name string is in an unexpected format."],["The `UntypedResourceName` class, implementing the `ResourceName` interface, provides static methods for checking if a string is parsable (`isParsableFrom`), creating an instance from a `ResourceName` (`of`), and parsing a formatted string (`parse`)."],["The class offers methods to compare instances (`equals`), retrieve field values by name (`getFieldValue`), obtain a map of field names to values (`getFieldValuesMap`), calculate a hash code (`hashCode`), and get a string representation of the object (`toString`)."],["The page lists various versions of the `UntypedResourceName` class, ranging from the latest version `2.46.1` down to `2.1.2`, providing links to documentation for each version."],["The class inherits several methods from the `Object` superclass, such as `clone`, `finalize`, `getClass`, `notify`, `notifyAll`, and `wait`."]]],[]]