Home
last modified time | relevance | path

Searched refs:LogBucket (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DOrganizationsLocationsBuckets.php21 use Google\Service\Logging\LogBucket; alias
42 * @param LogBucket $postBody
48 * @return LogBucket
50 public function create($parent, LogBucket $postBody, $optParams = [])
54 return $this->call('create', [$params], LogBucket::class);
86 * @return LogBucket
92 return $this->call('get', [$params], LogBucket::class);
135 * @param LogBucket $postBody
145 * @return LogBucket
147 public function patch($name, LogBucket $postBody, $optParams = [])
[all …]
H A DLocationsBuckets.php21 use Google\Service\Logging\LogBucket; alias
42 * @param LogBucket $postBody
48 * @return LogBucket
50 public function create($parent, LogBucket $postBody, $optParams = [])
54 return $this->call('create', [$params], LogBucket::class);
86 * @return LogBucket
92 return $this->call('get', [$params], LogBucket::class);
135 * @param LogBucket $postBody
145 * @return LogBucket
147 public function patch($name, LogBucket $postBody, $optParams = [])
[all …]
H A DProjectsLocationsBuckets.php21 use Google\Service\Logging\LogBucket; alias
42 * @param LogBucket $postBody
48 * @return LogBucket
50 public function create($parent, LogBucket $postBody, $optParams = [])
54 return $this->call('create', [$params], LogBucket::class);
86 * @return LogBucket
92 return $this->call('get', [$params], LogBucket::class);
135 * @param LogBucket $postBody
145 * @return LogBucket
147 public function patch($name, LogBucket $postBody, $optParams = [])
[all …]
H A DFoldersLocationsBuckets.php21 use Google\Service\Logging\LogBucket; alias
42 * @param LogBucket $postBody
48 * @return LogBucket
50 public function create($parent, LogBucket $postBody, $optParams = [])
54 return $this->call('create', [$params], LogBucket::class);
86 * @return LogBucket
92 return $this->call('get', [$params], LogBucket::class);
135 * @param LogBucket $postBody
145 * @return LogBucket
147 public function patch($name, LogBucket $postBody, $optParams = [])
[all …]
H A DBillingAccountsLocationsBuckets.php21 use Google\Service\Logging\LogBucket; alias
42 * @param LogBucket $postBody
48 * @return LogBucket
50 public function create($parent, LogBucket $postBody, $optParams = [])
54 return $this->call('create', [$params], LogBucket::class);
117 * @param LogBucket $postBody
127 * @return LogBucket
129 public function patch($name, LogBucket $postBody, $optParams = [])
133 return $this->call('patch', [$params], LogBucket::class);
H A DBillingAccountsBuckets.php20 use Google\Service\Logging\LogBucket; alias
42 * @return LogBucket
48 return $this->call('get', [$params], LogBucket::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DListBucketsResponse.php23 protected $bucketsType = LogBucket::class;
31 * @param LogBucket[]
38 * @return LogBucket[]
H A DLogBucket.php20 class LogBucket extends \Google\Collection class
203 class_alias(LogBucket::class, 'Google_Service_Logging_LogBucket');