Home
last modified time | relevance | path

Searched refs:zone (Results 26 – 50 of 132) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DNodeTypes.php99 * @param string $zone The name of the zone for this request.
104 public function get($project, $zone, $nodeType, $optParams = []) argument
106 $params = ['project' => $project, 'zone' => $zone, 'nodeType' => $nodeType];
115 * @param string $zone The name of the zone for this request.
159 public function listNodeTypes($project, $zone, $optParams = []) argument
161 $params = ['project' => $project, 'zone' => $zone];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAddDnsRecordSetRequest.php31 public $zone; variable in Google\\Service\\ServiceNetworking\\AddDnsRecordSetRequest
64 public function setZone($zone) argument
66 $this->zone = $zone;
73 return $this->zone;
H A DRemoveDnsRecordSetRequest.php31 public $zone; variable in Google\\Service\\ServiceNetworking\\RemoveDnsRecordSetRequest
64 public function setZone($zone) argument
66 $this->zone = $zone;
73 return $this->zone;
H A DUpdateDnsRecordSetRequest.php33 public $zone; variable in Google\\Service\\ServiceNetworking\\UpdateDnsRecordSetRequest
80 public function setZone($zone) argument
82 $this->zone = $zone;
89 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DCompleteIPRotationRequest.php37 public $zone; variable in Google\\Service\\Container\\CompleteIPRotationRequest
84 public function setZone($zone) argument
86 $this->zone = $zone;
93 return $this->zone;
H A DCancelOperationRequest.php37 public $zone; variable in Google\\Service\\Container\\CancelOperationRequest
84 public function setZone($zone) argument
86 $this->zone = $zone;
93 return $this->zone;
H A DCreateClusterRequest.php35 public $zone; variable in Google\\Service\\Container\\CreateClusterRequest
82 public function setZone($zone) argument
84 $this->zone = $zone;
91 return $this->zone;
H A DSetMonitoringServiceRequest.php41 public $zone; variable in Google\\Service\\Container\\SetMonitoringServiceRequest
102 public function setZone($zone) argument
104 $this->zone = $zone;
111 return $this->zone;
H A DRollbackNodePoolUpgradeRequest.php41 public $zone; variable in Google\\Service\\Container\\RollbackNodePoolUpgradeRequest
102 public function setZone($zone) argument
104 $this->zone = $zone;
111 return $this->zone;
H A DSetLegacyAbacRequest.php41 public $zone; variable in Google\\Service\\Container\\SetLegacyAbacRequest
102 public function setZone($zone) argument
104 $this->zone = $zone;
111 return $this->zone;
H A DSetLoggingServiceRequest.php41 public $zone; variable in Google\\Service\\Container\\SetLoggingServiceRequest
102 public function setZone($zone) argument
104 $this->zone = $zone;
111 return $this->zone;
H A DStartIPRotationRequest.php41 public $zone; variable in Google\\Service\\Container\\StartIPRotationRequest
102 public function setZone($zone) argument
104 $this->zone = $zone;
111 return $this->zone;
H A DUpdateMasterRequest.php41 public $zone; variable in Google\\Service\\Container\\UpdateMasterRequest
102 public function setZone($zone) argument
104 $this->zone = $zone;
111 return $this->zone;
H A DSetLocationsRequest.php42 public $zone; variable in Google\\Service\\Container\\SetLocationsRequest
103 public function setZone($zone) argument
105 $this->zone = $zone;
112 return $this->zone;
H A DSetMaintenancePolicyRequest.php39 public $zone; variable in Google\\Service\\Container\\SetMaintenancePolicyRequest
100 public function setZone($zone) argument
102 $this->zone = $zone;
109 return $this->zone;
H A DSetNetworkPolicyRequest.php39 public $zone; variable in Google\\Service\\Container\\SetNetworkPolicyRequest
100 public function setZone($zone) argument
102 $this->zone = $zone;
109 return $this->zone;
H A DCreateNodePoolRequest.php39 public $zone; variable in Google\\Service\\Container\\CreateNodePoolRequest
100 public function setZone($zone) argument
102 $this->zone = $zone;
109 return $this->zone;
H A DSetAddonsConfigRequest.php39 public $zone; variable in Google\\Service\\Container\\SetAddonsConfigRequest
100 public function setZone($zone) argument
102 $this->zone = $zone;
109 return $this->zone;
H A DUpdateClusterRequest.php39 public $zone; variable in Google\\Service\\Container\\UpdateClusterRequest
100 public function setZone($zone) argument
102 $this->zone = $zone;
109 return $this->zone;
H A DSetLabelsRequest.php45 public $zone; variable in Google\\Service\\Container\\SetLabelsRequest
120 public function setZone($zone) argument
122 $this->zone = $zone;
129 return $this->zone;
H A DSetNodePoolSizeRequest.php45 public $zone; variable in Google\\Service\\Container\\SetNodePoolSizeRequest
120 public function setZone($zone) argument
122 $this->zone = $zone;
129 return $this->zone;
H A DSetNodePoolAutoscalingRequest.php43 public $zone; variable in Google\\Service\\Container\\SetNodePoolAutoscalingRequest
118 public function setZone($zone) argument
120 $this->zone = $zone;
127 return $this->zone;
H A DSetNodePoolManagementRequest.php43 public $zone; variable in Google\\Service\\Container\\SetNodePoolManagementRequest
118 public function setZone($zone) argument
120 $this->zone = $zone;
127 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DLocationPreference.php37 public $zone; variable in Google\\Service\\SQLAdmin\\LocationPreference
84 public function setZone($zone) argument
86 $this->zone = $zone;
93 return $this->zone;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DNode.php43 public $zone; variable in Google\\Service\\CloudMemorystoreforMemcached\\Node
118 public function setZone($zone) argument
120 $this->zone = $zone;
127 return $this->zone;

123456