Searched refs:NotificationConfig (Results 1 – 12 of 12) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/ |
H A D | OrganizationsNotificationConfigs.php | 21 use Google\Service\SecurityCommandCenter\NotificationConfig; alias 39 * @param NotificationConfig $postBody 45 * @return NotificationConfig 47 public function create($parent, NotificationConfig $postBody, $optParams = []) 51 return $this->call('create', [$params], NotificationConfig::class); 73 * @return NotificationConfig 79 return $this->call('get', [$params], NotificationConfig::class); 113 * @param NotificationConfig $postBody 118 * @return NotificationConfig 120 public function patch($name, NotificationConfig $postBody, $optParams = []) [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
H A D | DicomStore.php | 30 protected $notificationConfigType = NotificationConfig::class; 62 * @param NotificationConfig 64 public function setNotificationConfig(NotificationConfig $notificationConfig) 69 * @return NotificationConfig
|
H A D | FhirStore.php | 47 protected $notificationConfigType = NotificationConfig::class; 143 * @param NotificationConfig 145 public function setNotificationConfig(NotificationConfig $notificationConfig) 150 * @return NotificationConfig
|
H A D | NotificationConfig.php | 20 class NotificationConfig extends \Google\Model class 44 class_alias(NotificationConfig::class, 'Google_Service_CloudHealthcare_NotificationConfig');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/ |
H A D | ListNotificationConfigsResponse.php | 27 protected $notificationConfigsType = NotificationConfig::class; 45 * @param NotificationConfig[] 52 * @return NotificationConfig[]
|
H A D | NotificationConfig.php | 20 class NotificationConfig extends \Google\Model class 114 class_alias(NotificationConfig::class, 'Google_Service_SecurityCommandCenter_NotificationConfig');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/ |
H A D | TransferOperation.php | 35 protected $notificationConfigType = NotificationConfig::class; 113 * @param NotificationConfig 115 public function setNotificationConfig(NotificationConfig $notificationConfig) 120 * @return NotificationConfig
|
H A D | TransferJob.php | 48 protected $notificationConfigType = NotificationConfig::class; 162 * @param NotificationConfig 164 public function setNotificationConfig(NotificationConfig $notificationConfig) 169 * @return NotificationConfig
|
H A D | NotificationConfig.php | 20 class NotificationConfig extends \Google\Collection class 81 class_alias(NotificationConfig::class, 'Google_Service_Storagetransfer_NotificationConfig');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | NotificationConfig.php | 20 class NotificationConfig extends \Google\Model class 42 class_alias(NotificationConfig::class, 'Google_Service_Container_NotificationConfig');
|
H A D | ClusterUpdate.php | 89 protected $desiredNotificationConfigType = NotificationConfig::class; 461 * @param NotificationConfig 463 public function setDesiredNotificationConfig(NotificationConfig $desiredNotificationConfig) 468 * @return NotificationConfig
|
H A D | Cluster.php | 159 protected $notificationConfigType = NotificationConfig::class; 851 * @param NotificationConfig 853 public function setNotificationConfig(NotificationConfig $notificationConfig) 858 * @return NotificationConfig
|