Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketLogging.php29 public $logObjectPrefix; variable in Google\\Service\\Storage\\BucketLogging
48 public function setLogObjectPrefix($logObjectPrefix) argument
50 $this->logObjectPrefix = $logObjectPrefix;
57 return $this->logObjectPrefix;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1177 public $logObjectPrefix; variable in Google_BucketLogging
1184 public function setLogObjectPrefix( $logObjectPrefix) { argument
1185 $this->logObjectPrefix = $logObjectPrefix;
1188 return $this->logObjectPrefix;