WebhooksServiceBase class abstract

Constructors

WebhooksServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createWebhook(ServiceCall call, CreateWebhookRequest request) Future<Webhook>
createWebhook_Pre(ServiceCall call, Future<CreateWebhookRequest> request) Future<Webhook>
deleteWebhook(ServiceCall call, DeleteWebhookRequest request) Future<Empty>
deleteWebhook_Pre(ServiceCall call, Future<DeleteWebhookRequest> request) Future<Empty>
getWebhook(ServiceCall call, GetWebhookRequest request) Future<Webhook>
getWebhook_Pre(ServiceCall call, Future<GetWebhookRequest> request) Future<Webhook>
listWebhooks(ServiceCall call, ListWebhooksRequest request) Future<ListWebhooksResponse>
listWebhooks_Pre(ServiceCall call, Future<ListWebhooksRequest> request) Future<ListWebhooksResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateWebhook(ServiceCall call, UpdateWebhookRequest request) Future<Webhook>
updateWebhook_Pre(ServiceCall call, Future<UpdateWebhookRequest> request) Future<Webhook>

Operators

operator ==(Object other) bool
The equality operator.
inherited