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 `com.google.api.resourcenames` package."],["The `UntypedResourceName` class implements the `ResourceName` interface and includes static methods for parsing and checking the validity of formatted resource name strings."],["This class offers methods such as `getFieldValue` and `getFieldValuesMap` to access individual fields or a map of all field-value pairs within an untyped resource name."],["The page lists various versions of the API, starting from version 2.1.2, up to the latest version, 2.46.1."],["It shows that the class inherits common methods from the base `Object` class like `equals`, `hashCode`, and `toString`."]]],[]]