Interface ChangelogsGrpc.AsyncService (0.52.0)

public static interface ChangelogsGrpc.AsyncService

Service for managing Changelogs.

Methods

getChangelog(GetChangelogRequest request, StreamObserver<Changelog> responseObserver)

public default void getChangelog(GetChangelogRequest request, StreamObserver<Changelog> responseObserver)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest
responseObserverio.grpc.stub.StreamObserver<Changelog>

listChangelogs(ListChangelogsRequest request, StreamObserver<ListChangelogsResponse> responseObserver)

public default void listChangelogs(ListChangelogsRequest request, StreamObserver<ListChangelogsResponse> responseObserver)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest
responseObserverio.grpc.stub.StreamObserver<ListChangelogsResponse>