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

com.google.cloud.speech.v1.stub.AdaptationStub Maven / Gradle / Ivy

There is a newer version: 4.49.0
Show newest version
/*
 * Copyright 2023 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.speech.v1.stub;

import static com.google.cloud.speech.v1.AdaptationClient.ListCustomClassesPagedResponse;
import static com.google.cloud.speech.v1.AdaptationClient.ListPhraseSetPagedResponse;

import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.speech.v1.CreateCustomClassRequest;
import com.google.cloud.speech.v1.CreatePhraseSetRequest;
import com.google.cloud.speech.v1.CustomClass;
import com.google.cloud.speech.v1.DeleteCustomClassRequest;
import com.google.cloud.speech.v1.DeletePhraseSetRequest;
import com.google.cloud.speech.v1.GetCustomClassRequest;
import com.google.cloud.speech.v1.GetPhraseSetRequest;
import com.google.cloud.speech.v1.ListCustomClassesRequest;
import com.google.cloud.speech.v1.ListCustomClassesResponse;
import com.google.cloud.speech.v1.ListPhraseSetRequest;
import com.google.cloud.speech.v1.ListPhraseSetResponse;
import com.google.cloud.speech.v1.PhraseSet;
import com.google.cloud.speech.v1.UpdateCustomClassRequest;
import com.google.cloud.speech.v1.UpdatePhraseSetRequest;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

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

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class AdaptationStub implements BackgroundResource { public UnaryCallable createPhraseSetCallable() { throw new UnsupportedOperationException("Not implemented: createPhraseSetCallable()"); } public UnaryCallable getPhraseSetCallable() { throw new UnsupportedOperationException("Not implemented: getPhraseSetCallable()"); } public UnaryCallable listPhraseSetPagedCallable() { throw new UnsupportedOperationException("Not implemented: listPhraseSetPagedCallable()"); } public UnaryCallable listPhraseSetCallable() { throw new UnsupportedOperationException("Not implemented: listPhraseSetCallable()"); } public UnaryCallable updatePhraseSetCallable() { throw new UnsupportedOperationException("Not implemented: updatePhraseSetCallable()"); } public UnaryCallable deletePhraseSetCallable() { throw new UnsupportedOperationException("Not implemented: deletePhraseSetCallable()"); } public UnaryCallable createCustomClassCallable() { throw new UnsupportedOperationException("Not implemented: createCustomClassCallable()"); } public UnaryCallable getCustomClassCallable() { throw new UnsupportedOperationException("Not implemented: getCustomClassCallable()"); } public UnaryCallable listCustomClassesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listCustomClassesPagedCallable()"); } public UnaryCallable listCustomClassesCallable() { throw new UnsupportedOperationException("Not implemented: listCustomClassesCallable()"); } public UnaryCallable updateCustomClassCallable() { throw new UnsupportedOperationException("Not implemented: updateCustomClassCallable()"); } public UnaryCallable deleteCustomClassCallable() { throw new UnsupportedOperationException("Not implemented: deleteCustomClassCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy