public interface QueryErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |