Home
last modified time | relevance | path

Searched refs:region (Results 76 – 100 of 203) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDiskType.php51 public $region; variable in Google\\Service\\Compute\\DiskType
166 public function setRegion($region) argument
168 $this->region = $region;
175 return $this->region;
H A DVpnGateway.php58 public $region; variable in Google\\Service\\Compute\\VpnGateway
185 public function setRegion($region) argument
187 $this->region = $region;
194 return $this->region;
H A DInstanceGroup.php56 public $region; variable in Google\\Service\\Compute\\InstanceGroup
189 public function setRegion($region) argument
191 $this->region = $region;
198 return $this->region;
H A DPublicDelegatedPrefix.php64 public $region; variable in Google\\Service\\Compute\\PublicDelegatedPrefix
217 public function setRegion($region) argument
219 $this->region = $region;
226 return $this->region;
H A DResourcePolicy.php49 public $region; variable in Google\\Service\\Compute\\ResourcePolicy
164 public function setRegion($region) argument
166 $this->region = $region;
173 return $this->region;
H A DRouter.php62 public $region; variable in Google\\Service\\Compute\\Router
225 public function setRegion($region) argument
227 $this->region = $region;
234 return $this->region;
H A DAutoscaler.php52 public $region; variable in Google\\Service\\Compute\\Autoscaler
175 public function setRegion($region) argument
177 $this->region = $region;
184 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 DPacketMirroring.php61 public $region; variable in Google\\Service\\Compute\\PacketMirroring
224 public function setRegion($region) argument
226 $this->region = $region;
233 return $this->region;
H A DSecurityPolicy.php58 public $region; variable in Google\\Service\\Compute\\SecurityPolicy
213 public function setRegion($region) argument
215 $this->region = $region;
222 return $this->region;
H A DFirewallPolicy.php60 public $region; variable in Google\\Service\\Compute\\FirewallPolicy
209 public function setRegion($region) argument
211 $this->region = $region;
218 return $this->region;
H A DAddress.php74 public $region; variable in Google\\Service\\Compute\\Address
263 public function setRegion($region) argument
265 $this->region = $region;
272 return $this->region;
H A DNodeTemplate.php64 public $region; variable in Google\\Service\\Compute\\NodeTemplate
237 public function setRegion($region) argument
239 $this->region = $region;
246 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 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 DCommitment.php64 public $region; variable in Google\\Service\\Compute\\Commitment
233 public function setRegion($region) argument
235 $this->region = $region;
242 return $this->region;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProductShipping.php59 public $region; variable in Google\\Service\\ShoppingContent\\ProductShipping
194 public function setRegion($region) argument
196 $this->region = $region;
203 return $this->region;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DAddress.php59 public $region; variable in Google\\Service\\PeopleService\\Address
198 public function setRegion($region) argument
200 $this->region = $region;
207 return $this->region;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserAddress.php61 public $region; variable in Google\\Service\\Directory\\UserAddress
204 public function setRegion($region) argument
206 $this->region = $region;
213 return $this->region;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DInsightOpsHandler.php31 * @param string $region Region where InsightOps account is hosted. Could be 'us' or 'eu'.
38 string $region = 'us', argument
53 ? 'ssl://' . $region . '.data.logs.insight.rapid7.com:443'
54 : $region . '.data.logs.insight.rapid7.com:80';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAddSubnetworkRequest.php58 public $region; variable in Google\\Service\\ServiceNetworking\\AddSubnetworkRequest
193 public function setRegion($region) argument
195 $this->region = $region;
202 return $this->region;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java135 boolean merge(Region region) { in merge() argument
136 if (region==this) { in merge()
142 if (intersects(region)) { in merge()
143 int newMinX = Math.min(region.x, this.x); in merge()
144 int newMinY = Math.min(region.y, this.y); in merge()
145 int newMaxX = Math.max(region.x+region.width, this.x+this.width); in merge()
146 int newMaxY = Math.max(region.y+region.height, this.y+this.height); in merge()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionInstances.php38 * @param string $region The name of the region for this request.
54 …public function bulkInsert($project, $region, BulkInsertInstanceResource $postBody, $optParams = [… argument
56 $params = ['project' => $project, 'region' => $region, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DSuggestionProto.php113 public function setRegion(RegionProto $region) argument
115 $this->region = $region;
122 return $this->region;

123456789