public interface RowErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RowError.RowErrorCode |
getCode()
Structured error reason for a row error.
|
int |
getCodeValue()
Structured error reason for a row error.
|
long |
getIndex()
Index of the malformed row in the request.
|
String |
getMessage()
Description of the issue encountered when processing the row.
|
com.google.protobuf.ByteString |
getMessageBytes()
Description of the issue encountered when processing the row.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getIndex()
Index of the malformed row in the request.
int64 index = 1;int getCodeValue()
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;RowError.RowErrorCode getCode()
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;String getMessage()
Description of the issue encountered when processing the row.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
Description of the issue encountered when processing the row.
string message = 3;Copyright © 2023 Google LLC. All rights reserved.