Interface QueryErrorOrBuilder (3.71.0)

public interface QueryErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocator()

public abstract TextLocator getLocator()

The ___location of the time series query language text that this error applies to.

.google.monitoring.v3.TextLocator locator = 1;

Returns
Type Description
TextLocator

The locator.

getLocatorOrBuilder()

public abstract TextLocatorOrBuilder getLocatorOrBuilder()

The ___location of the time series query language text that this error applies to.

.google.monitoring.v3.TextLocator locator = 1;

Returns
Type Description
TextLocatorOrBuilder

getMessage()

public abstract String getMessage()

The error message.

string message = 2;

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The error message.

string message = 2;

Returns
Type Description
ByteString

The bytes for message.

hasLocator()

public abstract boolean hasLocator()

The ___location of the time series query language text that this error applies to.

.google.monitoring.v3.TextLocator locator = 1;

Returns
Type Description
boolean

Whether the locator field is set.