public sealed class RealmSelector : IMessage<RealmSelector>, IEquatable<RealmSelector>, IDeepCloneable<RealmSelector>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud for Games v1beta API class RealmSelector.
The realm selector, used to match realm resources.
Implements
IMessage<RealmSelector>, IEquatable<RealmSelector>, IDeepCloneable<RealmSelector>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.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 |
RepeatedField<String> |
|