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 unknown formats within the Google API Client Library for Java, specifically within the `com.google.api.resourcenames` package."],["The `UntypedResourceName` class implements the `ResourceName` interface, providing methods to interact with resource names, such as `isParsableFrom`, `of`, and `parse`."],["There is an extensive list of previous versions of this class, starting from version 2.46.1 (latest), going all the way back to version 2.1.2, accessible via links to their respective documentation."],["The `UntypedResourceName` class includes methods for managing fields, such as `getFieldValue` and `getFieldValuesMap`, and overrides standard Java methods like `equals`, `hashCode`, and `toString`."],["This class includes static methods `isParsableFrom`, `of` and `parse`, allowing for checking, creating, and transforming into `UntypedResourceName` objects respectively."]]],[]]