public CallSettings CreateClientEventSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
EventServiceClient.CreateClientEvent and EventServiceClient.CreateClientEventAsync.
Property Value
Type
Description
Google.Api.Gax.Grpc.CallSettings
Remarks
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EventServiceSettings` class provides configuration options for `EventServiceClient` instances, managing settings for client interactions."],["Version 2.7.0 is the latest version available for `EventServiceSettings` and previous versions are listed from 2.6.0 down to 1.0.0."],["`EventServiceSettings` includes a `CreateClientEventSettings` property to define behavior for calls to `EventServiceClient.CreateClientEvent` with a default timeout of 30 seconds and no retries."],["The `Clone()` method creates an independent copy of the `EventServiceSettings` object, ensuring that modifications to the clone do not affect the original."],["The `GetDefault()` method retrieves a new instance of `EventServiceSettings` initialized with default settings."]]],[]]