Game Services v1 API - Class RealmName (2.2.0)

public sealed class RealmName : IResourceName, IEquatable<RealmName>

Reference documentation and code samples for the Game Services v1 API class RealmName.

Resource name for the Realm resource.

Inheritance

object > RealmName

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

RealmName(string, string, string)

public RealmName(string projectId, string locationId, string realmId)

Constructs a new instance of a RealmName class from the component parts of pattern projects/{project}/locations/{location}/realms/{realm}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

realmIdstring

The Realm ID. Must not be null or empty.

Properties

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

RealmId

public string RealmId { get; }

The Realm ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

Type

public RealmName.ResourceNameType Type { get; }

The RealmName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
RealmNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(string, string, string)

public static string Format(string projectId, string locationId, string realmId)

Formats the IDs into the string representation of this RealmName with pattern projects/{project}/locations/{location}/realms/{realm}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

realmIdstring

The Realm ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this RealmName with pattern projects/{project}/locations/{location}/realms/{realm}.

FormatProjectLocationRealm(string, string, string)

public static string FormatProjectLocationRealm(string projectId, string locationId, string realmId)

Formats the IDs into the string representation of this RealmName with pattern projects/{project}/locations/{location}/realms/{realm}.

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

realmIdstring

The Realm ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this RealmName with pattern projects/{project}/locations/{location}/realms/{realm}.

FromProjectLocationRealm(string, string, string)

public static RealmName FromProjectLocationRealm(string projectId, string locationId, string realmId)

Creates a RealmName with the pattern projects/{project}/locations/{location}/realms/{realm} .

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

realmIdstring

The Realm ID. Must not be null or empty.

Returns
TypeDescription
RealmName

A new instance of RealmName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static RealmName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a RealmName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
RealmName

A new instance of RealmName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static RealmName Parse(string realmName)

Parses the given resource name string into a new RealmName instance.

Parameter
NameDescription
realmNamestring

The resource name in string form. Must not be null.

Returns
TypeDescription
RealmName

The parsed RealmName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/realms/{realm}

Parse(string, bool)

public static RealmName Parse(string realmName, bool allowUnparsed)

Parses the given resource name string into a new RealmName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
realmNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
RealmName

The parsed RealmName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/realms/{realm}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
string

The string representation of the resource name.

Overrides

TryParse(string, out RealmName)

public static bool TryParse(string realmName, out RealmName result)

Tries to parse the given resource name string into a new RealmName instance.

Parameters
NameDescription
realmNamestring

The resource name in string form. Must not be null.

resultRealmName

When this method returns, the parsed RealmName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/realms/{realm}

TryParse(string, bool, out RealmName)

public static bool TryParse(string realmName, bool allowUnparsed, out RealmName result)

Tries to parse the given resource name string into a new RealmName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
realmNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultRealmName

When this method returns, the parsed RealmName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/realms/{realm}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(RealmName, RealmName)

public static bool operator ==(RealmName a, RealmName b)
Parameters
NameDescription
aRealmName
bRealmName
Returns
TypeDescription
bool

operator !=(RealmName, RealmName)

public static bool operator !=(RealmName a, RealmName b)
Parameters
NameDescription
aRealmName
bRealmName
Returns
TypeDescription
bool