Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAttachedDiskInitializeParams.php243 public function setSourceSnapshotEncryptionKey(CustomerEncryptionKey $sourceSnapshotEncryptionKey) argument
245 $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey;
252 return $this->sourceSnapshotEncryptionKey;
H A DImage.php499 public function setSourceSnapshotEncryptionKey(CustomerEncryptionKey $sourceSnapshotEncryptionKey) argument
501 $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey;
508 return $this->sourceSnapshotEncryptionKey;
H A DDisk.php569 public function setSourceSnapshotEncryptionKey(CustomerEncryptionKey $sourceSnapshotEncryptionKey) argument
571 $this->sourceSnapshotEncryptionKey = $sourceSnapshotEncryptionKey;
578 return $this->sourceSnapshotEncryptionKey;