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

com.google.cloud.retail.v2beta.stub.CatalogServiceStub Maven / Gradle / Ivy

The 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.retail.v2beta.stub;

import static com.google.cloud.retail.v2beta.CatalogServiceClient.ListCatalogsPagedResponse;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.retail.v2beta.AddCatalogAttributeRequest;
import com.google.cloud.retail.v2beta.AttributesConfig;
import com.google.cloud.retail.v2beta.BatchRemoveCatalogAttributesRequest;
import com.google.cloud.retail.v2beta.BatchRemoveCatalogAttributesResponse;
import com.google.cloud.retail.v2beta.Catalog;
import com.google.cloud.retail.v2beta.CompletionConfig;
import com.google.cloud.retail.v2beta.GetAttributesConfigRequest;
import com.google.cloud.retail.v2beta.GetCompletionConfigRequest;
import com.google.cloud.retail.v2beta.GetDefaultBranchRequest;
import com.google.cloud.retail.v2beta.GetDefaultBranchResponse;
import com.google.cloud.retail.v2beta.ListCatalogsRequest;
import com.google.cloud.retail.v2beta.ListCatalogsResponse;
import com.google.cloud.retail.v2beta.RemoveCatalogAttributeRequest;
import com.google.cloud.retail.v2beta.ReplaceCatalogAttributeRequest;
import com.google.cloud.retail.v2beta.SetDefaultBranchRequest;
import com.google.cloud.retail.v2beta.UpdateAttributesConfigRequest;
import com.google.cloud.retail.v2beta.UpdateCatalogRequest;
import com.google.cloud.retail.v2beta.UpdateCompletionConfigRequest;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

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

This class is for advanced usage and reflects the underlying API directly. */ @BetaApi @Generated("by gapic-generator-java") public abstract class CatalogServiceStub implements BackgroundResource { public UnaryCallable listCatalogsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listCatalogsPagedCallable()"); } public UnaryCallable listCatalogsCallable() { throw new UnsupportedOperationException("Not implemented: listCatalogsCallable()"); } public UnaryCallable updateCatalogCallable() { throw new UnsupportedOperationException("Not implemented: updateCatalogCallable()"); } public UnaryCallable setDefaultBranchCallable() { throw new UnsupportedOperationException("Not implemented: setDefaultBranchCallable()"); } public UnaryCallable getDefaultBranchCallable() { throw new UnsupportedOperationException("Not implemented: getDefaultBranchCallable()"); } public UnaryCallable getCompletionConfigCallable() { throw new UnsupportedOperationException("Not implemented: getCompletionConfigCallable()"); } public UnaryCallable updateCompletionConfigCallable() { throw new UnsupportedOperationException("Not implemented: updateCompletionConfigCallable()"); } public UnaryCallable getAttributesConfigCallable() { throw new UnsupportedOperationException("Not implemented: getAttributesConfigCallable()"); } public UnaryCallable updateAttributesConfigCallable() { throw new UnsupportedOperationException("Not implemented: updateAttributesConfigCallable()"); } public UnaryCallable addCatalogAttributeCallable() { throw new UnsupportedOperationException("Not implemented: addCatalogAttributeCallable()"); } public UnaryCallable removeCatalogAttributeCallable() { throw new UnsupportedOperationException("Not implemented: removeCatalogAttributeCallable()"); } public UnaryCallable batchRemoveCatalogAttributesCallable() { throw new UnsupportedOperationException( "Not implemented: batchRemoveCatalogAttributesCallable()"); } public UnaryCallable replaceCatalogAttributeCallable() { throw new UnsupportedOperationException("Not implemented: replaceCatalogAttributeCallable()"); } @Override public abstract void close(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy