Show / Hide Table of Contents

Class ProductReviewsServiceSettings

Settings for ProductReviewsServiceClient instances.

Inheritance
object
ServiceSettingsBase
ProductReviewsServiceSettings
Inherited Members
ServiceSettingsBase.VersionHeaderBuilder
ServiceSettingsBase.CallSettings
ServiceSettingsBase.Clock
ServiceSettingsBase.Scheduler
ServiceSettingsBase.Interceptor
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Reviews.V1Beta
Assembly: Google.Shopping.Merchant.Reviews.V1Beta.dll
Syntax
public sealed class ProductReviewsServiceSettings : ServiceSettingsBase

Constructors

ProductReviewsServiceSettings()

Constructs a new ProductReviewsServiceSettings object with default settings.

Declaration
public ProductReviewsServiceSettings()

Properties

DeleteProductReviewSettings

CallSettings for synchronous and asynchronous calls to ProductReviewsServiceClient.DeleteProductReview and ProductReviewsServiceClient.DeleteProductReviewAsync.

Declaration
public CallSettings DeleteProductReviewSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

GetProductReviewSettings

CallSettings for synchronous and asynchronous calls to ProductReviewsServiceClient.GetProductReview and ProductReviewsServiceClient.GetProductReviewAsync .

Declaration
public CallSettings GetProductReviewSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

InsertProductReviewSettings

CallSettings for synchronous and asynchronous calls to ProductReviewsServiceClient.InsertProductReview and ProductReviewsServiceClient.InsertProductReviewAsync.

Declaration
public CallSettings InsertProductReviewSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

ListProductReviewsSettings

CallSettings for synchronous and asynchronous calls to ProductReviewsServiceClient.ListProductReviews and ProductReviewsServiceClient.ListProductReviewsAsync.

Declaration
public CallSettings ListProductReviewsSettings { get; set; }
Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

Methods

Clone()

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

Declaration
public ProductReviewsServiceSettings Clone()
Returns
Type Description
ProductReviewsServiceSettings

A deep clone of this ProductReviewsServiceSettings object.

GetDefault()

Get a new instance of the default ProductReviewsServiceSettings.

Declaration
public static ProductReviewsServiceSettings GetDefault()
Returns
Type Description
ProductReviewsServiceSettings

A new instance of the default ProductReviewsServiceSettings.

In this article
Back to top Generated by DocFX