/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | LocalDisk.php | 33 public $diskType; variable in Google\\Service\\Compute\\LocalDisk 66 public function setDiskType($diskType) argument 68 $this->diskType = $diskType; 75 return $this->diskType;
|
H A D | AttachedDiskInitializeParams.php | 38 public $diskType; variable in Google\\Service\\Compute\\AttachedDiskInitializeParams 117 public function setDiskType($diskType) argument 119 $this->diskType = $diskType; 126 return $this->diskType;
|
H A D | SavedAttachedDisk.php | 44 public $diskType; variable in Google\\Service\\Compute\\SavedAttachedDisk 157 public function setDiskType($diskType) argument 159 $this->diskType = $diskType; 166 return $this->diskType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | Disk.php | 25 public $diskType; variable in Google\\Service\\Dataflow\\Disk 38 public function setDiskType($diskType) argument 40 $this->diskType = $diskType; 47 return $this->diskType;
|
H A D | WorkerPool.php | 42 public $diskType; variable in Google\\Service\\Dataflow\\WorkerPool 175 public function setDiskType($diskType) argument 177 $this->diskType = $diskType; 184 return $this->diskType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/ |
H A D | LocalDiskInitializeParams.php | 37 public $diskType; variable in Google\\Service\\AIPlatformNotebooks\\LocalDiskInitializeParams 88 public function setDiskType($diskType) argument 90 $this->diskType = $diskType; 97 return $this->diskType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | AutoprovisioningNodePoolDefaults.php | 34 public $diskType; variable in Google\\Service\\Container\\AutoprovisioningNodePoolDefaults 89 public function setDiskType($diskType) argument 91 $this->diskType = $diskType; 98 return $this->diskType;
|
H A D | NodeConfig.php | 38 public $diskType; variable in Google\\Service\\Container\\NodeConfig 165 public function setDiskType($diskType) argument 167 $this->diskType = $diskType; 174 return $this->diskType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
H A D | GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php | 25 public $diskType; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig 57 public function setDiskType($diskType) argument 59 $this->diskType = $diskType; 63 return $this->diskType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/ |
H A D | ComputeEngineTargetDetails.php | 38 public $diskType; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDetails 145 public function setDiskType($diskType) argument 147 $this->diskType = $diskType; 154 return $this->diskType;
|
H A D | ComputeEngineTargetDefaults.php | 38 public $diskType; variable in Google\\Service\\VMMigrationService\\ComputeEngineTargetDefaults 145 public function setDiskType($diskType) argument 147 $this->diskType = $diskType; 154 return $this->diskType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
H A D | RegionDiskTypes.php | 39 * @param string $diskType Name of the disk type to return. 43 public function get($project, $region, $diskType, $optParams = []) argument 45 $params = ['project' => $project, 'region' => $region, 'diskType' => $diskType];
|
H A D | DiskTypes.php | 100 * @param string $diskType Name of the disk type to return. 104 public function get($project, $zone, $diskType, $optParams = []) argument 106 $params = ['project' => $project, 'zone' => $zone, 'diskType' => $diskType];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/ |
H A D | GoogleChromeManagementV1StorageStatusReport.php | 23 protected $diskType = GoogleChromeManagementV1DiskInfo::class; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1StorageStatusReport
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Compute.php | 1074 'path' => 'projects/{project}/zones/{zone}/diskTypes/{diskType}', 1087 'diskType' => [ 9195 'path' => 'projects/{project}/regions/{region}/diskTypes/{diskType}', 9208 'diskType' => [
|