Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2EnvVarSource.php28 public function setSecretKeyRef(GoogleCloudRunOpV2SecretKeySelector $secretKeyRef) argument
30 $this->secretKeyRef = $secretKeyRef;
37 return $this->secretKeyRef;
H A DGoogleCloudRunV2EnvVarSource.php28 public function setSecretKeyRef(GoogleCloudRunV2SecretKeySelector $secretKeyRef) argument
30 $this->secretKeyRef = $secretKeyRef;
37 return $this->secretKeyRef;
H A DEnvVarSource.php44 public function setSecretKeyRef(SecretKeySelector $secretKeyRef) argument
46 $this->secretKeyRef = $secretKeyRef;
53 return $this->secretKeyRef;