public sealed class PrivateCatalogSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class PrivateCatalogSettings.
Settings for PrivateCatalogClient instances.
Namespace
Google.Cloud.PrivateCatalog.V1Beta1Assembly
Google.Cloud.PrivateCatalog.V1Beta1.dll
Constructors
PrivateCatalogSettings()
public PrivateCatalogSettings()
Constructs a new PrivateCatalogSettings object with default settings.
Properties
SearchCatalogsSettings
public CallSettings SearchCatalogsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PrivateCatalogClient.SearchCatalogs
and PrivateCatalogClient.SearchCatalogsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
SearchProductsSettings
public CallSettings SearchProductsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PrivateCatalogClient.SearchProducts
and PrivateCatalogClient.SearchProductsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
SearchVersionsSettings
public CallSettings SearchVersionsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
PrivateCatalogClient.SearchVersions
and PrivateCatalogClient.SearchVersionsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public PrivateCatalogSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
PrivateCatalogSettings |
A deep clone of this PrivateCatalogSettings object. |
GetDefault()
public static PrivateCatalogSettings GetDefault()
Get a new instance of the default PrivateCatalogSettings.
Returns | |
---|---|
Type | Description |
PrivateCatalogSettings |
A new instance of the default PrivateCatalogSettings. |