Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
EnvironmentHistory |
EnvironmentsGrpc.EnvironmentsBlockingStub.getEnvironmentHistory(GetEnvironmentHistoryRequest request)
Gets the history of the specified environment.
|
com.google.common.util.concurrent.ListenableFuture<EnvironmentHistory> |
EnvironmentsGrpc.EnvironmentsFutureStub.getEnvironmentHistory(GetEnvironmentHistoryRequest request)
Gets the history of the specified environment.
|
EnvironmentsClient.GetEnvironmentHistoryPagedResponse |
EnvironmentsClient.getEnvironmentHistory(GetEnvironmentHistoryRequest request)
Gets the history of the specified environment.
|
void |
EnvironmentsGrpc.EnvironmentsImplBase.getEnvironmentHistory(GetEnvironmentHistoryRequest request,
StreamObserver<EnvironmentHistory> responseObserver)
Gets the history of the specified environment.
|
void |
EnvironmentsGrpc.EnvironmentsStub.getEnvironmentHistory(GetEnvironmentHistoryRequest request,
StreamObserver<EnvironmentHistory> responseObserver)
Gets the history of the specified environment.
|
GetEnvironmentHistoryRequest.Builder |
GetEnvironmentHistoryRequest.Builder.mergeFrom(GetEnvironmentHistoryRequest other) |
static GetEnvironmentHistoryRequest.Builder |
GetEnvironmentHistoryRequest.newBuilder(GetEnvironmentHistoryRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPagedResponse> |
EnvironmentsClient.GetEnvironmentHistoryPagedResponse.createAsync(PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context,
ApiFuture<EnvironmentHistory> futureResponse) |
protected EnvironmentsClient.GetEnvironmentHistoryPage |
EnvironmentsClient.GetEnvironmentHistoryPage.createPage(PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context,
EnvironmentHistory response) |
ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage> |
EnvironmentsClient.GetEnvironmentHistoryPage.createPageAsync(PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context,
ApiFuture<EnvironmentHistory> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.