KMS Inventory v1 API - Class KeyTrackingServiceSettings (1.3.0)

public sealed class KeyTrackingServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the KMS Inventory v1 API class KeyTrackingServiceSettings.

Settings for KeyTrackingServiceClient instances.

Inheritance

object > ServiceSettingsBase > KeyTrackingServiceSettings

Namespace

Google.Cloud.Kms.Inventory.V1

Assembly

Google.Cloud.Kms.Inventory.V1.dll

Constructors

KeyTrackingServiceSettings()

public KeyTrackingServiceSettings()

Constructs a new KeyTrackingServiceSettings object with default settings.

Properties

GetProtectedResourcesSummarySettings

public CallSettings GetProtectedResourcesSummarySettings { get; set; }

CallSettings for synchronous and asynchronous calls to KeyTrackingServiceClient.GetProtectedResourcesSummary and KeyTrackingServiceClient.GetProtectedResourcesSummaryAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

SearchProtectedResourcesSettings

public CallSettings SearchProtectedResourcesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to KeyTrackingServiceClient.SearchProtectedResources and KeyTrackingServiceClient.SearchProtectedResourcesAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public KeyTrackingServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
KeyTrackingServiceSettings

A deep clone of this KeyTrackingServiceSettings object.

GetDefault()

public static KeyTrackingServiceSettings GetDefault()

Get a new instance of the default KeyTrackingServiceSettings.

Returns
TypeDescription
KeyTrackingServiceSettings

A new instance of the default KeyTrackingServiceSettings.