Send feedback
Class RowError.Builder (2.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.39.0 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RowError . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
buildPartial()
public RowError buildPartial ()
clear()
public RowError . Builder clear ()
Overrides
clearCode()
public RowError . Builder clearCode ()
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
clearField(Descriptors.FieldDescriptor field)
public RowError . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearIndex()
public RowError . Builder clearIndex ()
Index of the malformed row in the request.
int64 index = 1;
clearMessage()
public RowError . Builder clearMessage ()
Description of the issue encountered when processing the row.
string message = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public RowError . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public RowError . Builder clone ()
Overrides
getCode()
public RowError . RowErrorCode getCode ()
Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
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 ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
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 Type Description ByteString
The bytes for message.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(RowError other)
public RowError . Builder mergeFrom ( RowError other )
public RowError . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public RowError . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RowError . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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;
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.
setField(Descriptors.FieldDescriptor field, Object value)
public RowError . Builder setField ( Descriptors . FieldDescriptor field , Object value )
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.
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.
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.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RowError . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final RowError . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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."],[],[]]