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.
Implements
IMessageGetSettingsRequest, IEquatableGetSettingsRequest, IDeepCloneableGetSettingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
GetSettingsRequest()
public GetSettingsRequest()
GetSettingsRequest(GetSettingsRequest)
public GetSettingsRequest(GetSettingsRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSettingsRequest |
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 | |
---|---|
Type | Description |
string |
SettingsName
public SettingsName SettingsName { get; set; }
SettingsName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SettingsName |