Class MerchantReviewsServiceSettings
Settings for MerchantReviewsServiceClient instances.
Inherited Members
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. |