Class: Google::Logging::V2::DeleteExclusionRequest

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

Overview

The parameters to +DeleteExclusion+.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The resource name of an existing exclusion to delete:

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

Example: +"projects/my-project-id/exclusions/my-exclusion-id"+.

Returns:

  • (String)

    Required. The resource name of an existing exclusion to delete:

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

    Example: +"projects/my-project-id/exclusions/my-exclusion-id"+.



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

class DeleteExclusionRequest; end