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 an unknown format, and is a part of the Google API Common package."],["The latest version of `UntypedResourceName` is 2.46.1, with a comprehensive list of previous versions dating back to 2.1.2, and it is a subclass of `Object` and implements the `ResourceName` interface."],["The class offers static methods like `isParsableFrom`, `of`, and `parse`, which provide functionality for checking if a string is parsable, creating an instance from a `ResourceName`, and parsing a formatted string into an `UntypedResourceName` respectively."],["Instance methods include `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString`, allowing for comparisons, field value retrieval, and getting the string value of the object, with some methods overriding those inherited from the Object class."]]],[]]