Class ChangelogsGrpc.ChangelogsStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ChangelogsGrpc.ChangelogsStub>
-
- com.google.cloud.dialogflow.cx.v3beta1.ChangelogsGrpc.ChangelogsStub
-
- Enclosing class:
- ChangelogsGrpc
public static final class ChangelogsGrpc.ChangelogsStub extends io.grpc.stub.AbstractAsyncStub<ChangelogsGrpc.ChangelogsStub>
A stub to allow clients to do asynchronous rpc calls to service Changelogs.Service for managing [Changelogs][google.cloud.dialogflow.cx.v3beta1.Changelog].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected ChangelogsGrpc.ChangelogsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ChangelogsGrpc.ChangelogsStub>
-
listChangelogs
public void listChangelogs(ListChangelogsRequest request, io.grpc.stub.StreamObserver<ListChangelogsResponse> responseObserver)
Returns the list of Changelogs.
-
getChangelog
public void getChangelog(GetChangelogRequest request, io.grpc.stub.StreamObserver<Changelog> responseObserver)
Retrieves the specified Changelog.
-
-