Class: Google::Cloud::Gaming::V1::UpdateRealmRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::UpdateRealmRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
Request message for RealmsService.UpdateRealm.
Instance Attribute Summary collapse
-
#realm ⇒ ::Google::Cloud::Gaming::V1::Realm
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#realm ⇒ ::Google::Cloud::Gaming::V1::Realm
Returns Required. The realm to be updated. Only fields specified in update_mask are updated.
114 115 116 117 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 114 class UpdateRealmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
114 115 116 117 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 114 class UpdateRealmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |