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

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

Instance Attribute Summary collapse

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.

Returns:



552
553
554
555
# File 'proto_docs/google/logging/v2/logging_config.rb', line 552

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]"

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



552
553
554
555
# File 'proto_docs/google/logging/v2/logging_config.rb', line 552

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