Home
last modified time | relevance | path

Searched refs:perInstanceConfigs (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRegionInstanceGroupManagerPatchInstanceConfigReq.php29 public function setPerInstanceConfigs($perInstanceConfigs) argument
31 $this->perInstanceConfigs = $perInstanceConfigs;
38 return $this->perInstanceConfigs;
H A DRegionInstanceGroupManagerUpdateInstanceConfigReq.php29 public function setPerInstanceConfigs($perInstanceConfigs) argument
31 $this->perInstanceConfigs = $perInstanceConfigs;
38 return $this->perInstanceConfigs;
H A DInstanceGroupManagersPatchPerInstanceConfigsReq.php29 public function setPerInstanceConfigs($perInstanceConfigs) argument
31 $this->perInstanceConfigs = $perInstanceConfigs;
38 return $this->perInstanceConfigs;
H A DInstanceGroupManagersUpdatePerInstanceConfigsReq.php29 public function setPerInstanceConfigs($perInstanceConfigs) argument
31 $this->perInstanceConfigs = $perInstanceConfigs;
38 return $this->perInstanceConfigs;
H A DInstanceGroupManagerStatusStateful.php46 …ion setPerInstanceConfigs(InstanceGroupManagerStatusStatefulPerInstanceConfigs $perInstanceConfigs) argument
48 $this->perInstanceConfigs = $perInstanceConfigs;
55 return $this->perInstanceConfigs;