public sealed class GetRealmRequest : IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, IBufferMessage, IMessageReference documentation and code samples for the Game Services v1 API class GetRealmRequest.
Request message for RealmsService.GetRealm.
Implements
IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
GetRealmRequest()
public GetRealmRequest()GetRealmRequest(GetRealmRequest)
public GetRealmRequest(GetRealmRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRealmRequest |
Properties
Name
public string Name { get; set; }Required. The name of the realm to retrieve, in the following form:
projects/{project}/locations/{location}/realms/{realm}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
RealmName
public RealmName RealmName { get; set; }| Property Value | |
|---|---|
| Type | Description |
RealmName |
|