Home
last modified time | relevance | path

Searched refs:encryptionConfig (Results 1 – 11 of 11) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php139 public function setEncryptionConfig(EncryptionConfig $encryptionConfig) argument
141 $this->encryptionConfig = $encryptionConfig;
148 return $this->encryptionConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DCluster.php78 public function setEncryptionConfig(EncryptionConfig $encryptionConfig) argument
80 $this->encryptionConfig = $encryptionConfig;
87 return $this->encryptionConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DEnvironmentConfig.php106 public function setEncryptionConfig(EncryptionConfig $encryptionConfig) argument
108 $this->encryptionConfig = $encryptionConfig;
115 return $this->encryptionConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1TrainingInput.php145 public function setEncryptionConfig(GoogleCloudMlV1EncryptionConfig $encryptionConfig) argument
147 $this->encryptionConfig = $encryptionConfig;
154 return $this->encryptionConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DClusterConfig.php105 public function setEncryptionConfig(EncryptionConfig $encryptionConfig) argument
107 $this->encryptionConfig = $encryptionConfig;
114 return $this->encryptionConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DService.php136 public function setEncryptionConfig(EncryptionConfig $encryptionConfig) argument
138 $this->encryptionConfig = $encryptionConfig;
145 return $this->encryptionConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSpanner.php348 'encryptionConfig.encryptionType' => [
352 'encryptionConfig.kmsKeyName' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DCopyBackupRequest.php54 public function setEncryptionConfig(CopyBackupEncryptionConfig $encryptionConfig) argument
56 $this->encryptionConfig = $encryptionConfig;
63 return $this->encryptionConfig;
H A DCreateDatabaseRequest.php69 public function setEncryptionConfig(EncryptionConfig $encryptionConfig) argument
71 $this->encryptionConfig = $encryptionConfig;
78 return $this->encryptionConfig;
H A DDatabase.php117 public function setEncryptionConfig(EncryptionConfig $encryptionConfig) argument
119 $this->encryptionConfig = $encryptionConfig;
126 return $this->encryptionConfig;
H A DRestoreDatabaseRequest.php64 public function setEncryptionConfig(RestoreDatabaseEncryptionConfig $encryptionConfig) argument
66 $this->encryptionConfig = $encryptionConfig;
73 return $this->encryptionConfig;