[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation provides details for the \u003ccode\u003eDataStoreServiceSettings\u003c/code\u003e class, which is used to configure settings for \u003ccode\u003eDataStoreServiceClient\u003c/code\u003e instances in the Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataStoreServiceSettings\u003c/code\u003e class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and includes properties to manage operations like creating, deleting, getting, and updating data stores, as well as listing them.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes long-running operation settings, such as \u003ccode\u003eCreateDataStoreOperationsSettings\u003c/code\u003e and \u003ccode\u003eDeleteDataStoreOperationsSettings\u003c/code\u003e, which define polling behaviors like initial delay, delay multiplier, and total timeout.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDataStoreServiceSettings\u003c/code\u003e also contains various \u003ccode\u003eCallSettings\u003c/code\u003e properties, which manage synchronous and asynchronous call settings to the DataStoreServiceClient methods, and these have no retries or timeouts by default.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation also explains how to create a new instance with default settings via the constructor or using the \u003ccode\u003eGetDefault\u003c/code\u003e method and clone them using \u003ccode\u003eClone\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class DataStoreServiceSettings (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStoreServiceSettings)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.DataStoreServiceSettings) \n\n public sealed class DataStoreServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Discovery Engine v1beta API class DataStoreServiceSettings.\n\nSettings for [DataStoreServiceClient](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStoreServiceClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e DataStoreServiceSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### DataStoreServiceSettings()\n\n public DataStoreServiceSettings()\n\nConstructs a new [DataStoreServiceSettings](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStoreServiceSettings) object with default settings.\n\nProperties\n----------\n\n### CreateDataStoreOperationsSettings\n\n public OperationsSettings CreateDataStoreOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `DataStoreServiceClient.CreateDataStore` and\n`DataStoreServiceClient.CreateDataStoreAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### CreateDataStoreSettings\n\n public CallSettings CreateDataStoreSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DataStoreServiceClient.CreateDataStore` and `DataStoreServiceClient.CreateDataStoreAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### DeleteDataStoreOperationsSettings\n\n public OperationsSettings DeleteDataStoreOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `DataStoreServiceClient.DeleteDataStore` and\n`DataStoreServiceClient.DeleteDataStoreAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### DeleteDataStoreSettings\n\n public CallSettings DeleteDataStoreSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DataStoreServiceClient.DeleteDataStore` and `DataStoreServiceClient.DeleteDataStoreAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### GetDataStoreSettings\n\n public CallSettings GetDataStoreSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DataStoreServiceClient.GetDataStore` and `DataStoreServiceClient.GetDataStoreAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### ListDataStoresSettings\n\n public CallSettings ListDataStoresSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DataStoreServiceClient.ListDataStores` and `DataStoreServiceClient.ListDataStoresAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### LocationsSettings\n\n public LocationsSettings LocationsSettings { get; set; }\n\nThe settings to use for the [LocationsClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.LocationsClient.html) associated with the client.\n\n### UpdateDataStoreSettings\n\n public CallSettings UpdateDataStoreSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DataStoreServiceClient.UpdateDataStore` and `DataStoreServiceClient.UpdateDataStoreAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\nMethods\n-------\n\n### Clone()\n\n public DataStoreServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static DataStoreServiceSettings GetDefault()\n\nGet a new instance of the default [DataStoreServiceSettings](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.DataStoreServiceSettings)."]]