Searched refs:listWebhooksPagedCallable (Results 1 – 10 of 10) sorted by relevance
123 listWebhooksPagedCallable; field in GrpcWebhooksStub246 this.listWebhooksPagedCallable = in GrpcWebhooksStub()285 public UnaryCallable<ListWebhooksRequest, ListWebhooksPagedResponse> listWebhooksPagedCallable() { in listWebhooksPagedCallable() method in GrpcWebhooksStub286 return listWebhooksPagedCallable; in listWebhooksPagedCallable()
316 listWebhooksPagedCallable; field in HttpJsonWebhooksStub407 this.listWebhooksPagedCallable = in HttpJsonWebhooksStub()455 public UnaryCallable<ListWebhooksRequest, ListWebhooksPagedResponse> listWebhooksPagedCallable() { in listWebhooksPagedCallable() method in HttpJsonWebhooksStub456 return listWebhooksPagedCallable; in listWebhooksPagedCallable()
47 public UnaryCallable<ListWebhooksRequest, ListWebhooksPagedResponse> listWebhooksPagedCallable() { in listWebhooksPagedCallable() method in WebhooksStub
125 listWebhooksPagedCallable; field in GrpcWebhooksStub248 this.listWebhooksPagedCallable = in GrpcWebhooksStub()287 public UnaryCallable<ListWebhooksRequest, ListWebhooksPagedResponse> listWebhooksPagedCallable() { in listWebhooksPagedCallable() method in GrpcWebhooksStub288 return listWebhooksPagedCallable; in listWebhooksPagedCallable()
49 public UnaryCallable<ListWebhooksRequest, ListWebhooksPagedResponse> listWebhooksPagedCallable() { in listWebhooksPagedCallable() method in WebhooksStub
267 return listWebhooksPagedCallable().call(request); in listWebhooks()298 listWebhooksPagedCallable() { in listWebhooksPagedCallable() method in WebhooksClient299 return stub.listWebhooksPagedCallable(); in listWebhooksPagedCallable()
269 return listWebhooksPagedCallable().call(request); in listWebhooks()300 listWebhooksPagedCallable() { in listWebhooksPagedCallable() method in WebhooksClient301 return stub.listWebhooksPagedCallable(); in listWebhooksPagedCallable()
45 ApiFuture<Webhook> future = webhooksClient.listWebhooksPagedCallable().futureCall(request); in asyncListWebhooks()