Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListVersionsResponse |
VersionsGrpc.VersionsBlockingStub.listVersions(ListVersionsRequest request)
Returns the list of all versions of the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<ListVersionsResponse> |
VersionsGrpc.VersionsFutureStub.listVersions(ListVersionsRequest request)
Returns the list of all versions of the specified agent.
|
VersionsClient.ListVersionsPagedResponse |
VersionsClient.listVersions(ListVersionsRequest request)
Returns the list of all versions of the specified agent.
|
void |
VersionsGrpc.VersionsImplBase.listVersions(ListVersionsRequest request,
StreamObserver<ListVersionsResponse> responseObserver)
Returns the list of all versions of the specified agent.
|
void |
VersionsGrpc.VersionsStub.listVersions(ListVersionsRequest request,
StreamObserver<ListVersionsResponse> responseObserver)
Returns the list of all versions of the specified agent.
|
ListVersionsRequest.Builder |
ListVersionsRequest.Builder.mergeFrom(ListVersionsRequest other) |
static ListVersionsRequest.Builder |
ListVersionsRequest.newBuilder(ListVersionsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static ApiFuture<VersionsClient.ListVersionsPagedResponse> |
VersionsClient.ListVersionsPagedResponse.createAsync(PageContext<ListVersionsRequest,ListVersionsResponse,Version> context,
ApiFuture<ListVersionsResponse> futureResponse) |
protected VersionsClient.ListVersionsPage |
VersionsClient.ListVersionsPage.createPage(PageContext<ListVersionsRequest,ListVersionsResponse,Version> context,
ListVersionsResponse response) |
ApiFuture<VersionsClient.ListVersionsPage> |
VersionsClient.ListVersionsPage.createPageAsync(PageContext<ListVersionsRequest,ListVersionsResponse,Version> context,
ApiFuture<ListVersionsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.