public sealed class CreateRealmRequest : IMessage<CreateRealmRequest>, IEquatable<CreateRealmRequest>, IDeepCloneable<CreateRealmRequest>, IBufferMessage, IMessage
Request message for RealmsService.CreateRealm.
Implements
IMessage<CreateRealmRequest>, IEquatable<CreateRealmRequest>, IDeepCloneable<CreateRealmRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
CreateRealmRequest()
public CreateRealmRequest()
CreateRealmRequest(CreateRealmRequest)
public CreateRealmRequest(CreateRealmRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateRealmRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent resource name, in the following form:
projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Realm
public Realm Realm { get; set; }
Required. The realm resource to be created.
Property Value | |
---|---|
Type | Description |
Realm |
RealmId
public string RealmId { get; set; }
Required. The ID of the realm resource to be created.
Property Value | |
---|---|
Type | Description |
String |