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

public sealed class DataStoreServiceSettings : ServiceSettingsBase

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

Settings for DataStoreServiceClient instances.

Inheritance

object > ServiceSettingsBase > DataStoreServiceSettings

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

DataStoreServiceSettings()

public DataStoreServiceSettings()

Constructs a new DataStoreServiceSettings object with default settings.

Properties

CreateDataStoreOperationsSettings

public OperationsSettings CreateDataStoreOperationsSettings { get; set; }

Long Running Operation settings for calls to DataStoreServiceClient.CreateDataStore and DataStoreServiceClient.CreateDataStoreAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

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

CreateDataStoreSettings

public CallSettings CreateDataStoreSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataStoreServiceClient.CreateDataStore and DataStoreServiceClient.CreateDataStoreAsync.

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

DeleteDataStoreOperationsSettings

public OperationsSettings DeleteDataStoreOperationsSettings { get; set; }

Long Running Operation settings for calls to DataStoreServiceClient.DeleteDataStore and DataStoreServiceClient.DeleteDataStoreAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

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

DeleteDataStoreSettings

public CallSettings DeleteDataStoreSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataStoreServiceClient.DeleteDataStore and DataStoreServiceClient.DeleteDataStoreAsync.

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

GetDataStoreSettings

public CallSettings GetDataStoreSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataStoreServiceClient.GetDataStore and DataStoreServiceClient.GetDataStoreAsync.

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

ListDataStoresSettings

public CallSettings ListDataStoresSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataStoreServiceClient.ListDataStores and DataStoreServiceClient.ListDataStoresAsync.

Property Value
TypeDescription
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
TypeDescription
LocationsSettings

UpdateDataStoreSettings

public CallSettings UpdateDataStoreSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataStoreServiceClient.UpdateDataStore and DataStoreServiceClient.UpdateDataStoreAsync.

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

Methods

Clone()

public DataStoreServiceSettings Clone()

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

Returns
TypeDescription
DataStoreServiceSettings

A deep clone of this DataStoreServiceSettings object.

GetDefault()

public static DataStoreServiceSettings GetDefault()

Get a new instance of the default DataStoreServiceSettings.

Returns
TypeDescription
DataStoreServiceSettings

A new instance of the default DataStoreServiceSettings.