public interface QueryErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TextLocator |
getLocator()
The location of the time series query language text that this error applies
to.
|
TextLocatorOrBuilder |
getLocatorOrBuilder()
The location of the time series query language text that this error applies
to.
|
String |
getMessage()
The error message.
|
com.google.protobuf.ByteString |
getMessageBytes()
The error message.
|
boolean |
hasLocator()
The location of the time series query language text that this error applies
to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocator()
The location of the time series query language text that this error applies to.
.google.monitoring.v3.TextLocator locator = 1;TextLocator getLocator()
The location of the time series query language text that this error applies to.
.google.monitoring.v3.TextLocator locator = 1;TextLocatorOrBuilder getLocatorOrBuilder()
The location of the time series query language text that this error applies to.
.google.monitoring.v3.TextLocator locator = 1;String getMessage()
The error message.
string message = 2;com.google.protobuf.ByteString getMessageBytes()
The error message.
string message = 2;Copyright © 2025 Google LLC. All rights reserved.