Class ProductServiceStubSettings (2.0.19)

public class ProductServiceStubSettings extends StubSettings<ProductServiceStubSettings>

Settings class to configure an instance of ProductServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (retail.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createProduct to 30 seconds:


 ProductServiceStubSettings.Builder productServiceSettingsBuilder =
     ProductServiceStubSettings.newBuilder();
 productServiceSettingsBuilder
     .createProductSettings()
     .setRetrySettings(
         productServiceSettingsBuilder
             .createProductSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ProductServiceStubSettings productServiceSettings = productServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > ProductServiceStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
Type Description
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
Type Description
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
Type Description
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
Type Description
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
Type Description
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
Type Description
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
Type Description
List<String>

newBuilder()

public static ProductServiceStubSettings.Builder newBuilder()

Returns a new builder for this class.

Returns
Type Description
ProductServiceStubSettings.Builder

newBuilder(ClientContext clientContext)

public static ProductServiceStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
ProductServiceStubSettings.Builder

Constructors

ProductServiceStubSettings(ProductServiceStubSettings.Builder settingsBuilder)

protected ProductServiceStubSettings(ProductServiceStubSettings.Builder settingsBuilder)
Parameter
Name Description
settingsBuilder ProductServiceStubSettings.Builder

Methods

addFulfillmentPlacesOperationSettings()

public OperationCallSettings<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata> addFulfillmentPlacesOperationSettings()

Returns the object with the settings used for calls to addFulfillmentPlaces.

Returns
Type Description
OperationCallSettings<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>

addFulfillmentPlacesSettings()

public UnaryCallSettings<AddFulfillmentPlacesRequest,Operation> addFulfillmentPlacesSettings()

Returns the object with the settings used for calls to addFulfillmentPlaces.

Returns
Type Description
UnaryCallSettings<AddFulfillmentPlacesRequest,Operation>

addLocalInventoriesOperationSettings()

public OperationCallSettings<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata> addLocalInventoriesOperationSettings()

Returns the object with the settings used for calls to addLocalInventories.

Returns
Type Description
OperationCallSettings<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata>

addLocalInventoriesSettings()

public UnaryCallSettings<AddLocalInventoriesRequest,Operation> addLocalInventoriesSettings()

Returns the object with the settings used for calls to addLocalInventories.

Returns
Type Description
UnaryCallSettings<AddLocalInventoriesRequest,Operation>

createProductSettings()

public UnaryCallSettings<CreateProductRequest,Product> createProductSettings()

Returns the object with the settings used for calls to createProduct.

Returns
Type Description
UnaryCallSettings<CreateProductRequest,Product>

createStub()

public ProductServiceStub createStub()
Returns
Type Description
ProductServiceStub
Exceptions
Type Description
IOException

deleteProductSettings()

public UnaryCallSettings<DeleteProductRequest,Empty> deleteProductSettings()

Returns the object with the settings used for calls to deleteProduct.

Returns
Type Description
UnaryCallSettings<DeleteProductRequest,Empty>

getProductSettings()

public UnaryCallSettings<GetProductRequest,Product> getProductSettings()

Returns the object with the settings used for calls to getProduct.

Returns
Type Description
UnaryCallSettings<GetProductRequest,Product>

importProductsOperationSettings()

public OperationCallSettings<ImportProductsRequest,ImportProductsResponse,ImportMetadata> importProductsOperationSettings()

Returns the object with the settings used for calls to importProducts.

Returns
Type Description
OperationCallSettings<ImportProductsRequest,ImportProductsResponse,ImportMetadata>

importProductsSettings()

public UnaryCallSettings<ImportProductsRequest,Operation> importProductsSettings()

Returns the object with the settings used for calls to importProducts.

Returns
Type Description
UnaryCallSettings<ImportProductsRequest,Operation>

listProductsSettings()

public PagedCallSettings<ListProductsRequest,ListProductsResponse,ProductServiceClient.ListProductsPagedResponse> listProductsSettings()

Returns the object with the settings used for calls to listProducts.

Returns
Type Description
PagedCallSettings<ListProductsRequest,ListProductsResponse,ListProductsPagedResponse>

removeFulfillmentPlacesOperationSettings()

public OperationCallSettings<RemoveFulfillmentPlacesRequest,RemoveFulfillmentPlacesResponse,RemoveFulfillmentPlacesMetadata> removeFulfillmentPlacesOperationSettings()

Returns the object with the settings used for calls to removeFulfillmentPlaces.

Returns
Type Description
OperationCallSettings<RemoveFulfillmentPlacesRequest,RemoveFulfillmentPlacesResponse,RemoveFulfillmentPlacesMetadata>

removeFulfillmentPlacesSettings()

public UnaryCallSettings<RemoveFulfillmentPlacesRequest,Operation> removeFulfillmentPlacesSettings()

Returns the object with the settings used for calls to removeFulfillmentPlaces.

Returns
Type Description
UnaryCallSettings<RemoveFulfillmentPlacesRequest,Operation>

removeLocalInventoriesOperationSettings()

public OperationCallSettings<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata> removeLocalInventoriesOperationSettings()

Returns the object with the settings used for calls to removeLocalInventories.

Returns
Type Description
OperationCallSettings<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>

removeLocalInventoriesSettings()

public UnaryCallSettings<RemoveLocalInventoriesRequest,Operation> removeLocalInventoriesSettings()

Returns the object with the settings used for calls to removeLocalInventories.

Returns
Type Description
UnaryCallSettings<RemoveLocalInventoriesRequest,Operation>

setInventoryOperationSettings()

public OperationCallSettings<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata> setInventoryOperationSettings()

Returns the object with the settings used for calls to setInventory.

Returns
Type Description
OperationCallSettings<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>

setInventorySettings()

public UnaryCallSettings<SetInventoryRequest,Operation> setInventorySettings()

Returns the object with the settings used for calls to setInventory.

Returns
Type Description
UnaryCallSettings<SetInventoryRequest,Operation>

toBuilder()

public ProductServiceStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
Type Description
ProductServiceStubSettings.Builder
Overrides

updateProductSettings()

public UnaryCallSettings<UpdateProductRequest,Product> updateProductSettings()

Returns the object with the settings used for calls to updateProduct.

Returns
Type Description
UnaryCallSettings<UpdateProductRequest,Product>