public final class QueryError extends GeneratedMessageV3 implements QueryErrorOrBuilder
An error associated with a query in the time series query language format.
Protobuf type google.monitoring.v3.QueryError
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
LOCATOR_FIELD_NUMBER
public static final int LOCATOR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static QueryError getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static QueryError.Builder newBuilder()
newBuilder(QueryError prototype)
public static QueryError.Builder newBuilder(QueryError prototype)
public static QueryError parseDelimitedFrom(InputStream input)
public static QueryError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static QueryError parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static QueryError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static QueryError parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QueryError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QueryError parseFrom(CodedInputStream input)
public static QueryError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static QueryError parseFrom(InputStream input)
public static QueryError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static QueryError parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static QueryError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<QueryError> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public QueryError getDefaultInstanceForType()
getLocator()
public TextLocator getLocator()
The location of the time series query language text that this error applies
to.
.google.monitoring.v3.TextLocator locator = 1;
getLocatorOrBuilder()
public TextLocatorOrBuilder getLocatorOrBuilder()
The location of the time series query language text that this error applies
to.
.google.monitoring.v3.TextLocator locator = 1;
getMessage()
public String getMessage()
The error message.
string message = 2;
Returns |
---|
Type | Description |
String | The message.
|
getMessageBytes()
public ByteString getMessageBytes()
The error message.
string message = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for message.
|
getParserForType()
public Parser<QueryError> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasLocator()
public 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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public QueryError.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected QueryError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public QueryError.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides