Class ProductServiceSettings (2.39.0)

public class ProductServiceSettings extends ClientSettings<ProductServiceSettings>

Settings class to configure an instance of ProductServiceClient.

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:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 ProductServiceSettings.Builder productServiceSettingsBuilder =
     ProductServiceSettings.newBuilder();
 productServiceSettingsBuilder
     .createProductSettings()
     .setRetrySettings(
         productServiceSettingsBuilder
             .createProductSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ProductServiceSettings productServiceSettings = productServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > ProductServiceSettings

Static Methods

create(ProductServiceStubSettings stub)

public static final ProductServiceSettings create(ProductServiceStubSettings stub)
Parameter
NameDescription
stubProductServiceStubSettings
Returns
TypeDescription
ProductServiceSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static ProductServiceSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
ProductServiceSettings.Builder

newBuilder(ClientContext clientContext)

public static ProductServiceSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
ProductServiceSettings.Builder

newHttpJsonBuilder()

public static ProductServiceSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
ProductServiceSettings.Builder

Constructors

ProductServiceSettings(ProductServiceSettings.Builder settingsBuilder)

protected ProductServiceSettings(ProductServiceSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderProductServiceSettings.Builder

Methods

addFulfillmentPlacesOperationSettings()

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

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

Returns
TypeDescription
OperationCallSettings<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata>

addFulfillmentPlacesSettings()

public UnaryCallSettings<AddFulfillmentPlacesRequest,Operation> addFulfillmentPlacesSettings()

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

Returns
TypeDescription
UnaryCallSettings<AddFulfillmentPlacesRequest,Operation>

addLocalInventoriesOperationSettings()

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

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

Returns
TypeDescription
OperationCallSettings<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata>

addLocalInventoriesSettings()

public UnaryCallSettings<AddLocalInventoriesRequest,Operation> addLocalInventoriesSettings()

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

Returns
TypeDescription
UnaryCallSettings<AddLocalInventoriesRequest,Operation>

createProductSettings()

public UnaryCallSettings<CreateProductRequest,Product> createProductSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateProductRequest,Product>

deleteProductSettings()

public UnaryCallSettings<DeleteProductRequest,Empty> deleteProductSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteProductRequest,Empty>

getProductSettings()

public UnaryCallSettings<GetProductRequest,Product> getProductSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetProductRequest,Product>

importProductsOperationSettings()

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

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

Returns
TypeDescription
OperationCallSettings<ImportProductsRequest,ImportProductsResponse,ImportMetadata>

importProductsSettings()

public UnaryCallSettings<ImportProductsRequest,Operation> importProductsSettings()

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

Returns
TypeDescription
UnaryCallSettings<ImportProductsRequest,Operation>

listProductsSettings()

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

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

Returns
TypeDescription
PagedCallSettings<ListProductsRequest,ListProductsResponse,ListProductsPagedResponse>

removeFulfillmentPlacesOperationSettings()

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

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

Returns
TypeDescription
OperationCallSettings<RemoveFulfillmentPlacesRequest,RemoveFulfillmentPlacesResponse,RemoveFulfillmentPlacesMetadata>

removeFulfillmentPlacesSettings()

public UnaryCallSettings<RemoveFulfillmentPlacesRequest,Operation> removeFulfillmentPlacesSettings()

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

Returns
TypeDescription
UnaryCallSettings<RemoveFulfillmentPlacesRequest,Operation>

removeLocalInventoriesOperationSettings()

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

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

Returns
TypeDescription
OperationCallSettings<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata>

removeLocalInventoriesSettings()

public UnaryCallSettings<RemoveLocalInventoriesRequest,Operation> removeLocalInventoriesSettings()

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

Returns
TypeDescription
UnaryCallSettings<RemoveLocalInventoriesRequest,Operation>

setInventoryOperationSettings()

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

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

Returns
TypeDescription
OperationCallSettings<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata>

setInventorySettings()

public UnaryCallSettings<SetInventoryRequest,Operation> setInventorySettings()

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

Returns
TypeDescription
UnaryCallSettings<SetInventoryRequest,Operation>

toBuilder()

public ProductServiceSettings.Builder toBuilder()

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

Returns
TypeDescription
ProductServiceSettings.Builder
Overrides

updateProductSettings()

public UnaryCallSettings<UpdateProductRequest,Product> updateProductSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateProductRequest,Product>