Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php299 * @return Google_Firewall
306 return new Google_Firewall($data);
316 * @param Google_Firewall $postBody
320 public function insert($project, Google_Firewall $postBody, $optParams = array()) {
357 * @param Google_Firewall $postBody
361 public function patch($project, $firewall, Google_Firewall $postBody, $optParams = array()) {
376 * @param Google_Firewall $postBody
380 public function update($project, $firewall, Google_Firewall $postBody, $optParams = array()) {
2157 class Google_Firewall extends Google_Model { class