Home
last modified time | relevance | path

Searched refs:dataDisk (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DMountedDataDisk.php25 public $dataDisk; variable in Google\\Service\\Dataflow\\MountedDataDisk
30 public function setDataDisk($dataDisk) argument
32 $this->dataDisk = $dataDisk;
39 return $this->dataDisk;
H A DKeyRangeDataDiskAssignment.php25 public $dataDisk; variable in Google\\Service\\Dataflow\\KeyRangeDataDiskAssignment
38 public function setDataDisk($dataDisk) argument
40 $this->dataDisk = $dataDisk;
47 return $this->dataDisk;
H A DKeyRangeLocation.php25 public $dataDisk; variable in Google\\Service\\Dataflow\\KeyRangeLocation
46 public function setDataDisk($dataDisk) argument
48 $this->dataDisk = $dataDisk;
55 return $this->dataDisk;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php125 public function setDataDisk(LocalDisk $dataDisk) argument
127 $this->dataDisk = $dataDisk;
134 return $this->dataDisk;