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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version of the `UntypedResourceName` API is 2.46.1, and the content provides links to documentation for this version and many older versions, dating back to 2.1.2."],["`UntypedResourceName` is a Java class that implements the `ResourceName` interface and is designed to handle resource names with unknown or unexpected formats."],["The class offers static methods `isParsableFrom`, `of`, and `parse` to check if a string is a valid resource name, convert from a `ResourceName` object, and create an `UntypedResourceName` respectively."],["Instance methods in the `UntypedResourceName` class allow retrieval of field values either individually through `getFieldValue` or collectively as a map with `getFieldValuesMap`."],["`UntypedResourceName` inherits several methods from the base `Object` class, including `equals`, `hashCode`, and `toString`, which can be used to compare and represent instances of the class."]]],[]]