Package com.google.cloud.retail.v2alpha
Class ProductServiceGrpc
- java.lang.Object
-
- com.google.cloud.retail.v2alpha.ProductServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2alpha/product_service.proto") public final class ProductServiceGrpc extends Object
Service for ingesting [Product][google.cloud.retail.v2alpha.Product] information of the customer's website.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ProductServiceGrpc.AsyncService
Service for ingesting [Product][google.cloud.retail.v2alpha.Product] information of the customer's website.static class
ProductServiceGrpc.ProductServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ProductService.static class
ProductServiceGrpc.ProductServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ProductService.static class
ProductServiceGrpc.ProductServiceImplBase
Base class for the server implementation of the service ProductService.static class
ProductServiceGrpc.ProductServiceStub
A stub to allow clients to do asynchronous rpc calls to service ProductService.
-
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(ProductServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<AddFulfillmentPlacesRequest,com.google.longrunning.Operation>
getAddFulfillmentPlacesMethod()
static io.grpc.MethodDescriptor<AddLocalInventoriesRequest,com.google.longrunning.Operation>
getAddLocalInventoriesMethod()
static io.grpc.MethodDescriptor<CreateProductRequest,Product>
getCreateProductMethod()
static io.grpc.MethodDescriptor<DeleteProductRequest,com.google.protobuf.Empty>
getDeleteProductMethod()
static io.grpc.MethodDescriptor<GetProductRequest,Product>
getGetProductMethod()
static io.grpc.MethodDescriptor<ImportProductsRequest,com.google.longrunning.Operation>
getImportProductsMethod()
static io.grpc.MethodDescriptor<ListProductsRequest,ListProductsResponse>
getListProductsMethod()
static io.grpc.MethodDescriptor<PurgeProductsRequest,com.google.longrunning.Operation>
getPurgeProductsMethod()
static io.grpc.MethodDescriptor<RemoveFulfillmentPlacesRequest,com.google.longrunning.Operation>
getRemoveFulfillmentPlacesMethod()
static io.grpc.MethodDescriptor<RemoveLocalInventoriesRequest,com.google.longrunning.Operation>
getRemoveLocalInventoriesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<SetInventoryRequest,com.google.longrunning.Operation>
getSetInventoryMethod()
static io.grpc.MethodDescriptor<UpdateProductRequest,Product>
getUpdateProductMethod()
static ProductServiceGrpc.ProductServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ProductServiceGrpc.ProductServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ProductServiceGrpc.ProductServiceStub
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
-
getCreateProductMethod
public static io.grpc.MethodDescriptor<CreateProductRequest,Product> getCreateProductMethod()
-
getGetProductMethod
public static io.grpc.MethodDescriptor<GetProductRequest,Product> getGetProductMethod()
-
getListProductsMethod
public static io.grpc.MethodDescriptor<ListProductsRequest,ListProductsResponse> getListProductsMethod()
-
getUpdateProductMethod
public static io.grpc.MethodDescriptor<UpdateProductRequest,Product> getUpdateProductMethod()
-
getDeleteProductMethod
public static io.grpc.MethodDescriptor<DeleteProductRequest,com.google.protobuf.Empty> getDeleteProductMethod()
-
getPurgeProductsMethod
public static io.grpc.MethodDescriptor<PurgeProductsRequest,com.google.longrunning.Operation> getPurgeProductsMethod()
-
getImportProductsMethod
public static io.grpc.MethodDescriptor<ImportProductsRequest,com.google.longrunning.Operation> getImportProductsMethod()
-
getSetInventoryMethod
public static io.grpc.MethodDescriptor<SetInventoryRequest,com.google.longrunning.Operation> getSetInventoryMethod()
-
getAddFulfillmentPlacesMethod
public static io.grpc.MethodDescriptor<AddFulfillmentPlacesRequest,com.google.longrunning.Operation> getAddFulfillmentPlacesMethod()
-
getRemoveFulfillmentPlacesMethod
public static io.grpc.MethodDescriptor<RemoveFulfillmentPlacesRequest,com.google.longrunning.Operation> getRemoveFulfillmentPlacesMethod()
-
getAddLocalInventoriesMethod
public static io.grpc.MethodDescriptor<AddLocalInventoriesRequest,com.google.longrunning.Operation> getAddLocalInventoriesMethod()
-
getRemoveLocalInventoriesMethod
public static io.grpc.MethodDescriptor<RemoveLocalInventoriesRequest,com.google.longrunning.Operation> getRemoveLocalInventoriesMethod()
-
newStub
public static ProductServiceGrpc.ProductServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ProductServiceGrpc.ProductServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ProductServiceGrpc.ProductServiceFutureStub 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(ProductServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-