Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::Realm.
A realm resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The creation time.
#description
def description() -> ::String
Returns
- (::String) — Human readable description of the realm.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Human readable description of the realm.
Returns
- (::String) — Human readable description of the realm.
#etag
def etag() -> ::String
Returns
- (::String) — ETag of the resource.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — ETag of the resource.
Returns
- (::String) — ETag of the resource.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this realm. Each label is a key-value pair.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this realm. Each label is a key-value pair.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The labels associated with this realm. Each label is a key-value pair.
#name
def name() -> ::String
Returns
-
(::String) — 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
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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
.
Returns
-
(::String) — 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
.
#time_zone
def time_zone() -> ::String
Returns
- (::String) — 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.
#time_zone=
def time_zone=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last-modified time.