All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.discoveryengine.v1beta.stub.ConversationalSearchServiceStub Maven / Gradle / Ivy

Go to download

Discovery Engine API A Cloud API that offers search and recommendation discoverability for documents from different industry verticals (e.g. media, retail, etc.).

There is a newer version: 0.51.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.google.cloud.discoveryengine.v1beta.stub;

import static com.google.cloud.discoveryengine.v1beta.ConversationalSearchServiceClient.ListConversationsPagedResponse;
import static com.google.cloud.discoveryengine.v1beta.ConversationalSearchServiceClient.ListSessionsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.discoveryengine.v1beta.Answer;
import com.google.cloud.discoveryengine.v1beta.AnswerQueryRequest;
import com.google.cloud.discoveryengine.v1beta.AnswerQueryResponse;
import com.google.cloud.discoveryengine.v1beta.Conversation;
import com.google.cloud.discoveryengine.v1beta.ConverseConversationRequest;
import com.google.cloud.discoveryengine.v1beta.ConverseConversationResponse;
import com.google.cloud.discoveryengine.v1beta.CreateConversationRequest;
import com.google.cloud.discoveryengine.v1beta.CreateSessionRequest;
import com.google.cloud.discoveryengine.v1beta.DeleteConversationRequest;
import com.google.cloud.discoveryengine.v1beta.DeleteSessionRequest;
import com.google.cloud.discoveryengine.v1beta.GetAnswerRequest;
import com.google.cloud.discoveryengine.v1beta.GetConversationRequest;
import com.google.cloud.discoveryengine.v1beta.GetSessionRequest;
import com.google.cloud.discoveryengine.v1beta.ListConversationsRequest;
import com.google.cloud.discoveryengine.v1beta.ListConversationsResponse;
import com.google.cloud.discoveryengine.v1beta.ListSessionsRequest;
import com.google.cloud.discoveryengine.v1beta.ListSessionsResponse;
import com.google.cloud.discoveryengine.v1beta.Session;
import com.google.cloud.discoveryengine.v1beta.UpdateConversationRequest;
import com.google.cloud.discoveryengine.v1beta.UpdateSessionRequest;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the ConversationalSearchService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public abstract class ConversationalSearchServiceStub implements BackgroundResource { public UnaryCallable converseConversationCallable() { throw new UnsupportedOperationException("Not implemented: converseConversationCallable()"); } public UnaryCallable createConversationCallable() { throw new UnsupportedOperationException("Not implemented: createConversationCallable()"); } public UnaryCallable deleteConversationCallable() { throw new UnsupportedOperationException("Not implemented: deleteConversationCallable()"); } public UnaryCallable updateConversationCallable() { throw new UnsupportedOperationException("Not implemented: updateConversationCallable()"); } public UnaryCallable getConversationCallable() { throw new UnsupportedOperationException("Not implemented: getConversationCallable()"); } public UnaryCallable listConversationsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listConversationsPagedCallable()"); } public UnaryCallable listConversationsCallable() { throw new UnsupportedOperationException("Not implemented: listConversationsCallable()"); } public UnaryCallable answerQueryCallable() { throw new UnsupportedOperationException("Not implemented: answerQueryCallable()"); } public UnaryCallable getAnswerCallable() { throw new UnsupportedOperationException("Not implemented: getAnswerCallable()"); } public UnaryCallable createSessionCallable() { throw new UnsupportedOperationException("Not implemented: createSessionCallable()"); } public UnaryCallable deleteSessionCallable() { throw new UnsupportedOperationException("Not implemented: deleteSessionCallable()"); } public UnaryCallable updateSessionCallable() { throw new UnsupportedOperationException("Not implemented: updateSessionCallable()"); } public UnaryCallable getSessionCallable() { throw new UnsupportedOperationException("Not implemented: getSessionCallable()"); } public UnaryCallable listSessionsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSessionsPagedCallable()"); } public UnaryCallable listSessionsCallable() { throw new UnsupportedOperationException("Not implemented: listSessionsCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy