Uses of Class
com.google.cloud.discoveryengine.v1.ListConversationsResponse
-
Packages that use ListConversationsResponse Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of ListConversationsResponse in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return ListConversationsResponse Modifier and Type Method Description ListConversationsResponse
ListConversationsResponse.Builder. build()
ListConversationsResponse
ListConversationsResponse.Builder. buildPartial()
static ListConversationsResponse
ListConversationsResponse. getDefaultInstance()
ListConversationsResponse
ListConversationsResponse.Builder. getDefaultInstanceForType()
ListConversationsResponse
ListConversationsResponse. getDefaultInstanceForType()
ListConversationsResponse
ConversationalSearchServiceGrpc.ConversationalSearchServiceBlockingStub. listConversations(ListConversationsRequest request)
Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].static ListConversationsResponse
ListConversationsResponse. parseDelimitedFrom(InputStream input)
static ListConversationsResponse
ListConversationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsResponse
ListConversationsResponse. parseFrom(byte[] data)
static ListConversationsResponse
ListConversationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsResponse
ListConversationsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListConversationsResponse
ListConversationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsResponse
ListConversationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListConversationsResponse
ListConversationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsResponse
ListConversationsResponse. parseFrom(InputStream input)
static ListConversationsResponse
ListConversationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListConversationsResponse
ListConversationsResponse. parseFrom(ByteBuffer data)
static ListConversationsResponse
ListConversationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type ListConversationsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListConversationsRequest,ListConversationsResponse>
ConversationalSearchServiceGrpc. getListConversationsMethod()
com.google.protobuf.Parser<ListConversationsResponse>
ListConversationsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListConversationsResponse>
ConversationalSearchServiceGrpc.ConversationalSearchServiceFutureStub. listConversations(ListConversationsRequest request)
Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ListConversationsResponse>
ConversationalSearchServiceClient. listConversationsCallable()
Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationsRequest,ListConversationsResponse,ConversationalSearchServiceClient.ListConversationsPagedResponse>
ConversationalSearchServiceSettings.Builder. listConversationsSettings()
Returns the builder for the settings used for calls to listConversations.com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ConversationalSearchServiceClient.ListConversationsPagedResponse>
ConversationalSearchServiceSettings. listConversationsSettings()
Returns the object with the settings used for calls to listConversations.static com.google.protobuf.Parser<ListConversationsResponse>
ListConversationsResponse. parser()
Methods in com.google.cloud.discoveryengine.v1 with parameters of type ListConversationsResponse Modifier and Type Method Description protected ConversationalSearchServiceClient.ListConversationsPage
ConversationalSearchServiceClient.ListConversationsPage. createPage(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
ListConversationsResponse.Builder
ListConversationsResponse.Builder. mergeFrom(ListConversationsResponse other)
static ListConversationsResponse.Builder
ListConversationsResponse. newBuilder(ListConversationsResponse prototype)
Method parameters in com.google.cloud.discoveryengine.v1 with type arguments of type ListConversationsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConversationalSearchServiceClient.ListConversationsPagedResponse>
ConversationalSearchServiceClient.ListConversationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
static com.google.api.core.ApiFuture<ConversationalSearchServiceClient.ListConversationsPagedResponse>
ConversationalSearchServiceClient.ListConversationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
protected ConversationalSearchServiceClient.ListConversationsPage
ConversationalSearchServiceClient.ListConversationsPage. createPage(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
com.google.api.core.ApiFuture<ConversationalSearchServiceClient.ListConversationsPage>
ConversationalSearchServiceClient.ListConversationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
com.google.api.core.ApiFuture<ConversationalSearchServiceClient.ListConversationsPage>
ConversationalSearchServiceClient.ListConversationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
default void
ConversationalSearchServiceGrpc.AsyncService. listConversations(ListConversationsRequest request, io.grpc.stub.StreamObserver<ListConversationsResponse> responseObserver)
Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].void
ConversationalSearchServiceGrpc.ConversationalSearchServiceStub. listConversations(ListConversationsRequest request, io.grpc.stub.StreamObserver<ListConversationsResponse> responseObserver)
Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore]. -
Uses of ListConversationsResponse in com.google.cloud.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return types with arguments of type ListConversationsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ListConversationsResponse>
ConversationalSearchServiceStub. listConversationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ListConversationsResponse>
GrpcConversationalSearchServiceStub. listConversationsCallable()
com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ListConversationsResponse>
HttpJsonConversationalSearchServiceStub. listConversationsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListConversationsRequest,ListConversationsResponse,ConversationalSearchServiceClient.ListConversationsPagedResponse>
ConversationalSearchServiceStubSettings.Builder. listConversationsSettings()
Returns the builder for the settings used for calls to listConversations.com.google.api.gax.rpc.PagedCallSettings<ListConversationsRequest,ListConversationsResponse,ConversationalSearchServiceClient.ListConversationsPagedResponse>
ConversationalSearchServiceStubSettings. listConversationsSettings()
Returns the object with the settings used for calls to listConversations.
-