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 provides documentation for the `UntypedResourceName` class in the `com.google.api.resourcenames` package, with version history ranging from 2.1.2 to the latest version 2.46.1."],["The `UntypedResourceName` class is designed to handle `ResourceName` instances with unknown formats, intended for unexpected format strings, but preferred to use a generated class if one exists."],["The class implements the `ResourceName` interface and inherits methods from the `Object` class, such as `equals`, `hashCode`, and `toString`."],["Static methods provided include `isParsableFrom`, `of`, and `parse` to facilitate the creation and validation of `UntypedResourceName` instances, and methods `getFieldValue` and `getFieldValuesMap` are present to gather field data."],["The available documentation is specific to version 2.42.1, with links provided to other historical versions of the class, if needed."]]],[]]