public sealed class GetRealmRequest : IMessage<GetRealmRequest>, IEquatable<GetRealmRequest>, IDeepCloneable<GetRealmRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud for Games v1beta API class GetRealmRequest.
Request message for RealmsService.GetRealm.
Implements
IMessageGetRealmRequest, IEquatableGetRealmRequest, IDeepCloneableGetRealmRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1BetaAssembly
Google.Cloud.Gaming.V1Beta.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. Uses the form:
projects/{project}/locations/{location}/realms/{realm}
.
Property Value | |
---|---|
Type | Description |
string |
RealmName
public RealmName RealmName { get; set; }
Property Value | |
---|---|
Type | Description |
RealmName |