- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public class HttpJsonProductServiceStub extends ProductServiceStub
REST stub implementation for the ProductService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonProductServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
HttpJsonProductServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonProductServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Type | Description |
HttpJsonProductServiceStub |
Type | Description |
IOException |
create(ProductServiceStubSettings settings)
public static final HttpJsonProductServiceStub create(ProductServiceStubSettings settings)
Name | Description |
settings | ProductServiceStubSettings |
Type | Description |
HttpJsonProductServiceStub |
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonProductServiceStub(ProductServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonProductServiceStub(ProductServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonProductServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | ProductServiceStubSettings |
clientContext | ClientContext |
HttpJsonProductServiceStub(ProductServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonProductServiceStub(ProductServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonProductServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | ProductServiceStubSettings |
clientContext | ClientContext |
callableFactory | HttpJsonStubCallableFactory |
Methods
addFulfillmentPlacesCallable()
public UnaryCallable<AddFulfillmentPlacesRequest,Operation> addFulfillmentPlacesCallable()
Type | Description |
UnaryCallable<AddFulfillmentPlacesRequest,Operation> |
addFulfillmentPlacesOperationCallable()
public OperationCallable<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata> addFulfillmentPlacesOperationCallable()
Type | Description |
OperationCallable<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata> |
addLocalInventoriesCallable()
public UnaryCallable<AddLocalInventoriesRequest,Operation> addLocalInventoriesCallable()
Type | Description |
UnaryCallable<AddLocalInventoriesRequest,Operation> |
addLocalInventoriesOperationCallable()
public OperationCallable<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata> addLocalInventoriesOperationCallable()
Type | Description |
OperationCallable<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata> |
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
close()
public final void close()
createProductCallable()
public UnaryCallable<CreateProductRequest,Product> createProductCallable()
Type | Description |
UnaryCallable<CreateProductRequest,Product> |
deleteProductCallable()
public UnaryCallable<DeleteProductRequest,Empty> deleteProductCallable()
Type | Description |
UnaryCallable<DeleteProductRequest,Empty> |
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Type | Description |
HttpJsonOperationsStub |
getProductCallable()
public UnaryCallable<GetProductRequest,Product> getProductCallable()
Type | Description |
UnaryCallable<GetProductRequest,Product> |
importProductsCallable()
public UnaryCallable<ImportProductsRequest,Operation> importProductsCallable()
Type | Description |
UnaryCallable<ImportProductsRequest,Operation> |
importProductsOperationCallable()
public OperationCallable<ImportProductsRequest,ImportProductsResponse,ImportMetadata> importProductsOperationCallable()
Type | Description |
OperationCallable<ImportProductsRequest,ImportProductsResponse,ImportMetadata> |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listProductsCallable()
public UnaryCallable<ListProductsRequest,ListProductsResponse> listProductsCallable()
Type | Description |
UnaryCallable<ListProductsRequest,ListProductsResponse> |
listProductsPagedCallable()
public UnaryCallable<ListProductsRequest,ProductServiceClient.ListProductsPagedResponse> listProductsPagedCallable()
Type | Description |
UnaryCallable<ListProductsRequest,ListProductsPagedResponse> |
purgeProductsCallable()
public UnaryCallable<PurgeProductsRequest,Operation> purgeProductsCallable()
Type | Description |
UnaryCallable<PurgeProductsRequest,Operation> |
purgeProductsOperationCallable()
public OperationCallable<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata> purgeProductsOperationCallable()
Type | Description |
OperationCallable<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata> |
removeFulfillmentPlacesCallable()
public UnaryCallable<RemoveFulfillmentPlacesRequest,Operation> removeFulfillmentPlacesCallable()
Type | Description |
UnaryCallable<RemoveFulfillmentPlacesRequest,Operation> |
removeFulfillmentPlacesOperationCallable()
public OperationCallable<RemoveFulfillmentPlacesRequest,RemoveFulfillmentPlacesResponse,RemoveFulfillmentPlacesMetadata> removeFulfillmentPlacesOperationCallable()
Type | Description |
OperationCallable<RemoveFulfillmentPlacesRequest,RemoveFulfillmentPlacesResponse,RemoveFulfillmentPlacesMetadata> |
removeLocalInventoriesCallable()
public UnaryCallable<RemoveLocalInventoriesRequest,Operation> removeLocalInventoriesCallable()
Type | Description |
UnaryCallable<RemoveLocalInventoriesRequest,Operation> |
removeLocalInventoriesOperationCallable()
public OperationCallable<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata> removeLocalInventoriesOperationCallable()
Type | Description |
OperationCallable<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata> |
setInventoryCallable()
public UnaryCallable<SetInventoryRequest,Operation> setInventoryCallable()
Type | Description |
UnaryCallable<SetInventoryRequest,Operation> |
setInventoryOperationCallable()
public OperationCallable<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata> setInventoryOperationCallable()
Type | Description |
OperationCallable<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateProductCallable()
public UnaryCallable<UpdateProductRequest,Product> updateProductCallable()
Type | Description |
UnaryCallable<UpdateProductRequest,Product> |