Package com.google.cloud.retail.v2
Class CatalogServiceGrpc
- java.lang.Object
-
- com.google.cloud.retail.v2.CatalogServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListCatalogsMethod
public static io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
-
getUpdateCatalogMethod
public static io.grpc.MethodDescriptor<UpdateCatalogRequest,Catalog> getUpdateCatalogMethod()
-
getSetDefaultBranchMethod
public static io.grpc.MethodDescriptor<SetDefaultBranchRequest,com.google.protobuf.Empty> getSetDefaultBranchMethod()
-
getGetDefaultBranchMethod
public static io.grpc.MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse> getGetDefaultBranchMethod()
-
getGetCompletionConfigMethod
public static io.grpc.MethodDescriptor<GetCompletionConfigRequest,CompletionConfig> getGetCompletionConfigMethod()
-
getUpdateCompletionConfigMethod
public static io.grpc.MethodDescriptor<UpdateCompletionConfigRequest,CompletionConfig> getUpdateCompletionConfigMethod()
-
getGetAttributesConfigMethod
public static io.grpc.MethodDescriptor<GetAttributesConfigRequest,AttributesConfig> getGetAttributesConfigMethod()
-
getUpdateAttributesConfigMethod
public static io.grpc.MethodDescriptor<UpdateAttributesConfigRequest,AttributesConfig> getUpdateAttributesConfigMethod()
-
getAddCatalogAttributeMethod
public static io.grpc.MethodDescriptor<AddCatalogAttributeRequest,AttributesConfig> getAddCatalogAttributeMethod()
-
getRemoveCatalogAttributeMethod
public static io.grpc.MethodDescriptor<RemoveCatalogAttributeRequest,AttributesConfig> getRemoveCatalogAttributeMethod()
-
getReplaceCatalogAttributeMethod
public static io.grpc.MethodDescriptor<ReplaceCatalogAttributeRequest,AttributesConfig> getReplaceCatalogAttributeMethod()
-
newStub
public static CatalogServiceGrpc.CatalogServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CatalogServiceGrpc.CatalogServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CatalogServiceGrpc.CatalogServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CatalogServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-