Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::CreateRealmRequest.
Request message for RealmsService.CreateRealm.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource name, in the following form:
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource name, in the following form:
projects/{project}/locations/{location}
.
Returns
-
(::String) — Required. The parent resource name, in the following form:
projects/{project}/locations/{location}
.
#realm
def realm() -> ::Google::Cloud::Gaming::V1::Realm
Returns
- (::Google::Cloud::Gaming::V1::Realm) — Required. The realm resource to be created.
#realm=
def realm=(value) -> ::Google::Cloud::Gaming::V1::Realm
Parameter
- value (::Google::Cloud::Gaming::V1::Realm) — Required. The realm resource to be created.
Returns
- (::Google::Cloud::Gaming::V1::Realm) — Required. The realm resource to be created.
#realm_id
def realm_id() -> ::String
Returns
- (::String) — Required. The ID of the realm resource to be created.
#realm_id=
def realm_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID of the realm resource to be created.
Returns
- (::String) — Required. The ID of the realm resource to be created.