Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DDefaultPool.php25 public $artifactStorage; variable in Google\\Service\\CloudDeploy\\DefaultPool
34 public function setArtifactStorage($artifactStorage) argument
36 $this->artifactStorage = $artifactStorage;
43 return $this->artifactStorage;
H A DPrivatePool.php25 public $artifactStorage; variable in Google\\Service\\CloudDeploy\\PrivatePool
38 public function setArtifactStorage($artifactStorage) argument
40 $this->artifactStorage = $artifactStorage;
47 return $this->artifactStorage;
H A DExecutionConfig.php26 public $artifactStorage; variable in Google\\Service\\CloudDeploy\\ExecutionConfig
47 public function setArtifactStorage($artifactStorage) argument
49 $this->artifactStorage = $artifactStorage;
56 return $this->artifactStorage;