Discovery Engine v1 API - Class ServingConfigServiceSettings (1.7.0)

public sealed class ServingConfigServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Discovery Engine v1 API class ServingConfigServiceSettings.

Settings for ServingConfigServiceClient instances.

Inheritance

object > ServiceSettingsBase > ServingConfigServiceSettings

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

ServingConfigServiceSettings()

public ServingConfigServiceSettings()

Constructs a new ServingConfigServiceSettings object with default settings.

Properties

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
Type Description
LocationsSettings

UpdateServingConfigSettings

public CallSettings UpdateServingConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ServingConfigServiceClient.UpdateServingConfig and ServingConfigServiceClient.UpdateServingConfigAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public ServingConfigServiceSettings Clone()

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

Returns
Type Description
ServingConfigServiceSettings

A deep clone of this ServingConfigServiceSettings object.

GetDefault()

public static ServingConfigServiceSettings GetDefault()

Get a new instance of the default ServingConfigServiceSettings.

Returns
Type Description
ServingConfigServiceSettings

A new instance of the default ServingConfigServiceSettings.