Stackdriver Logging V2 Client - Class CreateExclusionRequest (1.30.0)

Reference documentation and code samples for the Stackdriver Logging V2 Client class CreateExclusionRequest.

The parameters to CreateExclusion.

Generated from protobuf message google.logging.v2.CreateExclusionRequest

Namespace

Google \ Cloud \ Logging \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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"

↳ exclusion Google\Cloud\Logging\V2\LogExclusion

Required. The new exclusion, whose name parameter is an exclusion name that is not already used in the parent resource.

getParent

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"

Returns
Type Description
string

setParent

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"

Parameter
Name Description
var string
Returns
Type Description
$this

getExclusion

Required. The new exclusion, whose name parameter is an exclusion name that is not already used in the parent resource.

Returns
Type Description
Google\Cloud\Logging\V2\LogExclusion|null

hasExclusion

clearExclusion

setExclusion

Required. The new exclusion, whose name parameter is an exclusion name that is not already used in the parent resource.

Parameter
Name Description
var Google\Cloud\Logging\V2\LogExclusion
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

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" Please see Google\Cloud\Logging\V2\ConfigServiceV2Client::projectName() for help formatting this field.

exclusion Google\Cloud\Logging\V2\LogExclusion

Required. The new exclusion, whose name parameter is an exclusion name that is not already used in the parent resource.

Returns
Type Description
Google\Cloud\Logging\V2\CreateExclusionRequest