Home
last modified time | relevance | path

Searched refs:GameServerDeployment (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/Resource/
H A DProjectsLocationsGameServerDeployments.php22 use Google\Service\GameServices\GameServerDeployment; alias
48 * @param GameServerDeployment $postBody
55 public function create($parent, GameServerDeployment $postBody, $optParams = [])
102 * @return GameServerDeployment
108 return $this->call('get', [$params], GameServerDeployment::class);
191 * @param GameServerDeployment $postBody
200 public function patch($name, GameServerDeployment $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DListGameServerDeploymentsResponse.php23 protected $gameServerDeploymentsType = GameServerDeployment::class;
35 * @param GameServerDeployment[]
42 * @return GameServerDeployment[]
H A DGameServerDeployment.php20 class GameServerDeployment extends \Google\Model class
134 class_alias(GameServerDeployment::class, 'Google_Service_GameServices_GameServerDeployment');