Show / Hide Table of Contents

Class MerchantReviewsServiceSettings

Settings for MerchantReviewsServiceClient instances.

Inheritance
object
ServiceSettingsBase
MerchantReviewsServiceSettings
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 MerchantReviewsServiceSettings : ServiceSettingsBase

Constructors

MerchantReviewsServiceSettings()

Constructs a new MerchantReviewsServiceSettings object with default settings.

Declaration
public MerchantReviewsServiceSettings()

Properties

DeleteMerchantReviewSettings

CallSettings for synchronous and asynchronous calls to MerchantReviewsServiceClient.DeleteMerchantReview and MerchantReviewsServiceClient.DeleteMerchantReviewAsync.

Declaration
public CallSettings DeleteMerchantReviewSettings { 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.

GetMerchantReviewSettings

CallSettings for synchronous and asynchronous calls to MerchantReviewsServiceClient.GetMerchantReview and MerchantReviewsServiceClient.GetMerchantReviewAsync.

Declaration
public CallSettings GetMerchantReviewSettings { 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.

InsertMerchantReviewSettings

CallSettings for synchronous and asynchronous calls to MerchantReviewsServiceClient.InsertMerchantReview and MerchantReviewsServiceClient.InsertMerchantReviewAsync.

Declaration
public CallSettings InsertMerchantReviewSettings { 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.

ListMerchantReviewsSettings

CallSettings for synchronous and asynchronous calls to MerchantReviewsServiceClient.ListMerchantReviews and MerchantReviewsServiceClient.ListMerchantReviewsAsync.

Declaration
public CallSettings ListMerchantReviewsSettings { 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 MerchantReviewsServiceSettings Clone()
Returns
Type Description
MerchantReviewsServiceSettings

A deep clone of this MerchantReviewsServiceSettings object.

GetDefault()

Get a new instance of the default MerchantReviewsServiceSettings.

Declaration
public static MerchantReviewsServiceSettings GetDefault()
Returns
Type Description
MerchantReviewsServiceSettings

A new instance of the default MerchantReviewsServiceSettings.

In this article
Back to top Generated by DocFX