Interface ChangelogsGrpc.AsyncService
-
- All Known Implementing Classes:
ChangelogsGrpc.ChangelogsImplBase
- Enclosing class:
- ChangelogsGrpc
public static interface ChangelogsGrpc.AsyncService
Service for managing [Changelogs][google.cloud.dialogflow.cx.v3.Changelog].
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
listChangelogs
default void listChangelogs(ListChangelogsRequest request, io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.
-
getChangelog
default void getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.
-
-