public sealed class GetSettingRequest : IMessage<GetSettingRequest>, IEquatable<GetSettingRequest>, IDeepCloneable<GetSettingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Resource Settings v1 API class GetSettingRequest.
[[["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 `GetSettingRequest` class within the Google Cloud Resource Settings v1 API, specifically version 2.2.0."],["The `GetSettingRequest` class is a request message used to retrieve a specific setting, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetSettingRequest` class has properties such as `Name`, `SettingName`, and `View`, which are used to specify the setting to be retrieved and the desired view of the setting."],["The latest version of this API is 2.5.0, and the documentation includes links to prior versions ranging from 1.0.0 up to 2.5.0, demonstrating the history of this API."],["There are two constructors available for the GetSettingRequest class, a parameterless constructor and one that accepts another instance of the GetSettingRequest class."]]],[]]