Home
last modified time | relevance | path

Searched refs:containerImage (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DRuntimeConfig.php25 public $containerImage; variable in Google\\Service\\Dataproc\\RuntimeConfig
38 public function setContainerImage($containerImage) argument
40 $this->containerImage = $containerImage;
47 return $this->containerImage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSdkHarnessContainerImage.php30 public $containerImage; variable in Google\\Service\\Dataflow\\SdkHarnessContainerImage
57 public function setContainerImage($containerImage) argument
59 $this->containerImage = $containerImage;
66 return $this->containerImage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DUpgradeHistoryEntry.php29 public $containerImage; variable in Google\\Service\\AIPlatformNotebooks\\UpgradeHistoryEntry
80 public function setContainerImage($containerImage) argument
82 $this->containerImage = $containerImage;
89 return $this->containerImage;
H A DEnvironment.php50 public function setContainerImage(ContainerImage $containerImage) argument
52 $this->containerImage = $containerImage;
59 return $this->containerImage;
H A DInstance.php213 public function setContainerImage(ContainerImage $containerImage) argument
215 $this->containerImage = $containerImage;
222 return $this->containerImage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1TaskInfrastructureSpec.php46 …setContainerImage(GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime $containerImage) argument
48 $this->containerImage = $containerImage;
55 return $this->containerImage;