Interface QueryErrorOrBuilder (3.3.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
TypeDescription
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
TypeDescription
TextLocatorOrBuilder

getMessage()

public abstract String getMessage()

The error message.

string message = 2;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The error message.

string message = 2;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the locator field is set.