Google Cloud Chronicle V1 Client - Class WarningReason (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class WarningReason.

Warning reason.

Protobuf type google.cloud.chronicle.v1.QueryRuntimeError.WarningReason

Namespace

Google \ Cloud \ Chronicle \ V1 \ QueryRuntimeError

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

WARNING_REASON_UNSPECIFIED

Value: 0

Reason is unknown.

Generated from protobuf enum WARNING_REASON_UNSPECIFIED = 0;

ROW_LIMIT_EXCEEDED

Value: 1

Reason is row limit exceeded.

Generated from protobuf enum ROW_LIMIT_EXCEEDED = 1;

DEFAULT_ROW_LIMIT_EXCEEDED

Value: 2

Reason is default row limit exceeded.

Generated from protobuf enum DEFAULT_ROW_LIMIT_EXCEEDED = 2;

CURATED_QUERY_DEFAULT_ROW_LIMIT_EXCEEDED

Value: 3

Reason is curated query default row limit exceeded.

Generated from protobuf enum CURATED_QUERY_DEFAULT_ROW_LIMIT_EXCEEDED = 3;