public static final class AppendRowsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder> implements AppendRowsResponseOrBuilder
Response message for `AppendRows`.Protobuf type
google.cloud.bigquery.storage.v1.AppendRowsResponse| Modifier and Type | Method and Description |
|---|---|
AppendRowsResponse.Builder |
addAllRowErrors(Iterable<? extends RowError> values)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AppendRowsResponse.Builder |
addRowErrors(int index,
RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
addRowErrors(int index,
RowError value)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
addRowErrors(RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
addRowErrors(RowError value)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError.Builder |
addRowErrorsBuilder()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError.Builder |
addRowErrorsBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse |
build() |
AppendRowsResponse |
buildPartial() |
AppendRowsResponse.Builder |
clear() |
AppendRowsResponse.Builder |
clearAppendResult()
Result if the append is successful.
|
AppendRowsResponse.Builder |
clearError()
Error returned when problems were encountered.
|
AppendRowsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
AppendRowsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
AppendRowsResponse.Builder |
clearResponse() |
AppendRowsResponse.Builder |
clearRowErrors()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
clearUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
AppendRowsResponse.Builder |
clearWriteStream()
The target of the append operation.
|
AppendRowsResponse.Builder |
clone() |
AppendRowsResponse.AppendResult |
getAppendResult()
Result if the append is successful.
|
AppendRowsResponse.AppendResult.Builder |
getAppendResultBuilder()
Result if the append is successful.
|
AppendRowsResponse.AppendResultOrBuilder |
getAppendResultOrBuilder()
Result if the append is successful.
|
AppendRowsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.rpc.Status |
getError()
Error returned when problems were encountered.
|
com.google.rpc.Status.Builder |
getErrorBuilder()
Error returned when problems were encountered.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Error returned when problems were encountered.
|
AppendRowsResponse.ResponseCase |
getResponseCase() |
RowError |
getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowError.Builder |
getRowErrorsBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
List<RowError.Builder> |
getRowErrorsBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
int |
getRowErrorsCount()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
List<RowError> |
getRowErrorsList()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
RowErrorOrBuilder |
getRowErrorsOrBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
List<? extends RowErrorOrBuilder> |
getRowErrorsOrBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
TableSchema |
getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
TableSchema.Builder |
getUpdatedSchemaBuilder()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
TableSchemaOrBuilder |
getUpdatedSchemaOrBuilder()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
String |
getWriteStream()
The target of the append operation.
|
com.google.protobuf.ByteString |
getWriteStreamBytes()
The target of the append operation.
|
boolean |
hasAppendResult()
Result if the append is successful.
|
boolean |
hasError()
Error returned when problems were encountered.
|
boolean |
hasUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AppendRowsResponse.Builder |
mergeAppendResult(AppendRowsResponse.AppendResult value)
Result if the append is successful.
|
AppendRowsResponse.Builder |
mergeError(com.google.rpc.Status value)
Error returned when problems were encountered.
|
AppendRowsResponse.Builder |
mergeFrom(AppendRowsResponse other) |
AppendRowsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AppendRowsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
AppendRowsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AppendRowsResponse.Builder |
mergeUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
AppendRowsResponse.Builder |
removeRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
setAppendResult(AppendRowsResponse.AppendResult.Builder builderForValue)
Result if the append is successful.
|
AppendRowsResponse.Builder |
setAppendResult(AppendRowsResponse.AppendResult value)
Result if the append is successful.
|
AppendRowsResponse.Builder |
setError(com.google.rpc.Status.Builder builderForValue)
Error returned when problems were encountered.
|
AppendRowsResponse.Builder |
setError(com.google.rpc.Status value)
Error returned when problems were encountered.
|
AppendRowsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
AppendRowsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
AppendRowsResponse.Builder |
setRowErrors(int index,
RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
setRowErrors(int index,
RowError value)
If a request failed due to corrupted rows, no rows in the batch will be
appended.
|
AppendRowsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AppendRowsResponse.Builder |
setUpdatedSchema(TableSchema.Builder builderForValue)
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
AppendRowsResponse.Builder |
setUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
AppendRowsResponse.Builder |
setWriteStream(String value)
The target of the append operation.
|
AppendRowsResponse.Builder |
setWriteStreamBytes(com.google.protobuf.ByteString value)
The target of the append operation.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AppendRowsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AppendRowsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AppendRowsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder mergeFrom(AppendRowsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public AppendRowsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppendRowsResponse.Builder>IOExceptionpublic AppendRowsResponse.ResponseCase getResponseCase()
getResponseCase in interface AppendRowsResponseOrBuilderpublic AppendRowsResponse.Builder clearResponse()
public boolean hasAppendResult()
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
hasAppendResult in interface AppendRowsResponseOrBuilderpublic AppendRowsResponse.AppendResult getAppendResult()
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
getAppendResult in interface AppendRowsResponseOrBuilderpublic AppendRowsResponse.Builder setAppendResult(AppendRowsResponse.AppendResult value)
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
public AppendRowsResponse.Builder setAppendResult(AppendRowsResponse.AppendResult.Builder builderForValue)
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
public AppendRowsResponse.Builder mergeAppendResult(AppendRowsResponse.AppendResult value)
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
public AppendRowsResponse.Builder clearAppendResult()
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
public AppendRowsResponse.AppendResult.Builder getAppendResultBuilder()
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
public AppendRowsResponse.AppendResultOrBuilder getAppendResultOrBuilder()
Result if the append is successful.
.google.cloud.bigquery.storage.v1.AppendRowsResponse.AppendResult append_result = 1;
getAppendResultOrBuilder in interface AppendRowsResponseOrBuilderpublic boolean hasError()
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;hasError in interface AppendRowsResponseOrBuilderpublic com.google.rpc.Status getError()
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;getError in interface AppendRowsResponseOrBuilderpublic AppendRowsResponse.Builder setError(com.google.rpc.Status value)
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;public AppendRowsResponse.Builder setError(com.google.rpc.Status.Builder builderForValue)
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;public AppendRowsResponse.Builder mergeError(com.google.rpc.Status value)
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;public AppendRowsResponse.Builder clearError()
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;public com.google.rpc.Status.Builder getErrorBuilder()
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;public com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Error returned when problems were encountered. If present, it indicates rows were not accepted into the system. Users can retry or continue with other append requests within the same connection. Additional information about error signalling: ALREADY_EXISTS: Happens when an append specified an offset, and the backend already has received data at this offset. Typically encountered in retry scenarios, and can be ignored. OUT_OF_RANGE: Returned when the specified offset in the stream is beyond the current end of the stream. INVALID_ARGUMENT: Indicates a malformed request or data. ABORTED: Request processing is aborted because of prior failures. The request can be retried if previous failure is addressed. INTERNAL: Indicates server side error(s) that can be retried.
.google.rpc.Status error = 2;getErrorOrBuilder in interface AppendRowsResponseOrBuilderpublic boolean hasUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;hasUpdatedSchema in interface AppendRowsResponseOrBuilderpublic TableSchema getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;getUpdatedSchema in interface AppendRowsResponseOrBuilderpublic AppendRowsResponse.Builder setUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;public AppendRowsResponse.Builder setUpdatedSchema(TableSchema.Builder builderForValue)
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;public AppendRowsResponse.Builder mergeUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;public AppendRowsResponse.Builder clearUpdatedSchema()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;public TableSchema.Builder getUpdatedSchemaBuilder()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;public TableSchemaOrBuilder getUpdatedSchemaOrBuilder()
If backend detects a schema update, pass it to user so that user can use it to input new type of message. It will be empty when no schema updates have occurred.
.google.cloud.bigquery.storage.v1.TableSchema updated_schema = 3;getUpdatedSchemaOrBuilder in interface AppendRowsResponseOrBuilderpublic List<RowError> getRowErrorsList()
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;getRowErrorsList in interface AppendRowsResponseOrBuilderpublic int getRowErrorsCount()
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;getRowErrorsCount in interface AppendRowsResponseOrBuilderpublic RowError getRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;getRowErrors in interface AppendRowsResponseOrBuilderpublic AppendRowsResponse.Builder setRowErrors(int index, RowError value)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder setRowErrors(int index, RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder addRowErrors(RowError value)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder addRowErrors(int index, RowError value)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder addRowErrors(RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder addRowErrors(int index, RowError.Builder builderForValue)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder addAllRowErrors(Iterable<? extends RowError> values)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder clearRowErrors()
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public AppendRowsResponse.Builder removeRowErrors(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public RowError.Builder getRowErrorsBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public RowErrorOrBuilder getRowErrorsOrBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;getRowErrorsOrBuilder in interface AppendRowsResponseOrBuilderpublic List<? extends RowErrorOrBuilder> getRowErrorsOrBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;getRowErrorsOrBuilderList in interface AppendRowsResponseOrBuilderpublic RowError.Builder addRowErrorsBuilder()
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public RowError.Builder addRowErrorsBuilder(int index)
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public List<RowError.Builder> getRowErrorsBuilderList()
If a request failed due to corrupted rows, no rows in the batch will be appended. The API will return row level error info, so that the caller can remove the bad rows and retry the request.
repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;public String getWriteStream()
The target of the append operation. Matches the write_stream in the corresponding request.
string write_stream = 5;getWriteStream in interface AppendRowsResponseOrBuilderpublic com.google.protobuf.ByteString getWriteStreamBytes()
The target of the append operation. Matches the write_stream in the corresponding request.
string write_stream = 5;getWriteStreamBytes in interface AppendRowsResponseOrBuilderpublic AppendRowsResponse.Builder setWriteStream(String value)
The target of the append operation. Matches the write_stream in the corresponding request.
string write_stream = 5;value - The writeStream to set.public AppendRowsResponse.Builder clearWriteStream()
The target of the append operation. Matches the write_stream in the corresponding request.
string write_stream = 5;public AppendRowsResponse.Builder setWriteStreamBytes(com.google.protobuf.ByteString value)
The target of the append operation. Matches the write_stream in the corresponding request.
string write_stream = 5;value - The bytes for writeStream to set.public final AppendRowsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>public final AppendRowsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppendRowsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.