Uses of Class
com.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest.Builder
-
Uses of AppendRowsRequest.Builder in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return AppendRowsRequest.BuilderModifier and TypeMethodDescriptionAppendRowsRequest.Builder.clear()AppendRowsRequest.Builder.clearOffset()If present, the write is only performed if the next append offset is same as the provided value.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.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.static AppendRowsRequest.BuilderAppendRowsRequest.newBuilder()static AppendRowsRequest.BuilderAppendRowsRequest.newBuilder(AppendRowsRequest prototype) AppendRowsRequest.newBuilderForType()protected AppendRowsRequest.BuilderAppendRowsRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.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.setWriteStream(String value) Required.AppendRowsRequest.Builder.setWriteStreamBytes(com.google.protobuf.ByteString value) Required.AppendRowsRequest.toBuilder()