ProjectsLocationsRealms
class ProjectsLocationsRealms extends Resource (View source)
The "realms" collection of methods.
Typical usage is:
$gameservicesService = new Google\Service\GameServices(...);
$realms = $gameservicesService->realms;
Methods
listProjectsLocationsRealms(string $parent, array $optParams = [])
Lists realms in a given project and location.
previewUpdate(string $name, Realm $postBody, array $optParams = [])
Previews patches to a single realm. (realms.previewUpdate)
Details
Operation
create(string $parent, Realm $postBody, array $optParams = [])
Creates a new realm in a given project and location. (realms.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single realm. (realms.delete)
Realm
get(string $name, array $optParams = [])
Gets details of a single realm. (realms.get)
ListRealmsResponse
listProjectsLocationsRealms(string $parent, array $optParams = [])
Lists realms in a given project and location.
(realms.listProjectsLocationsRealms)
Operation
patch(string $name, Realm $postBody, array $optParams = [])
Patches a single realm. (realms.patch)
PreviewRealmUpdateResponse
previewUpdate(string $name, Realm $postBody, array $optParams = [])
Previews patches to a single realm. (realms.previewUpdate)