Class ProductServiceSettings (1.1.0)

public sealed class ProductServiceSettings : ServiceSettingsBase

Settings for ProductServiceClient instances.

Inheritance

Object > ServiceSettingsBase > ProductServiceSettings

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ProductServiceSettings()

public ProductServiceSettings()

Constructs a new ProductServiceSettings object with default settings.

Properties

CreateProductSettings

public CallSettings CreateProductSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ProductServiceClient.CreateProduct and ProductServiceClient.CreateProductAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

DeleteProductSettings

public CallSettings DeleteProductSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ProductServiceClient.DeleteProduct and ProductServiceClient.DeleteProductAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

GetProductSettings

public CallSettings GetProductSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ProductServiceClient.GetProduct and ProductServiceClient.GetProductAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

ImportProductsOperationsSettings

public OperationsSettings ImportProductsOperationsSettings { get; set; }

Long Running Operation settings for calls to ProductServiceClient.ImportProducts and ProductServiceClient.ImportProductsAsync.

Property Value
TypeDescription
Google.LongRunning.OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

ImportProductsSettings

public CallSettings ImportProductsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ProductServiceClient.ImportProducts and ProductServiceClient.ImportProductsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

UpdateProductSettings

public CallSettings UpdateProductSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ProductServiceClient.UpdateProduct and ProductServiceClient.UpdateProductAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

Methods

Clone()

public ProductServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
ProductServiceSettings

A deep clone of this ProductServiceSettings object.

GetDefault()

public static ProductServiceSettings GetDefault()

Get a new instance of the default ProductServiceSettings.

Returns
TypeDescription
ProductServiceSettings

A new instance of the default ProductServiceSettings.