public static interface ChangelogsGrpc.AsyncService
Service for managing [Changelogs][google.cloud.dialogflow.cx.v3.Changelog].
| Modifier and Type | Method and Description |
|---|---|
default void |
getChangelog(GetChangelogRequest request,
io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.
|
default void |
listChangelogs(ListChangelogsRequest request,
io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.
|
default void listChangelogs(ListChangelogsRequest request, io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.
default void getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.
Copyright © 2023 Google LLC. All rights reserved.