Class CatalogServiceGrpc
- java.lang.Object
-
- com.google.cloud.recommendationengine.v1beta1.CatalogServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/recommendationengine/v1beta1/catalog_service.proto") public final class CatalogServiceGrpc extends Object
Service for ingesting catalog information of the customer's website.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CatalogServiceGrpc.AsyncService
Service for ingesting catalog information of the customer's website.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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(CatalogServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateCatalogItemRequest,CatalogItem>
getCreateCatalogItemMethod()
static io.grpc.MethodDescriptor<DeleteCatalogItemRequest,com.google.protobuf.Empty>
getDeleteCatalogItemMethod()
static io.grpc.MethodDescriptor<GetCatalogItemRequest,CatalogItem>
getGetCatalogItemMethod()
static io.grpc.MethodDescriptor<ImportCatalogItemsRequest,com.google.longrunning.Operation>
getImportCatalogItemsMethod()
static io.grpc.MethodDescriptor<ListCatalogItemsRequest,ListCatalogItemsResponse>
getListCatalogItemsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateCatalogItemRequest,CatalogItem>
getUpdateCatalogItemMethod()
static CatalogServiceGrpc.CatalogServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CatalogServiceGrpc.CatalogServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CatalogServiceGrpc.CatalogServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateCatalogItemMethod
public static io.grpc.MethodDescriptor<CreateCatalogItemRequest,CatalogItem> getCreateCatalogItemMethod()
-
getGetCatalogItemMethod
public static io.grpc.MethodDescriptor<GetCatalogItemRequest,CatalogItem> getGetCatalogItemMethod()
-
getListCatalogItemsMethod
public static io.grpc.MethodDescriptor<ListCatalogItemsRequest,ListCatalogItemsResponse> getListCatalogItemsMethod()
-
getUpdateCatalogItemMethod
public static io.grpc.MethodDescriptor<UpdateCatalogItemRequest,CatalogItem> getUpdateCatalogItemMethod()
-
getDeleteCatalogItemMethod
public static io.grpc.MethodDescriptor<DeleteCatalogItemRequest,com.google.protobuf.Empty> getDeleteCatalogItemMethod()
-
getImportCatalogItemsMethod
public static io.grpc.MethodDescriptor<ImportCatalogItemsRequest,com.google.longrunning.Operation> getImportCatalogItemsMethod()
-
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()
-
-