public sealed class CompletionServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Retail v2 API class CompletionServiceSettings.
Settings for CompletionServiceClient instances.
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
CompletionServiceSettings()
public CompletionServiceSettings()
Constructs a new CompletionServiceSettings object with default settings.
Properties
CompleteQuerySettings
public CallSettings CompleteQuerySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CompletionServiceClient.CompleteQuery
and CompletionServiceClient.CompleteQueryAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 5000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable, DeadlineExceeded.
- Timeout: 5 seconds.
ImportCompletionDataOperationsSettings
public OperationsSettings ImportCompletionDataOperationsSettings { get; set; }
Long Running Operation settings for calls to CompletionServiceClient.ImportCompletionData
and
CompletionServiceClient.ImportCompletionDataAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
ImportCompletionDataSettings
public CallSettings ImportCompletionDataSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CompletionServiceClient.ImportCompletionData
and CompletionServiceClient.ImportCompletionDataAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 5000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable, DeadlineExceeded.
- Timeout: 5 seconds.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
Methods
Clone()
public CompletionServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
CompletionServiceSettings |
A deep clone of this CompletionServiceSettings object. |
GetDefault()
public static CompletionServiceSettings GetDefault()
Get a new instance of the default CompletionServiceSettings.
Returns | |
---|---|
Type | Description |
CompletionServiceSettings |
A new instance of the default CompletionServiceSettings. |