Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListSuggestionsRequest |
ListSuggestionsRequest.Builder.build() |
ListSuggestionsRequest |
ListSuggestionsRequest.Builder.buildPartial() |
static ListSuggestionsRequest |
ListSuggestionsRequest.getDefaultInstance()
Deprecated.
|
ListSuggestionsRequest |
ListSuggestionsRequest.getDefaultInstanceForType()
Deprecated.
|
ListSuggestionsRequest |
ListSuggestionsRequest.Builder.getDefaultInstanceForType() |
static ListSuggestionsRequest |
ListSuggestionsRequest.parseDelimitedFrom(InputStream input)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(byte[] data)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(ByteBuffer data)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(ByteString data)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(CodedInputStream input)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(InputStream input)
Deprecated.
|
static ListSuggestionsRequest |
ListSuggestionsRequest.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListSuggestionsRequest,ListSuggestionsResponse> |
ParticipantsGrpc.getListSuggestionsMethod() |
Parser<ListSuggestionsRequest> |
ListSuggestionsRequest.getParserForType()
Deprecated.
|
UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse> |
ParticipantsClient.listSuggestionsCallable()
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
UnaryCallable<ListSuggestionsRequest,ParticipantsClient.ListSuggestionsPagedResponse> |
ParticipantsClient.listSuggestionsPagedCallable()
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
PagedCallSettings<ListSuggestionsRequest,ListSuggestionsResponse,ParticipantsClient.ListSuggestionsPagedResponse> |
ParticipantsSettings.listSuggestionsSettings()
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
PagedCallSettings.Builder<ListSuggestionsRequest,ListSuggestionsResponse,ParticipantsClient.ListSuggestionsPagedResponse> |
ParticipantsSettings.Builder.listSuggestionsSettings()
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
static Parser<ListSuggestionsRequest> |
ListSuggestionsRequest.parser()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListSuggestionsResponse |
ParticipantsGrpc.ParticipantsBlockingStub.listSuggestions(ListSuggestionsRequest request)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ListSuggestionsResponse> |
ParticipantsGrpc.ParticipantsFutureStub.listSuggestions(ListSuggestionsRequest request)
Deprecated.
|
ParticipantsClient.ListSuggestionsPagedResponse |
ParticipantsClient.listSuggestions(ListSuggestionsRequest request)
Deprecated.
This method is deprecated and will be removed in the next major version update.
|
void |
ParticipantsGrpc.ParticipantsImplBase.listSuggestions(ListSuggestionsRequest request,
StreamObserver<ListSuggestionsResponse> responseObserver)
Deprecated.
|
void |
ParticipantsGrpc.ParticipantsStub.listSuggestions(ListSuggestionsRequest request,
StreamObserver<ListSuggestionsResponse> responseObserver)
Deprecated.
|
ListSuggestionsRequest.Builder |
ListSuggestionsRequest.Builder.mergeFrom(ListSuggestionsRequest other) |
static ListSuggestionsRequest.Builder |
ListSuggestionsRequest.newBuilder(ListSuggestionsRequest prototype)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApiFuture<ParticipantsClient.ListSuggestionsPagedResponse> |
ParticipantsClient.ListSuggestionsPagedResponse.createAsync(PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context,
ApiFuture<ListSuggestionsResponse> futureResponse) |
protected ParticipantsClient.ListSuggestionsPage |
ParticipantsClient.ListSuggestionsPage.createPage(PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context,
ListSuggestionsResponse response) |
ApiFuture<ParticipantsClient.ListSuggestionsPage> |
ParticipantsClient.ListSuggestionsPage.createPageAsync(PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context,
ApiFuture<ListSuggestionsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.