public sealed class CloudCatalogSettings : ServiceSettingsBaseReference documentation and code samples for the Google Cloud Billing v1 API class CloudCatalogSettings.
Settings for CloudCatalogClient instances.
Namespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
CloudCatalogSettings()
public CloudCatalogSettings()Constructs a new CloudCatalogSettings object with default settings.
Properties
ListServicesSettings
public CallSettings ListServicesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
CloudCatalogClient.ListServices and CloudCatalogClient.ListServicesAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
ListSkusSettings
public CallSettings ListSkusSettings { get; set; }CallSettings for synchronous and asynchronous calls to CloudCatalogClient.ListSkus
and CloudCatalogClient.ListSkusAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public CloudCatalogSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
CloudCatalogSettings |
A deep clone of this CloudCatalogSettings object. |
GetDefault()
public static CloudCatalogSettings GetDefault()Get a new instance of the default CloudCatalogSettings.
| Returns | |
|---|---|
| Type | Description |
CloudCatalogSettings |
A new instance of the default CloudCatalogSettings. |