public static final class ChangelogsGrpc.ChangelogsStub extends io.grpc.stub.AbstractAsyncStub<ChangelogsGrpc.ChangelogsStub>
Service for managing [Changelogs][google.cloud.dialogflow.cx.v3.Changelog].
| Modifier and Type | Method and Description |
|---|---|
protected ChangelogsGrpc.ChangelogsStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getChangelog(GetChangelogRequest request,
io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.
|
void |
listChangelogs(ListChangelogsRequest request,
io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.
|
protected ChangelogsGrpc.ChangelogsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ChangelogsGrpc.ChangelogsStub>public void listChangelogs(ListChangelogsRequest request, io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.
public void getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.
Copyright © 2023 Google LLC. All rights reserved.