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
NameDescription
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
TypeDescription
int

setReason

The reason that entries were omitted from the session.

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSuppressedCount

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

Generated from protobuf field int32 suppressed_count = 2;

Returns
TypeDescription
int

setSuppressedCount

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

Generated from protobuf field int32 suppressed_count = 2;

Parameter
NameDescription
var int
Returns
TypeDescription
$this