Class UserEventServiceSettings (1.0.0)

public sealed class UserEventServiceSettings : ServiceSettingsBase

Settings for UserEventServiceClient instances.

Inheritance

System.Object > Google.Api.Gax.Grpc.ServiceSettingsBase > UserEventServiceSettings

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UserEventServiceSettings()

public UserEventServiceSettings()

Constructs a new UserEventServiceSettings object with default settings.

Properties

CollectUserEventSettings

public CallSettings CollectUserEventSettings { get; set; }

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to UserEventServiceClient.CollectUserEvent and UserEventServiceClient.CollectUserEventAsync.

Property Value
TypeDescription
Google.Api.Gax.Grpc.CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

ImportUserEventsOperationsSettings

public OperationsSettings ImportUserEventsOperationsSettings { get; set; }

Long Running Operation settings for calls to UserEventServiceClient.ImportUserEvents and UserEventServiceClient.ImportUserEventsAsync.

Property Value
TypeDescription
Google.LongRunning.OperationsSettings
Remarks

Uses default Google.Api.Gax.PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

ImportUserEventsSettings

public CallSettings ImportUserEventsSettings { get; set; }

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to UserEventServiceClient.ImportUserEvents and UserEventServiceClient.ImportUserEventsAsync.

Property Value
TypeDescription
Google.Api.Gax.Grpc.CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

PurgeUserEventsOperationsSettings

public OperationsSettings PurgeUserEventsOperationsSettings { get; set; }

Long Running Operation settings for calls to UserEventServiceClient.PurgeUserEvents and UserEventServiceClient.PurgeUserEventsAsync.

Property Value
TypeDescription
Google.LongRunning.OperationsSettings
Remarks

Uses default Google.Api.Gax.PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

PurgeUserEventsSettings

public CallSettings PurgeUserEventsSettings { get; set; }

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to UserEventServiceClient.PurgeUserEvents and UserEventServiceClient.PurgeUserEventsAsync.

Property Value
TypeDescription
Google.Api.Gax.Grpc.CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

RejoinUserEventsOperationsSettings

public OperationsSettings RejoinUserEventsOperationsSettings { get; set; }

Long Running Operation settings for calls to UserEventServiceClient.RejoinUserEvents and UserEventServiceClient.RejoinUserEventsAsync.

Property Value
TypeDescription
Google.LongRunning.OperationsSettings
Remarks

Uses default Google.Api.Gax.PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

RejoinUserEventsSettings

public CallSettings RejoinUserEventsSettings { get; set; }

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to UserEventServiceClient.RejoinUserEvents and UserEventServiceClient.RejoinUserEventsAsync.

Property Value
TypeDescription
Google.Api.Gax.Grpc.CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

WriteUserEventSettings

public CallSettings WriteUserEventSettings { get; set; }

Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to UserEventServiceClient.WriteUserEvent and UserEventServiceClient.WriteUserEventAsync.

Property Value
TypeDescription
Google.Api.Gax.Grpc.CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Timeout: 60 seconds.

Methods

Clone()

public UserEventServiceSettings Clone()

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

Returns
TypeDescription
UserEventServiceSettings

A deep clone of this UserEventServiceSettings object.

GetDefault()

public static UserEventServiceSettings GetDefault()

Get a new instance of the default UserEventServiceSettings.

Returns
TypeDescription
UserEventServiceSettings

A new instance of the default UserEventServiceSettings.