Class Realm (1.3.0)

public sealed class Realm : IMessage<Realm>, IEquatable<Realm>, IDeepCloneable<Realm>, IBufferMessage, IMessage

A realm resource.

Inheritance

Object > Realm

Namespace

Google.Cloud.Gaming.V1

Assembly

Google.Cloud.Gaming.V1.dll

Constructors

Realm()

public Realm()

Realm(Realm)

public Realm(Realm other)
Parameter
NameDescription
otherRealm

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The creation time.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Human readable description of the realm.

Property Value
TypeDescription
String

Etag

public string Etag { get; set; }

ETag of the resource.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

The labels associated with this realm. Each label is a key-value pair.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

The resource name of the realm, in the following form: projects/{project}/locations/{location}/realms/{realm}. For example, projects/my-project/locations/{location}/realms/my-realm.

Property Value
TypeDescription
String

RealmName

public RealmName RealmName { get; set; }

RealmName-typed view over the Name resource name property.

Property Value
TypeDescription
RealmName

TimeZone

public string TimeZone { get; set; }

Required. Time zone where all policies targeting this realm are evaluated. The value of this field must be from the IANA time zone database: https://www.iana.org/time-zones.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last-modified time.

Property Value
TypeDescription
Timestamp