Class ChangelogsGrpc.ChangelogsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ChangelogsGrpc.ChangelogsFutureStub>
-
- com.google.cloud.dialogflow.cx.v3.ChangelogsGrpc.ChangelogsFutureStub
-
- Enclosing class:
- ChangelogsGrpc
public static final class ChangelogsGrpc.ChangelogsFutureStub extends io.grpc.stub.AbstractFutureStub<ChangelogsGrpc.ChangelogsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Changelogs.Service for managing [Changelogs][google.cloud.dialogflow.cx.v3.Changelog].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChangelogsGrpc.ChangelogsFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<Changelog>
getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.com.google.common.util.concurrent.ListenableFuture<ListChangelogsResponse>
listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.
-
-
-
Method Detail
-
build
protected ChangelogsGrpc.ChangelogsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ChangelogsGrpc.ChangelogsFutureStub>
-
listChangelogs
public com.google.common.util.concurrent.ListenableFuture<ListChangelogsResponse> listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.
-
getChangelog
public com.google.common.util.concurrent.ListenableFuture<Changelog> getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.
-
-