Interface TailLogEntriesResponse.SuppressionInfoOrBuilder (3.17.0)

public static interface TailLogEntriesResponse.SuppressionInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReason()

public abstract TailLogEntriesResponse.SuppressionInfo.Reason getReason()

The reason that entries were omitted from the session.

.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;

Returns
Type Description
TailLogEntriesResponse.SuppressionInfo.Reason

The reason.

getReasonValue()

public abstract int getReasonValue()

The reason that entries were omitted from the session.

.google.logging.v2.TailLogEntriesResponse.SuppressionInfo.Reason reason = 1;

Returns
Type Description
int

The enum numeric value on the wire for reason.

getSuppressedCount()

public abstract int getSuppressedCount()

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

int32 suppressed_count = 2;

Returns
Type Description
int

The suppressedCount.