Home
last modified time | relevance | path

Searched refs:objectSize (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DRewriteResponse.php33 public $objectSize; variable in Google\\Service\\Storage\\RewriteResponse
76 public function setObjectSize($objectSize) argument
78 $this->objectSize = $objectSize;
85 return $this->objectSize;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DInsertInlineImageRequest.php64 public function setObjectSize(Size $objectSize) argument
66 $this->objectSize = $objectSize;
73 return $this->objectSize;