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."],[[["The `UntypedResourceName` class represents a `ResourceName` with an unknown format, primarily used when a resource name string is in an unexpected format."],["This class is part of the `com.google.api.resourcenames` package and implements the `ResourceName` interface."],["Static methods include `isParsableFrom`, `of`, and `parse` for determining if a string is parsable, creating an `UntypedResourceName` from a `ResourceName`, and parsing a string into an `UntypedResourceName` respectively."],["Instance methods include `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString`, offering functionality to compare objects, retrieve field values, and provide string representations."],["The latest available version is 2.46.1, and the class offers versions as far back as 2.1.2."]]],[]]