Discovery Engine v1 API - Class CmekConfigServiceSettings (1.8.0)

public sealed class CmekConfigServiceSettings : ServiceSettingsBase

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

Settings for CmekConfigServiceClient instances.

Inheritance

object > ServiceSettingsBase > CmekConfigServiceSettings

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

CmekConfigServiceSettings()

public CmekConfigServiceSettings()

Constructs a new CmekConfigServiceSettings object with default settings.

Properties

DeleteCmekConfigOperationsSettings

public OperationsSettings DeleteCmekConfigOperationsSettings { get; set; }

Long Running Operation settings for calls to CmekConfigServiceClient.DeleteCmekConfig and CmekConfigServiceClient.DeleteCmekConfigAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteCmekConfigSettings

public CallSettings DeleteCmekConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to CmekConfigServiceClient.DeleteCmekConfig and CmekConfigServiceClient.DeleteCmekConfigAsync.

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

GetCmekConfigSettings

public CallSettings GetCmekConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to CmekConfigServiceClient.GetCmekConfig and CmekConfigServiceClient.GetCmekConfigAsync.

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

ListCmekConfigsSettings

public CallSettings ListCmekConfigsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to CmekConfigServiceClient.ListCmekConfigs and CmekConfigServiceClient.ListCmekConfigsAsync.

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

UpdateCmekConfigOperationsSettings

public OperationsSettings UpdateCmekConfigOperationsSettings { get; set; }

Long Running Operation settings for calls to CmekConfigServiceClient.UpdateCmekConfig and CmekConfigServiceClient.UpdateCmekConfigAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UpdateCmekConfigSettings

public CallSettings UpdateCmekConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to CmekConfigServiceClient.UpdateCmekConfig and CmekConfigServiceClient.UpdateCmekConfigAsync.

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

Methods

Clone()

public CmekConfigServiceSettings Clone()

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

Returns
Type Description
CmekConfigServiceSettings

A deep clone of this CmekConfigServiceSettings object.

GetDefault()

public static CmekConfigServiceSettings GetDefault()

Get a new instance of the default CmekConfigServiceSettings.

Returns
Type Description
CmekConfigServiceSettings

A new instance of the default CmekConfigServiceSettings.