Class: Google::Cloud::Gaming::V1::CreateRealmRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::CreateRealmRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
Request message for RealmsService.CreateRealm.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#realm ⇒ ::Google::Cloud::Gaming::V1::Realm
Required.
-
#realm_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource name, in the following form:
projects/{project}/locations/{location}
.
89 90 91 92 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 89 class CreateRealmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#realm ⇒ ::Google::Cloud::Gaming::V1::Realm
Returns Required. The realm resource to be created.
89 90 91 92 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 89 class CreateRealmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#realm_id ⇒ ::String
Returns Required. The ID of the realm resource to be created.
89 90 91 92 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 89 class CreateRealmRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |