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.
Implements
IMessageRealmSelector, IEquatableRealmSelector, IDeepCloneableRealmSelector, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
RealmSelector()
public RealmSelector()
RealmSelector(RealmSelector)
public RealmSelector(RealmSelector other)
Parameter | |
---|---|
Name | Description |
other | RealmSelector |
Properties
Realms
public RepeatedField<string> Realms { get; }
List of realms to match.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |