Home
last modified time | relevance | path

Searched refs:region (Results 26 – 50 of 203) sorted by last modified time

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionOperations.php38 * @param string $region Name of the region for this request.
42 public function delete($project, $region, $operation, $optParams = []) argument
44 $params = ['project' => $project, 'region' => $region, 'operation' => $operation];
53 * @param string $region Name of the region for this request.
58 public function get($project, $region, $operation, $optParams = []) argument
60 $params = ['project' => $project, 'region' => $region, 'operation' => $operation];
69 * @param string $region Name of the region for this request.
113 public function listRegionOperations($project, $region, $optParams = []) argument
115 $params = ['project' => $project, 'region' => $region];
133 * @param string $region Name of the region for this request.
[all …]
H A DRegionSslCertificates.php39 * @param string $region Name of the region scoping this request.
55 public function delete($project, $region, $sslCertificate, $optParams = []) argument
57 $params = ['project' => $project, 'region' => $region, 'sslCertificate' => $sslCertificate];
67 * @param string $region Name of the region scoping this request.
72 public function get($project, $region, $sslCertificate, $optParams = []) argument
83 * @param string $region Name of the region scoping this request.
99 public function insert($project, $region, SslCertificate $postBody, $optParams = []) argument
101 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
111 * @param string $region Name of the region scoping this request.
155 public function listRegionSslCertificates($project, $region, $optParams = []) argument
[all …]
H A DRegionTargetHttpProxies.php40 * @param string $region Name of the region scoping this request.
57 public function delete($project, $region, $targetHttpProxy, $optParams = []) argument
69 * @param string $region Name of the region scoping this request.
75 public function get($project, $region, $targetHttpProxy, $optParams = []) argument
86 * @param string $region Name of the region scoping this request.
102 public function insert($project, $region, TargetHttpProxy $postBody, $optParams = []) argument
104 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
114 * @param string $region Name of the region scoping this request.
158 public function listRegionTargetHttpProxies($project, $region, $optParams = []) argument
160 $params = ['project' => $project, 'region' => $region];
[all …]
H A DRegionUrlMaps.php40 * @param string $region Name of the region scoping this request.
48 public function delete($project, $region, $urlMap, $optParams = []) argument
59 * @param string $region Name of the region scoping this request.
64 public function get($project, $region, $urlMap, $optParams = []) argument
75 * @param string $region Name of the region scoping this request.
94 * @param string $region Name of the region scoping this request.
138 public function listRegionUrlMaps($project, $region, $optParams = []) argument
140 $params = ['project' => $project, 'region' => $region];
150 * @param string $region Name of the region scoping this request.
170 * @param string $region Name of the region scoping this request.
[all …]
H A DRegions.php44 * @param string $region Name of the region resource to return.
48 public function get($project, $region, $optParams = []) argument
50 $params = ['project' => $project, 'region' => $region];
H A DResourcePolicies.php104 * @param string $region Name of the region for this request.
120 public function delete($project, $region, $resourcePolicy, $optParams = []) argument
131 * @param string $region Name of the region for this request.
136 public function get($project, $region, $resourcePolicy, $optParams = []) argument
147 * @param string $region The name of the region for this request.
164 * @param string $region Name of the region for this request.
191 * @param string $region Name of the region for this request.
235 public function listResourcePolicies($project, $region, $optParams = []) argument
237 $params = ['project' => $project, 'region' => $region];
246 * @param string $region The name of the region for this request.
[all …]
H A DRouters.php102 * @param string $region Name of the region for this request.
129 * @param string $region Name of the region for this request.
134 public function get($project, $region, $router, $optParams = []) argument
145 * @param string $region Name of the region for this request.
202 * @param string $region Name of the region for this request.
218 * @param string $region Name of the region for this request.
245 * @param string $region Name of the region for this request.
291 $params = ['project' => $project, 'region' => $region];
301 * @param string $region Name of the region for this request.
329 * @param string $region Name of the region for this request.
[all …]
H A DVpnGateways.php103 * @param string $region Name of the region for this request.
119 public function delete($project, $region, $vpnGateway, $optParams = []) argument
130 * @param string $region Name of the region for this request.
135 public function get($project, $region, $vpnGateway, $optParams = []) argument
145 * @param string $region Name of the region for this request.
161 * @param string $region Name of the region for this request.
188 * @param string $region Name of the region for this request.
232 public function listVpnGateways($project, $region, $optParams = []) argument
234 $params = ['project' => $project, 'region' => $region];
243 * @param string $region The region for this request.
[all …]
H A DVpnTunnels.php99 * @param string $region Name of the region for this request.
115 public function delete($project, $region, $vpnTunnel, $optParams = []) argument
117 $params = ['project' => $project, 'region' => $region, 'vpnTunnel' => $vpnTunnel];
126 * @param string $region Name of the region for this request.
131 public function get($project, $region, $vpnTunnel, $optParams = []) argument
142 * @param string $region Name of the region for this request.
158 public function insert($project, $region, VpnTunnel $postBody, $optParams = []) argument
160 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
169 * @param string $region Name of the region for this request.
213 public function listVpnTunnels($project, $region, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDisk.php90 public $region; variable in Google\\Service\\Compute\\Disk
401 public function setRegion($region) argument
403 $this->region = $region;
410 return $this->region;
H A DForwardingRule.php120 public $region; variable in Google\\Service\\Compute\\ForwardingRule
469 public function setRegion($region) argument
471 $this->region = $region;
478 return $this->region;
H A DHealthCheck.php63 public $region; variable in Google\\Service\\Compute\\HealthCheck
256 public function setRegion($region) argument
258 $this->region = $region;
265 return $this->region;
H A DServiceAttachment.php80 public $region; variable in Google\\Service\\Compute\\ServiceAttachment
303 public function setRegion($region) argument
305 $this->region = $region;
312 return $this->region;
H A DInstanceGroupManager.php70 public $region; variable in Google\\Service\\Compute\\InstanceGroupManager
281 public function setRegion($region) argument
283 $this->region = $region;
290 return $this->region;
H A DSslCertificate.php60 public $region; variable in Google\\Service\\Compute\\SslCertificate
205 public function setRegion($region) argument
207 $this->region = $region;
214 return $this->region;
H A DTargetHttpsProxy.php62 public $region; variable in Google\\Service\\Compute\\TargetHttpsProxy
213 public function setRegion($region) argument
215 $this->region = $region;
222 return $this->region;
H A DInterconnectLocationRegionInfo.php33 public $region; variable in Google\\Service\\Compute\\InterconnectLocationRegionInfo
66 public function setRegion($region) argument
68 $this->region = $region;
75 return $this->region;
H A DNetworkEdgeSecurityService.php49 public $region; variable in Google\\Service\\Compute\\NetworkEdgeSecurityService
150 public function setRegion($region) argument
152 $this->region = $region;
159 return $this->region;
H A DUrlMap.php64 public $region; variable in Google\\Service\\Compute\\UrlMap
243 public function setRegion($region) argument
245 $this->region = $region;
252 return $this->region;
H A DNotificationEndpoint.php47 public $region; variable in Google\\Service\\Compute\\NotificationEndpoint
140 public function setRegion($region) argument
142 $this->region = $region;
149 return $this->region;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountAddress.php37 public $region; variable in Google\\Service\\ShoppingContent\\AccountAddress
88 public function setRegion($region) argument
90 $this->region = $region;
97 return $this->region;
H A DOrderAddress.php50 public $region; variable in Google\\Service\\ShoppingContent\\OrderAddress
143 public function setRegion($region) argument
145 $this->region = $region;
152 return $this->region;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPerformanceReport.php41 public $region; variable in Google\\Service\\AdExchangeBuyer\\PerformanceReport
190 public function setRegion($region) argument
192 $this->region = $region;
196 return $this->region;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataproc.php473 'region' => [
496 'region' => [
524 'region' => [
544 'region' => [
574 'region' => [
594 'region' => [
621 'region' => [
653 'region' => [
683 'region' => [
703 'region' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DUptimeCheckIp.php33 public $region; variable in Google\\Service\\Monitoring\\UptimeCheckIp
66 public function setRegion($region) argument
68 $this->region = $region;
75 return $this->region;

123456789