Class UserEventServiceSettings
Settings for UserEventServiceClient instances.
Inherited Members
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class UserEventServiceSettings : ServiceSettingsBase
Constructors
UserEventServiceSettings()
Constructs a new UserEventServiceSettings object with default settings.
Declaration
public UserEventServiceSettings()
Properties
CollectUserEventSettings
CallSettings for synchronous and asynchronous calls to
UserEventServiceClient.CollectUserEvent
and UserEventServiceClient.CollectUserEventAsync
.
Declaration
public CallSettings CollectUserEventSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
ImportUserEventsOperationsSettings
Long Running Operation settings for calls to UserEventServiceClient.ImportUserEvents
and
UserEventServiceClient.ImportUserEventsAsync
.
Declaration
public OperationsSettings ImportUserEventsOperationsSettings { get; set; }
Property Value
Type | Description |
---|---|
OperationsSettings |
Remarks
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
ImportUserEventsSettings
CallSettings for synchronous and asynchronous calls to
UserEventServiceClient.ImportUserEvents
and UserEventServiceClient.ImportUserEventsAsync
.
Declaration
public CallSettings ImportUserEventsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
PurgeUserEventsOperationsSettings
Long Running Operation settings for calls to UserEventServiceClient.PurgeUserEvents
and
UserEventServiceClient.PurgeUserEventsAsync
.
Declaration
public OperationsSettings PurgeUserEventsOperationsSettings { get; set; }
Property Value
Type | Description |
---|---|
OperationsSettings |
Remarks
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
PurgeUserEventsSettings
CallSettings for synchronous and asynchronous calls to
UserEventServiceClient.PurgeUserEvents
and UserEventServiceClient.PurgeUserEventsAsync
.
Declaration
public CallSettings PurgeUserEventsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
RejoinUserEventsOperationsSettings
Long Running Operation settings for calls to UserEventServiceClient.RejoinUserEvents
and
UserEventServiceClient.RejoinUserEventsAsync
.
Declaration
public OperationsSettings RejoinUserEventsOperationsSettings { get; set; }
Property Value
Type | Description |
---|---|
OperationsSettings |
Remarks
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
RejoinUserEventsSettings
CallSettings for synchronous and asynchronous calls to
UserEventServiceClient.RejoinUserEvents
and UserEventServiceClient.RejoinUserEventsAsync
.
Declaration
public CallSettings RejoinUserEventsSettings { get; set; }
Property Value
Type | Description |
---|---|
CallSettings |
Remarks
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Timeout: 60 seconds.
WriteUserEventSettings
CallSettings for synchronous and asynchronous calls to
UserEventServiceClient.WriteUserEvent
and UserEventServiceClient.WriteUserEventAsync
.
Declaration
public CallSettings WriteUserEventSettings { get; set; }
Property Value
Type | Description |
---|---|
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()
Creates a deep clone of this object, with all the same property values.
Declaration
public UserEventServiceSettings Clone()
Returns
Type | Description |
---|---|
UserEventServiceSettings | A deep clone of this UserEventServiceSettings object. |
GetDefault()
Get a new instance of the default UserEventServiceSettings.
Declaration
public static UserEventServiceSettings GetDefault()
Returns
Type | Description |
---|---|
UserEventServiceSettings | A new instance of the default UserEventServiceSettings. |