Home
last modified time | relevance | path

Searched refs:zone (Results 51 – 75 of 132) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DSetMasterAuthRequest.php43 public $zone; variable in Google\\Service\\Container\\SetMasterAuthRequest
118 public function setZone($zone) argument
120 $this->zone = $zone;
127 return $this->zone;
H A DOperation.php74 public $zone; variable in Google\\Service\\Container\\Operation
275 public function setZone($zone) argument
277 $this->zone = $zone;
284 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertZoneResponse.php28 public function setZone(Zone $zone) argument
30 $this->zone = $zone;
37 return $this->zone;
H A DListZonesResponse.php47 public function setZone($zone) argument
49 $this->zone = $zone;
56 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAcceleratorType.php55 public $zone; variable in Google\\Service\\Compute\\AcceleratorType
172 public function setZone($zone) argument
174 $this->zone = $zone;
181 return $this->zone;
H A DTargetInstance.php61 public $zone; variable in Google\\Service\\Compute\\TargetInstance
192 public function setZone($zone) argument
194 $this->zone = $zone;
201 return $this->zone;
H A DDiskType.php63 public $zone; variable in Google\\Service\\Compute\\DiskType
208 public function setZone($zone) argument
210 $this->zone = $zone;
217 return $this->zone;
H A DNodeType.php67 public $zone; variable in Google\\Service\\Compute\\NodeType
226 public function setZone($zone) argument
228 $this->zone = $zone;
235 return $this->zone;
H A DReservation.php69 public $zone; variable in Google\\Service\\Compute\\Reservation
242 public function setZone($zone) argument
244 $this->zone = $zone;
251 return $this->zone;
H A DInstanceGroup.php72 public $zone; variable in Google\\Service\\Compute\\InstanceGroup
245 public function setZone($zone) argument
247 $this->zone = $zone;
254 return $this->zone;
H A DAutoscaler.php72 public $zone; variable in Google\\Service\\Compute\\Autoscaler
259 public function setZone($zone) argument
261 $this->zone = $zone;
268 return $this->zone;
H A DNodeGroup.php77 public $zone; variable in Google\\Service\\Compute\\NodeGroup
278 public function setZone($zone) argument
280 $this->zone = $zone;
287 return $this->zone;
H A DMachineType.php80 public $zone; variable in Google\\Service\\Compute\\MachineType
295 public function setZone($zone) argument
297 $this->zone = $zone;
304 return $this->zone;
H A DNetworkEndpointGroup.php87 public $zone; variable in Google\\Service\\Compute\\NetworkEndpointGroup
330 public function setZone($zone) argument
332 $this->zone = $zone;
339 return $this->zone;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1935 public $zone; variable in Google_Disk
2003 $this->zone = $zone;
2006 return $this->zone;
2479 public $zone; variable in Google_Instance
2586 $this->zone = $zone;
2589 return $this->zone;
2853 public $zone; variable in Google_MachineType
2934 $this->zone = $zone;
2937 return $this->zone;
3302 public $zone; variable in Google_Operation
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1RuntimeEnvironment.php86 public $zone; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1RuntimeEnvironment
301 public function setZone($zone) argument
303 $this->zone = $zone;
310 return $this->zone;
H A DGoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.php86 public $zone; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment
301 public function setZone($zone) argument
303 $this->zone = $zone;
310 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DCloudSqlSettings.php83 public $zone; variable in Google\\Service\\DatabaseMigrationService\\CloudSqlSettings
298 public function setZone($zone) argument
300 $this->zone = $zone;
307 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DRuntimeEnvironment.php86 public $zone; variable in Google\\Service\\Dataflow\\RuntimeEnvironment
301 public function setZone($zone) argument
303 $this->zone = $zone;
310 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/
H A DProjectsZones.php39 * @param string $zone Deprecated. The name of the Google Compute Engine
49 public function getServerconfig($projectId, $zone, $optParams = []) argument
51 $params = ['projectId' => $projectId, 'zone' => $zone];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DComputeEngineTargetDetails.php84 public $zone; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDetails
313 public function setZone($zone) argument
315 $this->zone = $zone;
322 return $this->zone;
H A DComputeEngineTargetDefaults.php84 public $zone; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDefaults
313 public function setZone($zone) argument
315 $this->zone = $zone;
322 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DImageFamilyViews.php37 * @param string $zone The name of the zone for this request.
42 public function get($project, $zone, $family, $optParams = []) argument
44 $params = ['project' => $project, 'zone' => $zone, 'family' => $family];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Action.php70 public $zone; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Action
285 public function setZone($zone) argument
287 $this->zone = $zone;
294 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php78 public $zone; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig
307 public function setZone($zone) argument
309 $this->zone = $zone;
316 return $this->zone;

123456