Game Services v1 API - Class RealmSelector (2.2.0)

public sealed class RealmSelector : IMessage<RealmSelector>, IEquatable<RealmSelector>, IDeepCloneable<RealmSelector>, IBufferMessage, IMessage

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

The realm selector, used to match realm resources.

Inheritance

object > RealmSelector

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

RealmSelector()

public RealmSelector()

RealmSelector(RealmSelector)

public RealmSelector(RealmSelector other)
Parameter
NameDescription
otherRealmSelector

Properties

Realms

public RepeatedField<string> Realms { get; }

List of realms to match.

Property Value
TypeDescription
RepeatedFieldstring