Uses of Class
com.google.cloud.bigquery.storage.v1.RowError
-
Uses of RowError in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return RowErrorModifier and TypeMethodDescriptionRowError.Builder.build()RowError.Builder.buildPartial()static RowErrorRowError.getDefaultInstance()RowError.Builder.getDefaultInstanceForType()RowError.getDefaultInstanceForType()AppendRowsResponse.Builder.getRowErrors(int index) If a request failed due to corrupted rows, no rows in the batch will be appended.AppendRowsResponse.getRowErrors(int index) If a request failed due to corrupted rows, no rows in the batch will be appended.AppendRowsResponseOrBuilder.getRowErrors(int index) If a request failed due to corrupted rows, no rows in the batch will be appended.static RowErrorRowError.parseDelimitedFrom(InputStream input) static RowErrorRowError.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowErrorRowError.parseFrom(byte[] data) static RowErrorRowError.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowErrorRowError.parseFrom(com.google.protobuf.ByteString data) static RowErrorRowError.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowErrorRowError.parseFrom(com.google.protobuf.CodedInputStream input) static RowErrorRowError.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowErrorRowError.parseFrom(InputStream input) static RowErrorRowError.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RowErrorRowError.parseFrom(ByteBuffer data) static RowErrorRowError.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type RowErrorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RowError>RowError.getParserForType()AppendRowsResponse.Builder.getRowErrorsList()If a request failed due to corrupted rows, no rows in the batch will be appended.AppendRowsResponse.getRowErrorsList()If a request failed due to corrupted rows, no rows in the batch will be appended.AppendRowsResponseOrBuilder.getRowErrorsList()If a request failed due to corrupted rows, no rows in the batch will be appended.static com.google.protobuf.Parser<RowError>RowError.parser()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type RowErrorModifier and TypeMethodDescriptionAppendRowsResponse.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 value) If a request failed due to corrupted rows, no rows in the batch will be appended.static RowError.BuilderRowError.newBuilder(RowError prototype) AppendRowsResponse.Builder.setRowErrors(int index, RowError value) If a request failed due to corrupted rows, no rows in the batch will be appended.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type RowErrorModifier and TypeMethodDescriptionAppendRowsResponse.Builder.addAllRowErrors(Iterable<? extends RowError> values) If a request failed due to corrupted rows, no rows in the batch will be appended.