Google Cloud for Games v1beta API - Class GetRealmRequest (2.0.0-beta02)

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.

Inheritance

Object > GetRealmRequest

Namespace

Google.Cloud.Gaming.V1Beta

Assembly

Google.Cloud.Gaming.V1Beta.dll

Constructors

GetRealmRequest()

public GetRealmRequest()

GetRealmRequest(GetRealmRequest)

public GetRealmRequest(GetRealmRequest other)
Parameter
NameDescription
otherGetRealmRequest

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
TypeDescription
String

RealmName

public RealmName RealmName { get; set; }

RealmName-typed view over the Name resource name property.

Property Value
TypeDescription
RealmName