Class: Google::Cloud::Logging::V2::GetSettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/logging/v2/logging_config.rb

Overview

The parameters to GetSettings.

See Enabling CMEK for Log Router for more information.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    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.



1235
1236
1237
1238
# File 'proto_docs/google/logging/v2/logging_config.rb', line 1235

class GetSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end