Searched refs:LogView (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/ |
H A D | ProjectsLocationsBucketsViews.php | 21 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 D | FoldersLocationsBucketsViews.php | 21 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 D | LocationsBucketsViews.php | 21 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 D | OrganizationsLocationsBucketsViews.php | 21 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 D | BillingAccountsLocationsBucketsViews.php | 21 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 D | BillingAccountsBucketsViews.php | 20 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 D | ListViewsResponse.php | 27 protected $viewsType = LogView::class; 45 * @param LogView[] 52 * @return LogView[]
|
H A D | LogView.php | 20 class LogView extends \Google\Model class 116 class_alias(LogView::class, 'Google_Service_Logging_LogView');
|