[[["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\u003eThe \u003ccode\u003ePrivateCatalogSettings\u003c/code\u003e class provides settings for configuring \u003ccode\u003ePrivateCatalogClient\u003c/code\u003e instances within the Cloud Private Catalog v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and includes members like \u003ccode\u003eVersionHeaderBuilder\u003c/code\u003e, \u003ccode\u003eCallSettings\u003c/code\u003e, \u003ccode\u003eClock\u003c/code\u003e, \u003ccode\u003eScheduler\u003c/code\u003e, and \u003ccode\u003eInterceptor\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows configuration for synchronous and asynchronous calls to \u003ccode\u003eSearchCatalogs\u003c/code\u003e, \u003ccode\u003eSearchProducts\u003c/code\u003e, and \u003ccode\u003eSearchVersions\u003c/code\u003e methods via their respective settings properties.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePrivateCatalogSettings\u003c/code\u003e offers methods to clone the current object with \u003ccode\u003eClone()\u003c/code\u003e and to retrieve a new instance with default settings using \u003ccode\u003eGetDefault()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Private Catalog v1beta1 API - Class PrivateCatalogSettings (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalogSettings)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/2.0.0-beta04/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalogSettings)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/1.0.0-beta02/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalogSettings) \n\n public sealed class PrivateCatalogSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Cloud Private Catalog v1beta1 API class PrivateCatalogSettings.\n\nSettings for [PrivateCatalogClient](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalogClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \\\u003e PrivateCatalogSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Clock](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Scheduler](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Interceptor](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \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.PrivateCatalog.V1Beta1](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.PrivateCatalog.V1Beta1.dll\n\nConstructors\n------------\n\n### PrivateCatalogSettings()\n\n public PrivateCatalogSettings()\n\nConstructs a new [PrivateCatalogSettings](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalogSettings) object with default settings.\n\nProperties\n----------\n\n### SearchCatalogsSettings\n\n public CallSettings SearchCatalogsSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`PrivateCatalogClient.SearchCatalogs` and `PrivateCatalogClient.SearchCatalogsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### SearchProductsSettings\n\n public CallSettings SearchProductsSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`PrivateCatalogClient.SearchProducts` and `PrivateCatalogClient.SearchProductsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### SearchVersionsSettings\n\n public CallSettings SearchVersionsSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`PrivateCatalogClient.SearchVersions` and `PrivateCatalogClient.SearchVersionsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\nMethods\n-------\n\n### Clone()\n\n public PrivateCatalogSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static PrivateCatalogSettings GetDefault()\n\nGet a new instance of the default [PrivateCatalogSettings](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalogSettings)."]]