Lines Matching refs:location

38    * @param string $location Specifies the location of the resource. This
48 public function create($project, $location, ManagedZone $postBody, $optParams = []) argument
50 $params = ['project' => $project, 'location' => $location, 'postBody' => $postBody];
58 * @param string $location Specifies the location of the resource. This
68 public function delete($project, $location, $managedZone, $optParams = []) argument
70 $params = ['project' => $project, 'location' => $location, 'managedZone' => $managedZone];
78 * @param string $location Specifies the location of the resource. This
89 public function get($project, $location, $managedZone, $optParams = []) argument
91 $params = ['project' => $project, 'location' => $location, 'managedZone' => $managedZone];
100 * @param string $location Specifies the location of the resource. This
113 public function listManagedZones($project, $location, $optParams = []) argument
115 $params = ['project' => $project, 'location' => $location];
123 * @param string $location Specifies the location of the resource. This
135 public function patch($project, $location, $managedZone, ManagedZone $postBody, $optParams = []) argument
137 …$params = ['project' => $project, 'location' => $location, 'managedZone' => $managedZone, 'postBod…
145 * @param string $location Specifies the location of the resource. This
157 public function update($project, $location, $managedZone, ManagedZone $postBody, $optParams = []) argument
159 …$params = ['project' => $project, 'location' => $location, 'managedZone' => $managedZone, 'postBod…