ProjectsLocationsGameServerDeploymentsConfigs
class ProjectsLocationsGameServerDeploymentsConfigs extends Resource (View source)
The "configs" collection of methods.
Typical usage is:
 $gameservicesService = new Google\Service\GameServices(...);
 $configs = $gameservicesService->configs;Methods
Creates a new game server config in a given project, location, and game server deployment. Game server configs are immutable, and are not applied until referenced in the game server deployment rollout resource.
Deletes a single game server config. The deletion fails if the game server config is referenced in a game server deployment rollout. (configs.delete)
Gets details of a single game server config. (configs.get)
Lists game server configs in a given project, location, and game server deployment. (configs.listProjectsLocationsGameServerDeploymentsConfigs)
Details
        
                            Operation
    create(string $parent, GameServerConfig $postBody, array $optParams = [])
        
    
    Creates a new game server config in a given project, location, and game server deployment. Game server configs are immutable, and are not applied until referenced in the game server deployment rollout resource.
(configs.create)
        
                            Operation
    delete(string $name, array $optParams = [])
        
    
    Deletes a single game server config. The deletion fails if the game server config is referenced in a game server deployment rollout. (configs.delete)
        
                            GameServerConfig
    get(string $name, array $optParams = [])
        
    
    Gets details of a single game server config. (configs.get)
        
                            ListGameServerConfigsResponse
    listProjectsLocationsGameServerDeploymentsConfigs(string $parent, array $optParams = [])
        
    
    Lists game server configs in a given project, location, and game server deployment. (configs.listProjectsLocationsGameServerDeploymentsConfigs)