Home
last modified time | relevance | path

Searched refs:softwareConfig (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DRuntime.php124 public function setSoftwareConfig(RuntimeSoftwareConfig $softwareConfig) argument
126 $this->softwareConfig = $softwareConfig;
133 return $this->softwareConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DEnvironmentConfig.php204 public function setSoftwareConfig(SoftwareConfig $softwareConfig) argument
206 $this->softwareConfig = $softwareConfig;
213 return $this->softwareConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DClusterConfig.php245 public function setSoftwareConfig(SoftwareConfig $softwareConfig) argument
247 $this->softwareConfig = $softwareConfig;
254 return $this->softwareConfig;