Interface QueryRuntimeErrorOrBuilder (0.31.0)

public interface QueryRuntimeErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorDescription()

public abstract String getErrorDescription()

Error message

string error_description = 2;

Returns
Type Description
String

The errorDescription.

getErrorDescriptionBytes()

public abstract ByteString getErrorDescriptionBytes()

Error message

string error_description = 2;

Returns
Type Description
ByteString

The bytes for errorDescription.

getErrorSeverity()

public abstract QueryRuntimeError.ErrorSeverity getErrorSeverity()

Severity of the error.

.google.cloud.chronicle.v1.QueryRuntimeError.ErrorSeverity error_severity = 3;

Returns
Type Description
QueryRuntimeError.ErrorSeverity

The errorSeverity.

getErrorSeverityValue()

public abstract int getErrorSeverityValue()

Severity of the error.

.google.cloud.chronicle.v1.QueryRuntimeError.ErrorSeverity error_severity = 3;

Returns
Type Description
int

The enum numeric value on the wire for errorSeverity.

getErrorTitle()

public abstract String getErrorTitle()

Short Description of the error.

string error_title = 1;

Returns
Type Description
String

The errorTitle.

getErrorTitleBytes()

public abstract ByteString getErrorTitleBytes()

Short Description of the error.

string error_title = 1;

Returns
Type Description
ByteString

The bytes for errorTitle.

getMetadata(int index)

public abstract QueryRuntimeError.QueryRuntimeErrorMetadata getMetadata(int index)

Metadata for the error.

repeated .google.cloud.chronicle.v1.QueryRuntimeError.QueryRuntimeErrorMetadata metadata = 4;

Parameter
Name Description
index int
Returns
Type Description
QueryRuntimeError.QueryRuntimeErrorMetadata

getMetadataCount()

public abstract int getMetadataCount()

Metadata for the error.

repeated .google.cloud.chronicle.v1.QueryRuntimeError.QueryRuntimeErrorMetadata metadata = 4;

Returns
Type Description
int

getMetadataList()

public abstract List<QueryRuntimeError.QueryRuntimeErrorMetadata> getMetadataList()

Metadata for the error.

repeated .google.cloud.chronicle.v1.QueryRuntimeError.QueryRuntimeErrorMetadata metadata = 4;

Returns
Type Description
List<QueryRuntimeErrorMetadata>

getMetadataOrBuilder(int index)

public abstract QueryRuntimeError.QueryRuntimeErrorMetadataOrBuilder getMetadataOrBuilder(int index)

Metadata for the error.

repeated .google.cloud.chronicle.v1.QueryRuntimeError.QueryRuntimeErrorMetadata metadata = 4;

Parameter
Name Description
index int
Returns
Type Description
QueryRuntimeError.QueryRuntimeErrorMetadataOrBuilder

getMetadataOrBuilderList()

public abstract List<? extends QueryRuntimeError.QueryRuntimeErrorMetadataOrBuilder> getMetadataOrBuilderList()

Metadata for the error.

repeated .google.cloud.chronicle.v1.QueryRuntimeError.QueryRuntimeErrorMetadata metadata = 4;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.QueryRuntimeError.QueryRuntimeErrorMetadataOrBuilder>

getWarningReason()

public abstract QueryRuntimeError.WarningReason getWarningReason()

Reason for the error.

.google.cloud.chronicle.v1.QueryRuntimeError.WarningReason warning_reason = 5;

Returns
Type Description
QueryRuntimeError.WarningReason

The warningReason.

getWarningReasonValue()

public abstract int getWarningReasonValue()

Reason for the error.

.google.cloud.chronicle.v1.QueryRuntimeError.WarningReason warning_reason = 5;

Returns
Type Description
int

The enum numeric value on the wire for warningReason.