Show / Hide Table of Contents

Class BetaAnalyticsDataSettings

Settings for BetaAnalyticsDataClient instances.

Inheritance
System.Object
Google.Api.Gax.Grpc.ServiceSettingsBase
BetaAnalyticsDataSettings
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.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class BetaAnalyticsDataSettings : ServiceSettingsBase

Constructors

BetaAnalyticsDataSettings()

Constructs a new BetaAnalyticsDataSettings object with default settings.

Declaration
public BetaAnalyticsDataSettings()

Properties

BatchRunPivotReportsSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.BatchRunPivotReports and BetaAnalyticsDataClient.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 BetaAnalyticsDataClient.BatchRunReports and BetaAnalyticsDataClient.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.

CheckCompatibilitySettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.CheckCompatibility and BetaAnalyticsDataClient.CheckCompatibilityAsync .

Declaration
public CallSettings CheckCompatibilitySettings { 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
  • Retriable status codes: Grpc.Core.StatusCode.Unknown.
  • Timeout: 60 seconds.

GetMetadataSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.GetMetadata and BetaAnalyticsDataClient.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
  • Retriable status codes: Grpc.Core.StatusCode.Unknown.
  • Timeout: 60 seconds.

RunPivotReportSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.RunPivotReport and BetaAnalyticsDataClient.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 BetaAnalyticsDataClient.RunRealtimeReport and BetaAnalyticsDataClient.RunRealtimeReportAsync.

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

RunReportSettings

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to BetaAnalyticsDataClient.RunReport and BetaAnalyticsDataClient.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 BetaAnalyticsDataSettings Clone()
Returns
Type Description
BetaAnalyticsDataSettings

A deep clone of this BetaAnalyticsDataSettings object.

GetDefault()

Get a new instance of the default BetaAnalyticsDataSettings.

Declaration
public static BetaAnalyticsDataSettings GetDefault()
Returns
Type Description
BetaAnalyticsDataSettings

A new instance of the default BetaAnalyticsDataSettings.

In This Article
Back to top