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 \ QueryRuntimeErrorMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
WARNING_REASON_UNSPECIFIED
Value: 0Reason is unknown.
Generated from protobuf enum WARNING_REASON_UNSPECIFIED = 0;
ROW_LIMIT_EXCEEDED
Value: 1Reason is row limit exceeded.
Generated from protobuf enum ROW_LIMIT_EXCEEDED = 1;
DEFAULT_ROW_LIMIT_EXCEEDED
Value: 2Reason is default row limit exceeded.
Generated from protobuf enum DEFAULT_ROW_LIMIT_EXCEEDED = 2;
CURATED_QUERY_DEFAULT_ROW_LIMIT_EXCEEDED
Value: 3Reason is curated query default row limit exceeded.
Generated from protobuf enum CURATED_QUERY_DEFAULT_ROW_LIMIT_EXCEEDED = 3;