Stackdriver Logging V2 Client - Class SuppressionInfo (1.24.10)

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

Information about entries that were omitted from the session.

Generated from protobuf message google.logging.v2.TailLogEntriesResponse.SuppressionInfo

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ reason int

The reason that entries were omitted from the session.

↳ suppressed_count int

A lower bound on the count of entries omitted due to reason.

getReason

The reason that entries were omitted from the session.

Generated from protobuf field .google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;

Returns
Type Description
int

setReason

The reason that entries were omitted from the session.

Generated from protobuf field .google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;

Parameter
Name Description
var int
Returns
Type Description
$this

getSuppressedCount

A lower bound on the count of entries omitted due to reason.

Generated from protobuf field int32 suppressed_count = 2;

Returns
Type Description
int

setSuppressedCount

A lower bound on the count of entries omitted due to reason.

Generated from protobuf field int32 suppressed_count = 2;

Parameter
Name Description
var int
Returns
Type Description
$this