public sealed class EventServiceSettings : ServiceSettingsBase
Settings for EventServiceClient instances.
Namespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
EventServiceSettings()
public EventServiceSettings()
Constructs a new EventServiceSettings object with default settings.
Properties
CreateClientEventSettings
public CallSettings CreateClientEventSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EventServiceClient.CreateClientEvent
and EventServiceClient.CreateClientEventAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 30 seconds.
Methods
Clone()
public EventServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
EventServiceSettings | A deep clone of this EventServiceSettings object. |
GetDefault()
public static EventServiceSettings GetDefault()
Get a new instance of the default EventServiceSettings.
Returns | |
---|---|
Type | Description |
EventServiceSettings | A new instance of the default EventServiceSettings. |