WebhookServiceBase class abstract

Annotations
  • @GrpcServiceName('webhook.Webhook')

Constructors

WebhookServiceBase()

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
deleteWebhook(ServiceCall call, DeleteWebhookRequest_ request) Future<DeleteWebhookResponse_>
deleteWebhook_Pre(ServiceCall call, Future<DeleteWebhookRequest_> request) Future<DeleteWebhookResponse_>
getWebhookSecret(ServiceCall call, GetWebhookSecretRequest_ request) Future<GetWebhookSecretResponse_>
getWebhookSecret_Pre(ServiceCall call, Future<GetWebhookSecretRequest_> request) Future<GetWebhookSecretResponse_>
listWebhooks(ServiceCall call, ListWebhookRequest_ request) Future<ListWebhooksResponse_>
listWebhooks_Pre(ServiceCall call, Future<ListWebhookRequest_> request) Future<ListWebhooksResponse_>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putWebhook(ServiceCall call, PutWebhookRequest_ request) Future<PutWebhookResponse_>
putWebhook_Pre(ServiceCall call, Future<PutWebhookRequest_> request) Future<PutWebhookResponse_>
rotateWebhookSecret(ServiceCall call, RotateWebhookSecretRequest_ request) Future<RotateWebhookSecretResponse_>
rotateWebhookSecret_Pre(ServiceCall call, Future<RotateWebhookSecretRequest_> request) Future<RotateWebhookSecretResponse_>
toString() String
A string representation of this object.
inherited

Operators

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