public static final class ChangelogsGrpc.ChangelogsFutureStub extends io.grpc.stub.AbstractFutureStub<ChangelogsGrpc.ChangelogsFutureStub>
Service for managing [Changelogs][google.cloud.dialogflow.cx.v3.Changelog].
| Modifier and Type | Method and 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.
|
protected ChangelogsGrpc.ChangelogsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ChangelogsGrpc.ChangelogsFutureStub>public com.google.common.util.concurrent.ListenableFuture<ListChangelogsResponse> listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.
public com.google.common.util.concurrent.ListenableFuture<Changelog> getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.
Copyright © 2023 Google LLC. All rights reserved.