Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DProjectsLocationsBucketsViews.php21 use Google\Service\Logging\LogView; alias
41 * @param LogView $postBody
45 * @return LogView
47 public function create($parent, LogView $postBody, $optParams = [])
51 return $this->call('create', [$params], LogView::class);
79 * @return LogView
85 return $this->call('get', [$params], LogView::class);
120 * @param LogView $postBody
129 * @return LogView
131 public function patch($name, LogView $postBody, $optParams = [])
[all …]
H A DFoldersLocationsBucketsViews.php21 use Google\Service\Logging\LogView; alias
41 * @param LogView $postBody
45 * @return LogView
47 public function create($parent, LogView $postBody, $optParams = [])
51 return $this->call('create', [$params], LogView::class);
79 * @return LogView
85 return $this->call('get', [$params], LogView::class);
120 * @param LogView $postBody
129 * @return LogView
131 public function patch($name, LogView $postBody, $optParams = [])
[all …]
H A DLocationsBucketsViews.php21 use Google\Service\Logging\LogView; alias
41 * @param LogView $postBody
45 * @return LogView
47 public function create($parent, LogView $postBody, $optParams = [])
51 return $this->call('create', [$params], LogView::class);
79 * @return LogView
85 return $this->call('get', [$params], LogView::class);
120 * @param LogView $postBody
129 * @return LogView
131 public function patch($name, LogView $postBody, $optParams = [])
[all …]
H A DOrganizationsLocationsBucketsViews.php21 use Google\Service\Logging\LogView; alias
41 * @param LogView $postBody
45 * @return LogView
47 public function create($parent, LogView $postBody, $optParams = [])
51 return $this->call('create', [$params], LogView::class);
79 * @return LogView
85 return $this->call('get', [$params], LogView::class);
120 * @param LogView $postBody
129 * @return LogView
131 public function patch($name, LogView $postBody, $optParams = [])
[all …]
H A DBillingAccountsLocationsBucketsViews.php21 use Google\Service\Logging\LogView; alias
41 * @param LogView $postBody
45 * @return LogView
47 public function create($parent, LogView $postBody, $optParams = [])
51 return $this->call('create', [$params], LogView::class);
104 * @param LogView $postBody
113 * @return LogView
115 public function patch($name, LogView $postBody, $optParams = [])
119 return $this->call('patch', [$params], LogView::class);
H A DBillingAccountsBucketsViews.php20 use Google\Service\Logging\LogView; alias
40 * @return LogView
46 return $this->call('get', [$params], LogView::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DListViewsResponse.php27 protected $viewsType = LogView::class;
45 * @param LogView[]
52 * @return LogView[]
H A DLogView.php20 class LogView extends \Google\Model class
116 class_alias(LogView::class, 'Google_Service_Logging_LogView');