Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DObjects.php42 * @param string $destinationBucket Name of the bucket containing the source
65 …public function compose($destinationBucket, $destinationObject, ComposeRequest $postBody, $optPara… argument
67 …$params = ['destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObject, '…
79 * @param string $destinationBucket Name of the bucket in which to store the new
129 …public function copy($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Storage… argument
131 …rceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinatio…
352 * @param string $destinationBucket Name of the bucket in which to store the new
412 …public function rewrite($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Stor… argument
414 …rceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinatio…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php833 'path' => 'b/{destinationBucket}/o/{destinationObject}/compose',
836 'destinationBucket' => [
868 … 'path' => 'b/{sourceBucket}/o/{sourceObject}/copyTo/b/{destinationBucket}/o/{destinationObject}',
881 'destinationBucket' => [
1197 …'path' => 'b/{sourceBucket}/o/{sourceObject}/rewriteTo/b/{destinationBucket}/o/{destinationObject}…
1210 'destinationBucket' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php563 * @param string $destinationBucket Name of the bucket in which to store the new object.
572 …public function compose($destinationBucket, $destinationObject, Google_ComposeRequest $postBody, $… argument
573 …$params = array('destinationBucket' => $destinationBucket, 'destinationObject' => $destinationObje…
588 …* @param string $destinationBucket Name of the bucket in which to store the new object. Overrides …
605 …public function copy($sourceBucket, $sourceObject, $destinationBucket, $destinationObject, Google_… argument
606 …rceBucket, 'sourceObject' => $sourceObject, 'destinationBucket' => $destinationBucket, 'destinatio…