public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class GetSettingsRequest.
Required. The resource name of the settings to retrieve.
Format:
organizations/{organization}/locations/{location}/settings or
projects/{projects}/locations/{location}/settings.
[[["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 documentation for the `GetSettingsRequest` class within the Google Cloud Advisory Notifications v1 API, specifically for version 1.6.0."],["The `GetSettingsRequest` class is used to request settings via the `GetSettings` endpoint, and it inherits from `object` while implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetSettingsRequest` class includes properties like `Name`, which is a required string specifying the resource name of the settings to retrieve, and `SettingsName`, which provides a typed view over the resource name property."],["The document lists all the available versions for the API, starting with the latest 1.7.0 and going back to 1.0.0."],["The class has two constructors, a default one, and another one that takes another `GetSettingsRequest` as a parameter."]]],[]]