Send feedback
Class UnparsedResourceName (4.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class UnparsedResourceName : IResourceName, IEquatable<UnparsedResourceName>
A resource name in which nothing is known about the name structure.
Inheritance
object >
UnparsedResourceName
Namespace
Google 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
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value
Methods
Equals(UnparsedResourceName)
public bool Equals(UnparsedResourceName other)
Parameter
Returns
Equals(object)
public override bool Equals(object obj)
Parameter
Returns
Overrides
GetHashCode()
public override int GetHashCode()
Returns
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.
Returns
Exceptions
ToString()
public override string ToString()
The string representation of the resource name.
Returns
Type Description string
The string representation of the resource name.
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.
Parameters
Returns
Type Description bool
true
if name
was successfully parsed, otherwise false
.
Operators
operator ==(UnparsedResourceName, UnparsedResourceName)
public static bool operator ==(UnparsedResourceName a, UnparsedResourceName b)
Parameters
Returns
operator !=(UnparsedResourceName, UnparsedResourceName)
public static bool operator !=(UnparsedResourceName a, UnparsedResourceName b)
Parameters
Returns
Send feedback
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 2023-01-30 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?