Cloud Private Catalog v1beta1 API - Class PrivateCatalogSettings (2.0.0-beta04)

public sealed class PrivateCatalogSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class PrivateCatalogSettings.

Settings for PrivateCatalogClient instances.

Inheritance

object > ServiceSettingsBase > PrivateCatalogSettings

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
PrivateCatalogSettings

A deep clone of this PrivateCatalogSettings object.

GetDefault()

public static PrivateCatalogSettings GetDefault()

Get a new instance of the default PrivateCatalogSettings.

Returns
TypeDescription
PrivateCatalogSettings

A new instance of the default PrivateCatalogSettings.