Class: Google::Cloud::Gaming::V1::DeleteRealmRequest

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.DeleteRealm.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the realm to delete, in the following form: projects/{project}/locations/{location}/realms/{realm}.

Returns:

  • (::String)

    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