Discovery Engine v1beta API - Class ServingConfigServiceSettings (1.0.0-beta12)

public sealed class ServingConfigServiceSettings : ServiceSettingsBase

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

Settings for ServingConfigServiceClient instances.

Inheritance

object > ServiceSettingsBase > ServingConfigServiceSettings

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ServingConfigServiceSettings()

public ServingConfigServiceSettings()

Constructs a new ServingConfigServiceSettings object with default settings.

Properties

GetServingConfigSettings

public CallSettings GetServingConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ServingConfigServiceClient.GetServingConfig and ServingConfigServiceClient.GetServingConfigAsync .

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

ListServingConfigsSettings

public CallSettings ListServingConfigsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ServingConfigServiceClient.ListServingConfigs and ServingConfigServiceClient.ListServingConfigsAsync.

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

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.