public interface ErrorLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Optional.
|
int |
getLine()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLine()
Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.
int32 line = 1 [(.google.api.field_behavior) = OPTIONAL];int getColumn()
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.
int32 column = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.