Class: Google::Cloud::Gaming::V1::PreviewRealmUpdateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewRealmUpdateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
Request message for RealmsService.PreviewRealmUpdate.
Instance Attribute Summary collapse
-
#preview_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#realm ⇒ ::Google::Cloud::Gaming::V1::Realm
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#preview_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The target timestamp to compute the preview.
132 133 134 135 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 132 class PreviewRealmUpdateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#realm ⇒ ::Google::Cloud::Gaming::V1::Realm
Returns Required. The realm to be updated. Only fields specified in update_mask are updated.
132 133 134 135 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 132 class PreviewRealmUpdateRequest 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.
132 133 134 135 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 132 class PreviewRealmUpdateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |