com.google.cloud.retail.v2alpha.stub.CatalogServiceStub Maven / Gradle / Ivy
/*
* 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.v2alpha.stub;
import static com.google.cloud.retail.v2alpha.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.v2alpha.AddCatalogAttributeRequest;
import com.google.cloud.retail.v2alpha.AttributesConfig;
import com.google.cloud.retail.v2alpha.BatchRemoveCatalogAttributesRequest;
import com.google.cloud.retail.v2alpha.BatchRemoveCatalogAttributesResponse;
import com.google.cloud.retail.v2alpha.Catalog;
import com.google.cloud.retail.v2alpha.CompletionConfig;
import com.google.cloud.retail.v2alpha.GetAttributesConfigRequest;
import com.google.cloud.retail.v2alpha.GetCompletionConfigRequest;
import com.google.cloud.retail.v2alpha.GetDefaultBranchRequest;
import com.google.cloud.retail.v2alpha.GetDefaultBranchResponse;
import com.google.cloud.retail.v2alpha.ListCatalogsRequest;
import com.google.cloud.retail.v2alpha.ListCatalogsResponse;
import com.google.cloud.retail.v2alpha.RemoveCatalogAttributeRequest;
import com.google.cloud.retail.v2alpha.ReplaceCatalogAttributeRequest;
import com.google.cloud.retail.v2alpha.SetDefaultBranchRequest;
import com.google.cloud.retail.v2alpha.UpdateAttributesConfigRequest;
import com.google.cloud.retail.v2alpha.UpdateCatalogRequest;
import com.google.cloud.retail.v2alpha.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();
}