Package com.google.cloud.retail.v2
Class ProductServiceGrpc
- java.lang.Object
-
- com.google.cloud.retail.v2.ProductServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2/product_service.proto") public final class ProductServiceGrpc extends Object
Service for ingesting [Product][google.cloud.retail.v2.Product] information of the customer's website.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProductServiceGrpc.AsyncServiceService for ingesting [Product][google.cloud.retail.v2.Product] information of the customer's website.static classProductServiceGrpc.ProductServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ProductService.static classProductServiceGrpc.ProductServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ProductService.static classProductServiceGrpc.ProductServiceImplBaseBase class for the server implementation of the service ProductService.static classProductServiceGrpc.ProductServiceStubA stub to allow clients to do asynchronous rpc calls to service ProductService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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<RemoveFulfillmentPlacesRequest,com.google.longrunning.Operation>getRemoveFulfillmentPlacesMethod()static io.grpc.MethodDescriptor<RemoveLocalInventoriesRequest,com.google.longrunning.Operation>getRemoveLocalInventoriesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SetInventoryRequest,com.google.longrunning.Operation>getSetInventoryMethod()static io.grpc.MethodDescriptor<UpdateProductRequest,Product>getUpdateProductMethod()static ProductServiceGrpc.ProductServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ProductServiceGrpc.ProductServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ProductServiceGrpc.ProductServiceStubnewStub(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()
-
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()
-
-