Chronicle v1 API - Class BigQueryExportServiceSettings (1.0.0-beta05)

public sealed class BigQueryExportServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Chronicle v1 API class BigQueryExportServiceSettings.

Settings for BigQueryExportServiceClient instances.

Inheritance

object > ServiceSettingsBase > BigQueryExportServiceSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

BigQueryExportServiceSettings()

public BigQueryExportServiceSettings()

Constructs a new BigQueryExportServiceSettings object with default settings.

Properties

GetBigQueryExportSettings

public CallSettings GetBigQueryExportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BigQueryExportServiceClient.GetBigQueryExport and BigQueryExportServiceClient.GetBigQueryExportAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 120000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 120 seconds.

ProvisionBigQueryExportSettings

public CallSettings ProvisionBigQueryExportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BigQueryExportServiceClient.ProvisionBigQueryExport and BigQueryExportServiceClient.ProvisionBigQueryExportAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 120000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 120 seconds.

UpdateBigQueryExportSettings

public CallSettings UpdateBigQueryExportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BigQueryExportServiceClient.UpdateBigQueryExport and BigQueryExportServiceClient.UpdateBigQueryExportAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 120000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: Unavailable.
  • Timeout: 120 seconds.

Methods

Clone()

public BigQueryExportServiceSettings Clone()

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

Returns
Type Description
BigQueryExportServiceSettings

A deep clone of this BigQueryExportServiceSettings object.

GetDefault()

public static BigQueryExportServiceSettings GetDefault()

Get a new instance of the default BigQueryExportServiceSettings.

Returns
Type Description
BigQueryExportServiceSettings

A new instance of the default BigQueryExportServiceSettings.