Class: Google::Cloud::Gaming::V1::DeleteRealmRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::DeleteRealmRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
Request message for RealmsService.DeleteRealm.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the realm to delete, in the following form:
projects/{project}/locations/{location}/realms/{realm}
.
99 100 101 102 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 99 class DeleteRealmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |