Send feedback
Class RowError.Builder (2.20.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.20.1 keyboard_arrow_down
public static final class RowError . Builder extends GeneratedMessageV3 . Builder<RowError . Builder > implements RowErrorOrBuilder
The message that presents row level error info in a request.
Protobuf type google.cloud.bigquery.storage.v1.RowError
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RowError . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public RowError buildPartial ()
Returns
clear()
public RowError . Builder clear ()
Returns
Overrides
clearCode()
public RowError . Builder clearCode ()
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public RowError . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearIndex()
public RowError . Builder clearIndex ()
Index of the malformed row in the request.
int64 index = 1;
Returns
clearMessage()
public RowError . Builder clearMessage ()
Description of the issue encountered when processing the row.
string message = 3;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public RowError . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public RowError . Builder clone ()
Returns
Overrides
getCode()
public RowError . RowErrorCode getCode ()
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
Returns
getCodeValue()
public int getCodeValue ()
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
Returns
Type Description int The enum numeric value on the wire for code.
getDefaultInstanceForType()
public RowError getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getIndex()
Index of the malformed row in the request.
int64 index = 1;
Returns
Type Description long The index.
getMessage()
public String getMessage ()
Description of the issue encountered when processing the row.
string message = 3;
Returns
Type Description String The message.
getMessageBytes()
public ByteString getMessageBytes ()
Description of the issue encountered when processing the row.
string message = 3;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(RowError other)
public RowError . Builder mergeFrom ( RowError other )
Parameter
Returns
public RowError . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public RowError . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RowError . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setCode(RowError.RowErrorCode value)
public RowError . Builder setCode ( RowError . RowErrorCode value )
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
Parameter
Returns
setCodeValue(int value)
public RowError . Builder setCodeValue ( int value )
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
Parameter
Name Description value int
The enum numeric value on the wire for code to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public RowError . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setIndex(long value)
public RowError . Builder setIndex ( long value )
Index of the malformed row in the request.
int64 index = 1;
Parameter
Name Description value long
The index to set.
Returns
setMessage(String value)
public RowError . Builder setMessage ( String value )
Description of the issue encountered when processing the row.
string message = 3;
Parameter
Name Description value String
The message to set.
Returns
setMessageBytes(ByteString value)
public RowError . Builder setMessageBytes ( ByteString value )
Description of the issue encountered when processing the row.
string message = 3;
Parameter
Name Description value ByteString
The bytes for message to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RowError . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final RowError . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]