Class: Google::Cloud::Logging::V2::CreateExclusionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::CreateExclusionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The parameters to CreateExclusion
.
Instance Attribute Summary collapse
-
#exclusion ⇒ ::Google::Cloud::Logging::V2::LogExclusion
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#exclusion ⇒ ::Google::Cloud::Logging::V2::LogExclusion
Returns Required. The new exclusion, whose name
parameter is an exclusion name
that is not already used in the parent resource.
828 829 830 831 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 828 class CreateExclusionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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]"
For examples:
"projects/my-logging-project"
"organizations/123456789"
.
828 829 830 831 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 828 class CreateExclusionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |