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 Resource Settings v1 API in .NET."],["`GetSettingRequest` is used to request a specific setting and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Name` (string), `SettingName` (a typed view over the resource name), and `View` (for specifying the desired setting view)."],["There are multiple versions of the documentation ranging from 1.0.0 to 2.5.0 (latest) for the Google.Cloud.ResourceSettings.V1 package."],["`GetSettingRequest` includes two constructors, a default one, and one which takes in another `GetSettingRequest` as a parameter."]]],[]]