Uses of Class
com.google.cloud.dialogflow.v2.ListMessagesRequest
-
Packages that use ListMessagesRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ListMessagesRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ListMessagesRequest Modifier and Type Method Description ListMessagesRequestListMessagesRequest.Builder. build()ListMessagesRequestListMessagesRequest.Builder. buildPartial()static ListMessagesRequestListMessagesRequest. getDefaultInstance()ListMessagesRequestListMessagesRequest.Builder. getDefaultInstanceForType()ListMessagesRequestListMessagesRequest. getDefaultInstanceForType()static ListMessagesRequestListMessagesRequest. parseDelimitedFrom(InputStream input)static ListMessagesRequestListMessagesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMessagesRequestListMessagesRequest. parseFrom(byte[] data)static ListMessagesRequestListMessagesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMessagesRequestListMessagesRequest. parseFrom(com.google.protobuf.ByteString data)static ListMessagesRequestListMessagesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMessagesRequestListMessagesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListMessagesRequestListMessagesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMessagesRequestListMessagesRequest. parseFrom(InputStream input)static ListMessagesRequestListMessagesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMessagesRequestListMessagesRequest. parseFrom(ByteBuffer data)static ListMessagesRequestListMessagesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ListMessagesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListMessagesRequest,ListMessagesResponse>ConversationsGrpc. getListMessagesMethod()com.google.protobuf.Parser<ListMessagesRequest>ListMessagesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ListMessagesResponse>ConversationsClient. listMessagesCallable()Lists messages that belong to a given conversation.com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>ConversationsClient. listMessagesPagedCallable()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<ListMessagesRequest>ListMessagesRequest. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type ListMessagesRequest Modifier and Type Method Description ConversationsClient.ListMessagesPagedResponseConversationsClient. listMessages(ListMessagesRequest request)Lists messages that belong to a given conversation.default voidConversationsGrpc.AsyncService. listMessages(ListMessagesRequest request, io.grpc.stub.StreamObserver<ListMessagesResponse> responseObserver)Lists messages that belong to a given conversation.ListMessagesResponseConversationsGrpc.ConversationsBlockingStub. listMessages(ListMessagesRequest request)Lists messages that belong to a given conversation.com.google.common.util.concurrent.ListenableFuture<ListMessagesResponse>ConversationsGrpc.ConversationsFutureStub. listMessages(ListMessagesRequest request)Lists messages that belong to a given conversation.voidConversationsGrpc.ConversationsStub. listMessages(ListMessagesRequest request, io.grpc.stub.StreamObserver<ListMessagesResponse> responseObserver)Lists messages that belong to a given conversation.ListMessagesRequest.BuilderListMessagesRequest.Builder. mergeFrom(ListMessagesRequest other)static ListMessagesRequest.BuilderListMessagesRequest. newBuilder(ListMessagesRequest prototype)Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ListMessagesRequest 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)protected ConversationsClient.ListMessagesPageConversationsClient.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) -
Uses of ListMessagesRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type ListMessagesRequest 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.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>ConversationsStub. listMessagesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>GrpcConversationsStub. listMessagesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse>HttpJsonConversationsStub. listMessagesPagedCallable()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.
-