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 \ V2Methods
__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: |
↳ exclusion |
Google\Cloud\Logging\V2\LogExclusion
Required. The new exclusion, whose |
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:
|
exclusion |
Google\Cloud\Logging\V2\LogExclusion
Required. The new exclusion, whose |
Returns | |
---|---|
Type | Description |
Google\Cloud\Logging\V2\CreateExclusionRequest |