Home
last modified time | relevance | path

Searched refs:mountPath (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DSecretVolume.php26 public $mountPath; variable in Google\\Service\\CloudFunctions\\SecretVolume
41 public function setMountPath($mountPath) argument
43 $this->mountPath = $mountPath;
50 return $this->mountPath;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2VolumeMount.php25 public $mountPath; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2VolumeMount
34 public function setMountPath($mountPath) argument
36 $this->mountPath = $mountPath;
43 return $this->mountPath;
H A DGoogleCloudRunV2VolumeMount.php25 public $mountPath; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2VolumeMount
34 public function setMountPath($mountPath) argument
36 $this->mountPath = $mountPath;
43 return $this->mountPath;
H A DVolumeMount.php25 public $mountPath; variable in Google\\Service\\CloudRun\\VolumeMount
42 public function setMountPath($mountPath) argument
44 $this->mountPath = $mountPath;
51 return $this->mountPath;