Class: Google::Logging::V2::CreateExclusionRequest
- Inherits:
-
Object
- Object
- Google::Logging::V2::CreateExclusionRequest
- Defined in:
- lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb
Overview
The parameters to +CreateExclusion+.
Instance Attribute Summary collapse
-
#exclusion ⇒ Google::Logging::V2::LogExclusion
Required.
-
#parent ⇒ String
Required.
Instance Attribute Details
#exclusion ⇒ Google::Logging::V2::LogExclusion
Returns Required. The new exclusion, whose +name+ parameter is an exclusion name that is not already used in the parent resource.
339 |
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 339 class CreateExclusionRequest; end |
#parent ⇒ String
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"+.
339 |
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 339 class CreateExclusionRequest; end |