Class: Google::Logging::V2::CreateExclusionRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb

Overview

The parameters to +CreateExclusion+.

Instance Attribute Summary collapse

Instance Attribute Details

#exclusionGoogle::Logging::V2::LogExclusion

Returns Required. The new exclusion, whose +name+ parameter is an exclusion name that is not already used in the parent resource.

Returns:



346
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 346

class CreateExclusionRequest; end

#parentString

Returns Required. The parent resource in which to create the exclusion:

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

Examples: +"projects/my-logging-project"+, +"organizations/123456789"+.

Returns:

  • (String)

    Required. The parent resource in which to create the exclusion:

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

    Examples: +"projects/my-logging-project"+, +"organizations/123456789"+.



346
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 346

class CreateExclusionRequest; end