Show / Hide Table of Contents

Class AlphaAnalyticsDataSettings

Settings for AlphaAnalyticsDataClient instances.

Inheritance
System.Object
Google.Api.Gax.Grpc.ServiceSettingsBase
AlphaAnalyticsDataSettings
Inherited Members
Google.Api.Gax.Grpc.ServiceSettingsBase.VersionHeaderBuilder
Google.Api.Gax.Grpc.ServiceSettingsBase.CallSettings
Google.Api.Gax.Grpc.ServiceSettingsBase.Clock
Google.Api.Gax.Grpc.ServiceSettingsBase.Scheduler
Google.Api.Gax.Grpc.ServiceSettingsBase.Interceptor
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Alpha
Assembly: Google.Analytics.Data.V1Alpha.dll
Syntax
public sealed class AlphaAnalyticsDataSettings : ServiceSettingsBase

Constructors

AlphaAnalyticsDataSettings()

Constructs a new AlphaAnalyticsDataSettings object with default settings.

Declaration
public AlphaAnalyticsDataSettings()

Properties

BatchRunPivotReportsSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to AlphaAnalyticsDataClient.BatchRunPivotReports and AlphaAnalyticsDataClient.BatchRunPivotReportsAsync.

Declaration
public CallSettings BatchRunPivotReportsSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

BatchRunReportsSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to AlphaAnalyticsDataClient.BatchRunReports and AlphaAnalyticsDataClient.BatchRunReportsAsync.

Declaration
public CallSettings BatchRunReportsSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetMetadataSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to AlphaAnalyticsDataClient.GetMetadata and AlphaAnalyticsDataClient.GetMetadataAsync.

Declaration
public CallSettings GetMetadataSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Timeout: 60 seconds.

RunPivotReportSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to AlphaAnalyticsDataClient.RunPivotReport and AlphaAnalyticsDataClient.RunPivotReportAsync.

Declaration
public CallSettings RunPivotReportSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

RunRealtimeReportSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to AlphaAnalyticsDataClient.RunRealtimeReport and AlphaAnalyticsDataClient.RunRealtimeReportAsync .

Declaration
public CallSettings RunRealtimeReportSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Timeout: 60 seconds.

RunReportSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to AlphaAnalyticsDataClient.RunReport and AlphaAnalyticsDataClient.RunReportAsync.

Declaration
public CallSettings RunReportSettings { get; set; }
Property Value
Type Description
Google.Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

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

Declaration
public AlphaAnalyticsDataSettings Clone()
Returns
Type Description
AlphaAnalyticsDataSettings

A deep clone of this AlphaAnalyticsDataSettings object.

GetDefault()

Get a new instance of the default AlphaAnalyticsDataSettings.

Declaration
public static AlphaAnalyticsDataSettings GetDefault()
Returns
Type Description
AlphaAnalyticsDataSettings

A new instance of the default AlphaAnalyticsDataSettings.

In This Article
Back to top