public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class GetSettingsRequest.
The parameters to
[GetSettings][google.logging.v2.ConfigServiceV2.GetSettings].
Note: Settings for the Log Router can be get for Google Cloud projects,
folders, organizations and billing accounts. Currently it can only be
configured for organizations. Once configured for an organization, it
applies to all projects and folders in the Google Cloud organization.
[[["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 `GetSettingsRequest` class within the Google Cloud Logging v2 API, specifically version 4.1.0."],["`GetSettingsRequest` is used to retrieve settings for the Log Router, and it can be applied to projects, folders, organizations, and billing accounts, with current configurability limited to organizations."],["The `GetSettingsRequest` class includes properties such as `Name` (a string) and `SettingsName` (a `SettingsName` type), which are essential for specifying the resource settings to be retrieved."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and it contains constructors for default and copy construction."],["There are multiple versions of the `GetSettingsRequest` document available, ranging from 3.3.0 up to 4.4.0, with 4.4.0 being the latest."]]],[]]