@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2beta/product_service.proto") public final class ProductServiceGrpc extends Object
Service for ingesting [Product][google.cloud.retail.v2beta.Product] information of the customer's website.
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductServiceGrpc.ProductServiceBlockingStub
Service for ingesting [Product][google.cloud.retail.v2beta.Product]
information of the customer's website.
|
static class |
ProductServiceGrpc.ProductServiceFutureStub
Service for ingesting [Product][google.cloud.retail.v2beta.Product]
information of the customer's website.
|
static class |
ProductServiceGrpc.ProductServiceImplBase
Service for ingesting [Product][google.cloud.retail.v2beta.Product]
information of the customer's website.
|
static class |
ProductServiceGrpc.ProductServiceStub
Service for ingesting [Product][google.cloud.retail.v2beta.Product]
information of the customer's website.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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.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 service
|
static ProductServiceGrpc.ProductServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ProductServiceGrpc.ProductServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateProductRequest,Product> getCreateProductMethod()
public static io.grpc.MethodDescriptor<GetProductRequest,Product> getGetProductMethod()
public static io.grpc.MethodDescriptor<ListProductsRequest,ListProductsResponse> getListProductsMethod()
public static io.grpc.MethodDescriptor<UpdateProductRequest,Product> getUpdateProductMethod()
public static io.grpc.MethodDescriptor<DeleteProductRequest,com.google.protobuf.Empty> getDeleteProductMethod()
public static io.grpc.MethodDescriptor<ImportProductsRequest,com.google.longrunning.Operation> getImportProductsMethod()
public static io.grpc.MethodDescriptor<SetInventoryRequest,com.google.longrunning.Operation> getSetInventoryMethod()
public static io.grpc.MethodDescriptor<AddFulfillmentPlacesRequest,com.google.longrunning.Operation> getAddFulfillmentPlacesMethod()
public static io.grpc.MethodDescriptor<RemoveFulfillmentPlacesRequest,com.google.longrunning.Operation> getRemoveFulfillmentPlacesMethod()
public static io.grpc.MethodDescriptor<AddLocalInventoriesRequest,com.google.longrunning.Operation> getAddLocalInventoriesMethod()
public static io.grpc.MethodDescriptor<RemoveLocalInventoriesRequest,com.google.longrunning.Operation> getRemoveLocalInventoriesMethod()
public static ProductServiceGrpc.ProductServiceStub newStub(io.grpc.Channel channel)
public static ProductServiceGrpc.ProductServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ProductServiceGrpc.ProductServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.