Home
last modified time | relevance | path

Searched refs:writeControl (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DBatchUpdateDocumentRequest.php45 public function setWriteControl(WriteControl $writeControl) argument
47 $this->writeControl = $writeControl;
54 return $this->writeControl;
H A DBatchUpdateDocumentResponse.php63 public function setWriteControl(WriteControl $writeControl) argument
65 $this->writeControl = $writeControl;
72 return $this->writeControl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DBatchUpdatePresentationRequest.php45 public function setWriteControl(WriteControl $writeControl) argument
47 $this->writeControl = $writeControl;
54 return $this->writeControl;
H A DBatchUpdatePresentationResponse.php63 public function setWriteControl(WriteControl $writeControl) argument
65 $this->writeControl = $writeControl;
72 return $this->writeControl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DBatchUpdateFormRequest.php63 public function setWriteControl(WriteControl $writeControl) argument
65 $this->writeControl = $writeControl;
72 return $this->writeControl;
H A DBatchUpdateFormResponse.php61 public function setWriteControl(WriteControl $writeControl) argument
63 $this->writeControl = $writeControl;
70 return $this->writeControl;