Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAttachedDiskInitializeParams.php215 public function setSourceImageEncryptionKey(CustomerEncryptionKey $sourceImageEncryptionKey) argument
217 $this->sourceImageEncryptionKey = $sourceImageEncryptionKey;
224 return $this->sourceImageEncryptionKey;
H A DImage.php457 public function setSourceImageEncryptionKey(CustomerEncryptionKey $sourceImageEncryptionKey) argument
459 $this->sourceImageEncryptionKey = $sourceImageEncryptionKey;
466 return $this->sourceImageEncryptionKey;
H A DDisk.php527 public function setSourceImageEncryptionKey(CustomerEncryptionKey $sourceImageEncryptionKey) argument
529 $this->sourceImageEncryptionKey = $sourceImageEncryptionKey;
536 return $this->sourceImageEncryptionKey;