public CallSettings ListAuthorizedDomainsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AuthorizedDomainsClient.ListAuthorizedDomains and
AuthorizedDomainsClient.ListAuthorizedDomainsAsync.
[[["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."],[[["This document provides reference information for the `AuthorizedDomainsSettings` class within the Google Cloud App Engine v1 API, specifically version 2.3.0, and details how to configure `AuthorizedDomainsClient` instances."],["`AuthorizedDomainsSettings` is a sealed class that inherits from `ServiceSettingsBase` and is designed for configuring settings related to authorized domains in the App Engine API."],["The class includes a constructor to create a new `AuthorizedDomainsSettings` object with default settings and offers a `Clone()` method for deep cloning instances, with the ability to retrieve default settings via `GetDefault()`."],["It provides a `ListAuthorizedDomainsSettings` property that handles the `CallSettings` for calls to `AuthorizedDomainsClient.ListAuthorizedDomains`, which is not retried and has a timeout of 60 seconds."],["The documentation references multiple previous versions of this class, ranging from version 1.0.0 up to the latest version 2.4.0, in the version history section."]]],[]]