Class UnparsedResourceName (4.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public sealed class UnparsedResourceName : IResourceName, IEquatable<UnparsedResourceName>
A resource name in which nothing is known about the name structure.
Inheritance
object >
UnparsedResourceName
Namespace
Google.Api.Gax
Assembly
Google.Api.Gax.dll
Constructors
UnparsedResourceName(string)
public UnparsedResourceName(string name)
Creates an unkown resource name from the given resource name string.
Only minimal verification is carried out that name is a value resource name string.
Parameter
Name
Description
name
string
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value
Type
Description
bool
Methods
Equals(UnparsedResourceName)
public bool Equals(UnparsedResourceName other)
Returns
Type
Description
bool
Equals(object)
public override bool Equals(object obj)
Parameter
Name
Description
obj
object
Returns
Type
Description
bool
Overrides
GetHashCode()
public override int GetHashCode()
Returns
Type
Description
int
Overrides
Parse(string)
public static UnparsedResourceName Parse(string name)
Parse a resource name into an UnparsedResourceName .
Only minimal verification is carried out that name is a valid resource name string.
Parameter
Name
Description
name
string A resource name.
ToString()
public override string ToString()
Returns
Type
Description
string
Overrides
TryParse(string, out UnparsedResourceName)
public static bool TryParse(string name, out UnparsedResourceName result)
Tries to parse the given resource name into an UnparsedResourceName .
Only minimal verification is carried out that name is a value resource name string.
Returns
Type
Description
bool
true if name was successfully parsed, otherwise false.
Operators
operator ==(UnparsedResourceName, UnparsedResourceName)
public static bool operator ==(UnparsedResourceName a, UnparsedResourceName b)
Returns
Type
Description
bool
operator !=(UnparsedResourceName, UnparsedResourceName)
public static bool operator !=(UnparsedResourceName a, UnparsedResourceName b)
Returns
Type
Description
bool
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]