Home
last modified time | relevance | path

Searched refs:deviceName (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DClaimDeviceResponse.php29 public $deviceName; variable in Google\\Service\\AndroidProvisioningPartner\\ClaimDeviceResponse
48 public function setDeviceName($deviceName) argument
50 $this->deviceName = $deviceName;
57 return $this->deviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDiskInstantiationConfig.php33 public $deviceName; variable in Google\\Service\\Compute\\DiskInstantiationConfig
70 public function setDeviceName($deviceName) argument
72 $this->deviceName = $deviceName;
79 return $this->deviceName;
H A DAttachedDisk.php34 public $deviceName; variable in Google\\Service\\Compute\\AttachedDisk
107 public function setDeviceName($deviceName) argument
109 $this->deviceName = $deviceName;
116 return $this->deviceName;
H A DSavedAttachedDisk.php34 public $deviceName; variable in Google\\Service\\Compute\\SavedAttachedDisk
115 public function setDeviceName($deviceName) argument
117 $this->deviceName = $deviceName;
124 return $this->deviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DDisk.php34 public $deviceName; variable in Google\\Service\\AIPlatformNotebooks\\Disk
101 public function setDeviceName($deviceName) argument
103 $this->deviceName = $deviceName;
110 return $this->deviceName;
H A DLocalDisk.php34 public $deviceName; variable in Google\\Service\\AIPlatformNotebooks\\LocalDisk
99 public function setDeviceName($deviceName) argument
101 $this->deviceName = $deviceName;
108 return $this->deviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DInstances.php307 * @param string $deviceName The device name of the disk to detach. Make a get()
323 public function detachDisk($project, $zone, $instance, $deviceName, $optParams = []) argument
325 …s = ['project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName];
753 * @param string $deviceName The device name of the disk to modify. Make a get()
769 …public function setDiskAutoDelete($project, $zone, $instance, $autoDelete, $deviceName, $optParams… argument
771 …zone' => $zone, 'instance' => $instance, 'autoDelete' => $autoDelete, 'deviceName' => $deviceName];
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php704 * @param string $deviceName Disk device name to detach.
708 public function detachDisk($project, $zone, $instance, $deviceName, $optParams = array()) { argument
709 …rray('project' => $project, 'zone' => $zone, 'instance' => $instance, 'deviceName' => $deviceName);
1835 public $deviceName; variable in Google_AttachedDisk
1847 public function setDeviceName( $deviceName) { argument
1848 $this->deviceName = $deviceName;
1851 return $this->deviceName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php4696 'deviceName' => [
5117 'deviceName' => [