Google Cloud Logging v2 API - Class GetSettingsRequest (4.3.0)

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].

See Enabling CMEK for Log Router for more information.

Inheritance

object > GetSettingsRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetSettingsRequest()

public GetSettingsRequest()

GetSettingsRequest(GetSettingsRequest)

public GetSettingsRequest(GetSettingsRequest other)
Parameter
NameDescription
otherGetSettingsRequest

Properties

Name

public string Name { get; set; }

Required. The resource for which to retrieve settings.

"projects/[PROJECT_ID]/settings"
"organizations/[ORGANIZATION_ID]/settings"
"billingAccounts/[BILLING_ACCOUNT_ID]/settings"
"folders/[FOLDER_ID]/settings"

For example:

"organizations/12345/settings"

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.

Property Value
TypeDescription
string

SettingsName

public SettingsName SettingsName { get; set; }

SettingsName-typed view over the Name resource name property.

Property Value
TypeDescription
SettingsName