Reference documentation and code samples for the Google Cloud Game Servers V1 Client class GetRealmRequest.
Request message for RealmsService.GetRealm.
Generated from protobuf message google.cloud.gaming.v1.GetRealmRequest
Namespace
Google \ Cloud \ Gaming \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the realm to retrieve, in the following form: |
getName
Required. The name of the realm to retrieve, in the following form:
projects/{project}/locations/{location}/realms/{realm}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the realm to retrieve, in the following form:
projects/{project}/locations/{location}/realms/{realm}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the realm to retrieve, in the following form:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Gaming\V1\GetRealmRequest |