Reference documentation and code samples for the Stackdriver Monitoring V3 Client class ConditionCombinerType.
Operators for combining conditions.
Protobuf type google.monitoring.v3.AlertPolicy.ConditionCombinerType
Namespace
Google \ Cloud \ Monitoring \ V3 \ AlertPolicy
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
COMBINE_UNSPECIFIED
Value: 0
An unspecified combiner.
Generated from protobuf enum COMBINE_UNSPECIFIED = 0;
PBAND
Value: 1
Combine conditions using the logical AND operator. An
incident is created only if all the conditions are met
simultaneously. This combiner is satisfied if all conditions are
met, even if they are met on completely different resources.
Generated from protobuf enum AND = 1;
PBOR
Value: 2
Combine conditions using the logical OR operator. An incident
is created if any of the listed conditions is met.
Generated from protobuf enum OR = 2;
AND_WITH_MATCHING_RESOURCE
Value: 3
Combine conditions using logical AND operator, but unlike the regular
AND option, an incident is created only if all conditions are met
simultaneously on at least one resource.
Generated from protobuf enum AND_WITH_MATCHING_RESOURCE = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Stackdriver Monitoring V3 Client - Class ConditionCombinerType (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-monitoring/latest/V3.AlertPolicy.ConditionCombinerType)\n- [2.1.1](/php/docs/reference/cloud-monitoring/2.1.1/V3.AlertPolicy.ConditionCombinerType)\n- [2.0.1](/php/docs/reference/cloud-monitoring/2.0.1/V3.AlertPolicy.ConditionCombinerType)\n- [1.12.1](/php/docs/reference/cloud-monitoring/1.12.1/V3.AlertPolicy.ConditionCombinerType)\n- [1.11.1](/php/docs/reference/cloud-monitoring/1.11.1/V3.AlertPolicy.ConditionCombinerType)\n- [1.10.3](/php/docs/reference/cloud-monitoring/1.10.3/V3.AlertPolicy.ConditionCombinerType)\n- [1.9.0](/php/docs/reference/cloud-monitoring/1.9.0/V3.AlertPolicy.ConditionCombinerType)\n- [1.8.0](/php/docs/reference/cloud-monitoring/1.8.0/V3.AlertPolicy.ConditionCombinerType)\n- [1.7.1](/php/docs/reference/cloud-monitoring/1.7.1/V3.AlertPolicy.ConditionCombinerType)\n- [1.6.0](/php/docs/reference/cloud-monitoring/1.6.0/V3.AlertPolicy.ConditionCombinerType)\n- [1.5.1](/php/docs/reference/cloud-monitoring/1.5.1/V3.AlertPolicy.ConditionCombinerType)\n- [1.4.0](/php/docs/reference/cloud-monitoring/1.4.0/V3.AlertPolicy.ConditionCombinerType)\n- [1.3.2](/php/docs/reference/cloud-monitoring/1.3.2/V3.AlertPolicy.ConditionCombinerType)\n- [1.2.2](/php/docs/reference/cloud-monitoring/1.2.2/V3.AlertPolicy.ConditionCombinerType) \nReference documentation and code samples for the Stackdriver Monitoring V3 Client class ConditionCombinerType.\n\nOperators for combining conditions.\n\nProtobuf type `google.monitoring.v3.AlertPolicy.ConditionCombinerType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Monitoring \\\\ V3 \\\\ AlertPolicy\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### COMBINE_UNSPECIFIED\n\n Value: 0\n\nAn unspecified combiner.\n\nGenerated from protobuf enum `COMBINE_UNSPECIFIED = 0;`\n\n### PBAND\n\n Value: 1\n\nCombine conditions using the logical `AND` operator. An\nincident is created only if all the conditions are met\nsimultaneously. This combiner is satisfied if all conditions are\nmet, even if they are met on completely different resources.\n\nGenerated from protobuf enum `AND = 1;`\n\n### PBOR\n\n Value: 2\n\nCombine conditions using the logical `OR` operator. An incident\nis created if any of the listed conditions is met.\n\nGenerated from protobuf enum `OR = 2;`\n\n### AND_WITH_MATCHING_RESOURCE\n\n Value: 3\n\nCombine conditions using logical `AND` operator, but unlike the regular\n`AND` option, an incident is created only if all conditions are met\nsimultaneously on at least one resource.\n\nGenerated from protobuf enum `AND_WITH_MATCHING_RESOURCE = 3;`"]]