Reference documentation and code samples for the Google Cloud Game Servers V1 Client class UpdateRealmRequest.
Request message for RealmsService.UpdateRealm.
Generated from protobuf message google.cloud.gaming.v1.UpdateRealmRequest
Namespace
Google \ Cloud \ Gaming \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ realm |
Google\Cloud\Gaming\V1\Realm
Required. The realm to be updated. Only fields specified in update_mask are updated. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. For the |
getRealm
Required. The realm to be updated.
Only fields specified in update_mask are updated.
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\Realm|null |
hasRealm
clearRealm
setRealm
Required. The realm to be updated.
Only fields specified in update_mask are updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Gaming\V1\Realm
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
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 | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
realm |
Google\Cloud\Gaming\V1\Realm
Required. The realm to be updated. Only fields specified in update_mask are updated. |
updateMask |
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. For the |
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\UpdateRealmRequest |