Home
last modified time | relevance | path

Searched refs:NotifierSecretRef (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSlackDelivery.php22 protected $webhookUriType = NotifierSecretRef::class;
26 * @param NotifierSecretRef
28 public function setWebhookUri(NotifierSecretRef $webhookUri)
33 * @return NotifierSecretRef
H A DSMTPDelivery.php27 protected $passwordType = NotifierSecretRef::class;
61 * @param NotifierSecretRef
63 public function setPassword(NotifierSecretRef $password)
68 * @return NotifierSecretRef
H A DNotifierSecretRef.php20 class NotifierSecretRef extends \Google\Model class
44 class_alias(NotifierSecretRef::class, 'Google_Service_CloudBuild_NotifierSecretRef');