Class: Google::Cloud::Gaming::V1::PreviewRealmUpdateRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#preview_time::Google::Protobuf::Timestamp

Returns Optional. The target timestamp to compute the preview.

Returns:



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.

Returns:



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.

Returns:



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