Class: Google::Cloud::Gaming::V1::PreviewRealmUpdateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewRealmUpdateResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
Response message for RealmsService.PreviewRealmUpdate.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
ETag of the realm.
-
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
The target state.
Instance Attribute Details
#etag ⇒ ::String
Returns ETag of the realm.
144 145 146 147 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 144 class PreviewRealmUpdateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
Returns The target state.
144 145 146 147 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 144 class PreviewRealmUpdateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |