Class: Google::Cloud::Gaming::V1::Realm
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::Realm
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
A realm resource.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Human readable description of the realm.
-
#etag ⇒ ::String
ETag of the resource.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels associated with this realm.
-
#name ⇒ ::String
The resource name of the realm, in the following form:
projects/{project}/locations/{location}/realms/{realm}
. -
#time_zone ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation time.
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 175 class Realm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Human readable description of the realm.
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 175 class Realm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
Returns ETag of the resource.
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 175 class Realm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns The labels associated with this realm. Each label is a key-value pair.
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 175 class Realm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns 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
.
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 175 class Realm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#time_zone ⇒ ::String
Returns 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.
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 175 class Realm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last-modified time.
175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 175 class Realm include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |