Class ProductServiceSettings (2.6.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

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

newBuilder(ClientContext clientContext)

public static ProductServiceSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

newHttpJsonBuilder()

public static ProductServiceSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns

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

addFulfillmentPlacesSettings()

public UnaryCallSettings<AddFulfillmentPlacesRequest,Operation> addFulfillmentPlacesSettings()

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

Returns

addLocalInventoriesOperationSettings()

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

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

Returns

addLocalInventoriesSettings()

public UnaryCallSettings<AddLocalInventoriesRequest,Operation> addLocalInventoriesSettings()

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

Returns

createProductSettings()

public UnaryCallSettings<CreateProductRequest,Product> createProductSettings()

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

Returns

deleteProductSettings()

public UnaryCallSettings<DeleteProductRequest,Empty> deleteProductSettings()

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

Returns

getProductSettings()

public UnaryCallSettings<GetProductRequest,Product> getProductSettings()

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

Returns

importProductsOperationSettings()

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

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

Returns

importProductsSettings()

public UnaryCallSettings<ImportProductsRequest,Operation> importProductsSettings()

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

Returns

listProductsSettings()

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

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

Returns

removeFulfillmentPlacesOperationSettings()

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

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

Returns

removeFulfillmentPlacesSettings()

public UnaryCallSettings<RemoveFulfillmentPlacesRequest,Operation> removeFulfillmentPlacesSettings()

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

Returns

removeLocalInventoriesOperationSettings()

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

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

Returns

removeLocalInventoriesSettings()

public UnaryCallSettings<RemoveLocalInventoriesRequest,Operation> removeLocalInventoriesSettings()

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

Returns

setInventoryOperationSettings()

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

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

Returns

setInventorySettings()

public UnaryCallSettings<SetInventoryRequest,Operation> setInventorySettings()

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

Returns

toBuilder()

public ProductServiceSettings.Builder toBuilder()

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

Returns Overrides

updateProductSettings()

public UnaryCallSettings<UpdateProductRequest,Product> updateProductSettings()

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

Returns