@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2/catalog_service.proto") public final class CatalogServiceGrpc extends Object
Service for managing catalog configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CatalogServiceGrpc.AsyncService
Service for managing catalog configuration.
|
static class |
CatalogServiceGrpc.CatalogServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service CatalogService.
|
static class |
CatalogServiceGrpc.CatalogServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CatalogService.
|
static class |
CatalogServiceGrpc.CatalogServiceImplBase
Base class for the server implementation of the service CatalogService.
|
static class |
CatalogServiceGrpc.CatalogServiceStub
A stub to allow clients to do asynchronous rpc calls to service CatalogService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
public static io.grpc.MethodDescriptor<UpdateCatalogRequest,Catalog> getUpdateCatalogMethod()
public static io.grpc.MethodDescriptor<SetDefaultBranchRequest,com.google.protobuf.Empty> getSetDefaultBranchMethod()
public static io.grpc.MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse> getGetDefaultBranchMethod()
public static io.grpc.MethodDescriptor<GetCompletionConfigRequest,CompletionConfig> getGetCompletionConfigMethod()
public static io.grpc.MethodDescriptor<UpdateCompletionConfigRequest,CompletionConfig> getUpdateCompletionConfigMethod()
public static io.grpc.MethodDescriptor<GetAttributesConfigRequest,AttributesConfig> getGetAttributesConfigMethod()
public static io.grpc.MethodDescriptor<UpdateAttributesConfigRequest,AttributesConfig> getUpdateAttributesConfigMethod()
public static io.grpc.MethodDescriptor<AddCatalogAttributeRequest,AttributesConfig> getAddCatalogAttributeMethod()
public static io.grpc.MethodDescriptor<RemoveCatalogAttributeRequest,AttributesConfig> getRemoveCatalogAttributeMethod()
public static io.grpc.MethodDescriptor<ReplaceCatalogAttributeRequest,AttributesConfig> getReplaceCatalogAttributeMethod()
public static CatalogServiceGrpc.CatalogServiceStub newStub(io.grpc.Channel channel)
public static CatalogServiceGrpc.CatalogServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CatalogServiceGrpc.CatalogServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(CatalogServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.