Class Google::Cloud::Logging::V2::CreateExclusionRequest (v0.5.6)

The parameters to CreateExclusion.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#exclusion

def exclusion() -> ::Google::Cloud::Logging::V2::LogExclusion
Returns

#exclusion=

def exclusion=(value) -> ::Google::Cloud::Logging::V2::LogExclusion
Parameter
Returns

#parent

def parent() -> ::String
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".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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".

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