public sealed class Realm : IMessage<Realm>, IEquatable<Realm>, IDeepCloneable<Realm>, IBufferMessage, IMessage
A realm resource.
Namespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Constructors
Realm()
public Realm()
Realm(Realm)
public Realm(Realm other)
Parameter | |
---|---|
Name | Description |
other | Realm |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The creation time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Human readable description of the realm.
Property Value | |
---|---|
Type | Description |
String |
Etag
public string Etag { get; set; }
ETag of the resource.
Property Value | |
---|---|
Type | Description |
String |
Labels
public MapField<string, string> Labels { get; }
The labels associated with this realm. Each label is a key-value pair.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
RealmName
public RealmName RealmName { get; set; }
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last-modified time.
Property Value | |
---|---|
Type | Description |
Timestamp |