Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::UpdateRealmRequest.
Request message for RealmsService.UpdateRealm.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#realm
def realm() -> ::Google::Cloud::Gaming::V1::Realm
Returns
- (::Google::Cloud::Gaming::V1::Realm) — Required. The realm to be updated. Only fields specified in update_mask are updated.
#realm=
def realm=(value) -> ::Google::Cloud::Gaming::V1::Realm
Parameter
- value (::Google::Cloud::Gaming::V1::Realm) — Required. The realm to be updated. Only fields specified in update_mask are updated.
Returns
- (::Google::Cloud::Gaming::V1::Realm) — Required. The realm to be updated. Only fields specified in update_mask are updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask