Uses of Class
com.google.cloud.dialogflow.v2beta1.ListMessagesResponse
-
Packages that use ListMessagesResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ListMessagesResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ListMessagesResponse Modifier and Type Method Description ListMessagesResponse
ListMessagesResponse.Builder. build()
ListMessagesResponse
ListMessagesResponse.Builder. buildPartial()
static ListMessagesResponse
ListMessagesResponse. getDefaultInstance()
ListMessagesResponse
ListMessagesResponse.Builder. getDefaultInstanceForType()
ListMessagesResponse
ListMessagesResponse. getDefaultInstanceForType()
ListMessagesResponse
ConversationsGrpc.ConversationsBlockingStub. listMessages(ListMessagesRequest request)
Lists messages that belong to a given conversation.static ListMessagesResponse
ListMessagesResponse. parseDelimitedFrom(InputStream input)
static ListMessagesResponse
ListMessagesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMessagesResponse
ListMessagesResponse. parseFrom(byte[] data)
static ListMessagesResponse
ListMessagesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMessagesResponse
ListMessagesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListMessagesResponse
ListMessagesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMessagesResponse
ListMessagesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListMessagesResponse
ListMessagesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMessagesResponse
ListMessagesResponse. parseFrom(InputStream input)
static ListMessagesResponse
ListMessagesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMessagesResponse
ListMessagesResponse. parseFrom(ByteBuffer data)
static ListMessagesResponse
ListMessagesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ListMessagesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListMessagesRequest,ListMessagesResponse>
ConversationsGrpc. getListMessagesMethod()
com.google.protobuf.Parser<ListMessagesResponse>
ListMessagesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListMessagesResponse>
ConversationsGrpc.ConversationsFutureStub. listMessages(ListMessagesRequest request)
Lists messages that belong to a given conversation.com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ListMessagesResponse>
ConversationsClient. listMessagesCallable()
Lists messages that belong to a given conversation.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>
ConversationsSettings.Builder. listMessagesSettings()
Returns the builder for the settings used for calls to listMessages.com.google.api.gax.rpc.PagedCallSettings<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>
ConversationsSettings. listMessagesSettings()
Returns the object with the settings used for calls to listMessages.static com.google.protobuf.Parser<ListMessagesResponse>
ListMessagesResponse. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ListMessagesResponse Modifier and Type Method Description protected ConversationsClient.ListMessagesPage
ConversationsClient.ListMessagesPage. createPage(com.google.api.gax.rpc.PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, ListMessagesResponse response)
ListMessagesResponse.Builder
ListMessagesResponse.Builder. mergeFrom(ListMessagesResponse other)
static ListMessagesResponse.Builder
ListMessagesResponse. newBuilder(ListMessagesResponse prototype)
Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ListMessagesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConversationsClient.ListMessagesPagedResponse>
ConversationsClient.ListMessagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, com.google.api.core.ApiFuture<ListMessagesResponse> futureResponse)
static com.google.api.core.ApiFuture<ConversationsClient.ListMessagesPagedResponse>
ConversationsClient.ListMessagesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, com.google.api.core.ApiFuture<ListMessagesResponse> futureResponse)
protected ConversationsClient.ListMessagesPage
ConversationsClient.ListMessagesPage. createPage(com.google.api.gax.rpc.PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, ListMessagesResponse response)
com.google.api.core.ApiFuture<ConversationsClient.ListMessagesPage>
ConversationsClient.ListMessagesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, com.google.api.core.ApiFuture<ListMessagesResponse> futureResponse)
com.google.api.core.ApiFuture<ConversationsClient.ListMessagesPage>
ConversationsClient.ListMessagesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListMessagesRequest,ListMessagesResponse,Message> context, com.google.api.core.ApiFuture<ListMessagesResponse> futureResponse)
default void
ConversationsGrpc.AsyncService. listMessages(ListMessagesRequest request, io.grpc.stub.StreamObserver<ListMessagesResponse> responseObserver)
Lists messages that belong to a given conversation.void
ConversationsGrpc.ConversationsStub. listMessages(ListMessagesRequest request, io.grpc.stub.StreamObserver<ListMessagesResponse> responseObserver)
Lists messages that belong to a given conversation. -
Uses of ListMessagesResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type ListMessagesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ListMessagesResponse>
ConversationsStub. listMessagesCallable()
com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ListMessagesResponse>
GrpcConversationsStub. listMessagesCallable()
com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ListMessagesResponse>
HttpJsonConversationsStub. listMessagesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>
ConversationsStubSettings.Builder. listMessagesSettings()
Returns the builder for the settings used for calls to listMessages.com.google.api.gax.rpc.PagedCallSettings<ListMessagesRequest,ListMessagesResponse,ConversationsClient.ListMessagesPagedResponse>
ConversationsStubSettings. listMessagesSettings()
Returns the object with the settings used for calls to listMessages.
-