public CallSettings ResolveServiceSettings { get; set; }
Google.Api.Gax.Grpc.CallSettings for synchronous and asynchronous calls to
LookupServiceClient.ResolveService and LookupServiceClient.ResolveServiceAsync.
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
Timeout: 15 seconds.
Methods
Clone()
public LookupServiceSettings 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 `LookupServiceSettings` class provides settings for `LookupServiceClient` instances within the `Google.Cloud.ServiceDirectory.V1` namespace."],["Version 2.6.0 is the latest release, with versions ranging down to 1.0.0 available, providing options for different .NET compatibility needs, and the specific version of the class can be selected through the version links provided."],["The `LookupServiceSettings` class includes `ResolveServiceSettings` to manage synchronous and asynchronous calls to `LookupServiceClient.ResolveService`, along with configurations for retry delays, maximum attempts, and timeout periods."],["Default settings for `LookupServiceSettings` can be obtained using `GetDefault()`, while a deep copy of the current settings can be made with `Clone()`."],["The `LookupServiceSettings` class inherits from `ServiceSettingsBase`, granting it common functionalities such as `VersionHeaderBuilder`, `CallSettings`, `Clock`, `Scheduler`, and `Interceptor`."]]],[]]