Uses of Class
com.google.cloud.dialogflow.v2beta1.ListSuggestionsRequest
-
Packages that use ListSuggestionsRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ListSuggestionsRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ListSuggestionsRequest Modifier and Type Method Description ListSuggestionsRequest
ListSuggestionsRequest.Builder. build()
ListSuggestionsRequest
ListSuggestionsRequest.Builder. buildPartial()
static ListSuggestionsRequest
ListSuggestionsRequest. getDefaultInstance()
Deprecated.ListSuggestionsRequest
ListSuggestionsRequest.Builder. getDefaultInstanceForType()
ListSuggestionsRequest
ListSuggestionsRequest. getDefaultInstanceForType()
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseDelimitedFrom(InputStream input)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(byte[] data)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(com.google.protobuf.ByteString data)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(InputStream input)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(ByteBuffer data)
Deprecated.static ListSuggestionsRequest
ListSuggestionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Deprecated.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ListSuggestionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSuggestionsRequest,ListSuggestionsResponse>
ParticipantsGrpc. getListSuggestionsMethod()
com.google.protobuf.Parser<ListSuggestionsRequest>
ListSuggestionsRequest. getParserForType()
Deprecated.com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse>
ParticipantsClient. listSuggestionsCallable()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ParticipantsClient.ListSuggestionsPagedResponse>
ParticipantsClient. listSuggestionsPagedCallable()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSuggestionsRequest,ListSuggestionsResponse,ParticipantsClient.ListSuggestionsPagedResponse>
ParticipantsSettings.Builder. listSuggestionsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.PagedCallSettings<ListSuggestionsRequest,ListSuggestionsResponse,ParticipantsClient.ListSuggestionsPagedResponse>
ParticipantsSettings. listSuggestionsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.static com.google.protobuf.Parser<ListSuggestionsRequest>
ListSuggestionsRequest. parser()
Deprecated.Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ListSuggestionsRequest Modifier and Type Method Description ParticipantsClient.ListSuggestionsPagedResponse
ParticipantsClient. listSuggestions(ListSuggestionsRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update.default void
ParticipantsGrpc.AsyncService. listSuggestions(ListSuggestionsRequest request, io.grpc.stub.StreamObserver<ListSuggestionsResponse> responseObserver)
Deprecated.ListSuggestionsResponse
ParticipantsGrpc.ParticipantsBlockingStub. listSuggestions(ListSuggestionsRequest request)
Deprecated.com.google.common.util.concurrent.ListenableFuture<ListSuggestionsResponse>
ParticipantsGrpc.ParticipantsFutureStub. listSuggestions(ListSuggestionsRequest request)
Deprecated.void
ParticipantsGrpc.ParticipantsStub. listSuggestions(ListSuggestionsRequest request, io.grpc.stub.StreamObserver<ListSuggestionsResponse> responseObserver)
Deprecated.ListSuggestionsRequest.Builder
ListSuggestionsRequest.Builder. mergeFrom(ListSuggestionsRequest other)
static ListSuggestionsRequest.Builder
ListSuggestionsRequest. newBuilder(ListSuggestionsRequest prototype)
Deprecated.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ListSuggestionsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ParticipantsClient.ListSuggestionsPagedResponse>
ParticipantsClient.ListSuggestionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, com.google.api.core.ApiFuture<ListSuggestionsResponse> futureResponse)
protected ParticipantsClient.ListSuggestionsPage
ParticipantsClient.ListSuggestionsPage. createPage(com.google.api.gax.rpc.PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ListSuggestionsResponse response)
com.google.api.core.ApiFuture<ParticipantsClient.ListSuggestionsPage>
ParticipantsClient.ListSuggestionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, com.google.api.core.ApiFuture<ListSuggestionsResponse> futureResponse)
-
Uses of ListSuggestionsRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type ListSuggestionsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse>
GrpcParticipantsStub. listSuggestionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse>
HttpJsonParticipantsStub. listSuggestionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse>
ParticipantsStub. listSuggestionsCallable()
Deprecated.com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ParticipantsClient.ListSuggestionsPagedResponse>
GrpcParticipantsStub. listSuggestionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ParticipantsClient.ListSuggestionsPagedResponse>
HttpJsonParticipantsStub. listSuggestionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSuggestionsRequest,ParticipantsClient.ListSuggestionsPagedResponse>
ParticipantsStub. listSuggestionsPagedCallable()
Deprecated.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSuggestionsRequest,ListSuggestionsResponse,ParticipantsClient.ListSuggestionsPagedResponse>
ParticipantsStubSettings.Builder. listSuggestionsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.PagedCallSettings<ListSuggestionsRequest,ListSuggestionsResponse,ParticipantsClient.ListSuggestionsPagedResponse>
ParticipantsStubSettings. listSuggestionsSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.
-