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, which is designed to handle resource names with unknown formats."],["The `UntypedResourceName` class implements the `ResourceName` interface and is intended for use when a resource name's format is unexpected, with generated resource name classes preferred for known formats."],["The documentation lists numerous versions of the API common package, ranging from the latest version 2.46.1 down to 2.1.2."],["The class provides static methods like `isParsableFrom`, `of`, and `parse` for working with `UntypedResourceName`, alongside instance methods such as `equals`, `getFieldValue`, `getFieldValuesMap`, `hashCode`, and `toString`."],["Inherited methods from the `Object` class are available for use with the `UntypedResourceName` class."]]],[]]