Uses of Class
com.google.cloud.bigquery.storage.v1.RowError.Builder
-
Uses of RowError.Builder in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return RowError.BuilderModifier and TypeMethodDescriptionRowError.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AppendRowsResponse.Builder.addRowErrorsBuilder()If a request failed due to corrupted rows, no rows in the batch will be appended.AppendRowsResponse.Builder.addRowErrorsBuilder(int index) If a request failed due to corrupted rows, no rows in the batch will be appended.RowError.Builder.clear()RowError.Builder.clearCode()Structured error reason for a row error.RowError.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RowError.Builder.clearIndex()Index of the malformed row in the request.RowError.Builder.clearMessage()Description of the issue encountered when processing the row.RowError.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RowError.Builder.clone()AppendRowsResponse.Builder.getRowErrorsBuilder(int index) If a request failed due to corrupted rows, no rows in the batch will be appended.RowError.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RowError.Builder.mergeFrom(com.google.protobuf.Message other) final RowError.BuilderRowError.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RowError.BuilderRowError.newBuilder()static RowError.BuilderRowError.newBuilder(RowError prototype) RowError.newBuilderForType()protected RowError.BuilderRowError.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RowError.Builder.setCode(RowError.RowErrorCode value) Structured error reason for a row error.RowError.Builder.setCodeValue(int value) Structured error reason for a row error.RowError.Builder.setIndex(long value) Index of the malformed row in the request.RowError.Builder.setMessage(String value) Description of the issue encountered when processing the row.RowError.Builder.setMessageBytes(com.google.protobuf.ByteString value) Description of the issue encountered when processing the row.RowError.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final RowError.BuilderRowError.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RowError.toBuilder()Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type RowError.BuilderModifier and TypeMethodDescriptionAppendRowsResponse.Builder.getRowErrorsBuilderList()If a request failed due to corrupted rows, no rows in the batch will be appended.Methods in com.google.cloud.bigquery.storage.v1 with parameters of type RowError.BuilderModifier and TypeMethodDescriptionAppendRowsResponse.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(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.Builder builderForValue) If a request failed due to corrupted rows, no rows in the batch will be appended.