Uses of Class
com.google.cloud.bigquery.storage.v1.AppendRowsRequest.Builder
-
Uses of AppendRowsRequest.Builder in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return AppendRowsRequest.BuilderModifier and TypeMethodDescriptionAppendRowsRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AppendRowsRequest.Builder.clear()AppendRowsRequest.Builder.clearArrowRows()Rows in arrow format.AppendRowsRequest.Builder.clearDefaultMissingValueInterpretation()Optional.AppendRowsRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AppendRowsRequest.Builder.clearMissingValueInterpretations()AppendRowsRequest.Builder.clearOffset()If present, the write is only performed if the next append offset is same as the provided value.AppendRowsRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AppendRowsRequest.Builder.clearProtoRows()Rows in proto format.AppendRowsRequest.Builder.clearRows()AppendRowsRequest.Builder.clearTraceId()Id set by client to annotate its identity.AppendRowsRequest.Builder.clearWriteStream()Required.AppendRowsRequest.Builder.clone()AppendRowsRequest.Builder.mergeArrowRows(AppendRowsRequest.ArrowData value) Rows in arrow format.AppendRowsRequest.Builder.mergeFrom(AppendRowsRequest other) AppendRowsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AppendRowsRequest.Builder.mergeFrom(com.google.protobuf.Message other) AppendRowsRequest.Builder.mergeOffset(com.google.protobuf.Int64Value value) If present, the write is only performed if the next append offset is same as the provided value.AppendRowsRequest.Builder.mergeProtoRows(AppendRowsRequest.ProtoData value) Rows in proto format.AppendRowsRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static AppendRowsRequest.BuilderAppendRowsRequest.newBuilder()static AppendRowsRequest.BuilderAppendRowsRequest.newBuilder(AppendRowsRequest prototype) AppendRowsRequest.newBuilderForType()protected AppendRowsRequest.BuilderAppendRowsRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AppendRowsRequest.Builder.putAllMissingValueInterpretations(Map<String, AppendRowsRequest.MissingValueInterpretation> values) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.putAllMissingValueInterpretationsValue(Map<String, Integer> values) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.putMissingValueInterpretations(String key, AppendRowsRequest.MissingValueInterpretation value) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.putMissingValueInterpretationsValue(String key, int value) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.removeMissingValueInterpretations(String key) A map to indicate how to interpret missing value for some fields.AppendRowsRequest.Builder.setArrowRows(AppendRowsRequest.ArrowData value) Rows in arrow format.AppendRowsRequest.Builder.setArrowRows(AppendRowsRequest.ArrowData.Builder builderForValue) Rows in arrow format.AppendRowsRequest.Builder.setDefaultMissingValueInterpretation(AppendRowsRequest.MissingValueInterpretation value) Optional.AppendRowsRequest.Builder.setDefaultMissingValueInterpretationValue(int value) Optional.AppendRowsRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AppendRowsRequest.Builder.setOffset(com.google.protobuf.Int64Value value) If present, the write is only performed if the next append offset is same as the provided value.AppendRowsRequest.Builder.setOffset(com.google.protobuf.Int64Value.Builder builderForValue) If present, the write is only performed if the next append offset is same as the provided value.AppendRowsRequest.Builder.setProtoRows(AppendRowsRequest.ProtoData value) Rows in proto format.AppendRowsRequest.Builder.setProtoRows(AppendRowsRequest.ProtoData.Builder builderForValue) Rows in proto format.AppendRowsRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AppendRowsRequest.Builder.setTraceId(String value) Id set by client to annotate its identity.AppendRowsRequest.Builder.setTraceIdBytes(com.google.protobuf.ByteString value) Id set by client to annotate its identity.AppendRowsRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AppendRowsRequest.Builder.setWriteStream(String value) Required.AppendRowsRequest.Builder.setWriteStreamBytes(com.google.protobuf.ByteString value) Required.AppendRowsRequest.toBuilder()