Discovery Engine v1beta API - Class CompletionServiceSettings (1.0.0-beta06)

public sealed class CompletionServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Discovery Engine v1beta API class CompletionServiceSettings.

Settings for CompletionServiceClient instances.

Inheritance

object > ServiceSettingsBase > CompletionServiceSettings

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 5000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 5 seconds.

Methods

Clone()

public CompletionServiceSettings Clone()

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

Returns
TypeDescription
CompletionServiceSettings

A deep clone of this CompletionServiceSettings object.

GetDefault()

public static CompletionServiceSettings GetDefault()

Get a new instance of the default CompletionServiceSettings.

Returns
TypeDescription
CompletionServiceSettings

A new instance of the default CompletionServiceSettings.