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."],["The `UntypedResourceName` class implements the `ResourceName` interface and is intended for resource names with unexpected formats, preferring generated resource name classes for known formats."],["The class offers static methods like `isParsableFrom`, `of`, and `parse` for creating and validating `UntypedResourceName` instances, each with their respective `String` or `ResourceName` parameters and return values."],["Instance methods such as `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString` provide functionalities for object comparison, field access, and string representation."],["The page lists all available versions of this resource, ranging from the latest `2.46.1` down to `2.1.2`, allowing the user to navigate between each version's details."]]],[]]