// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.34.2
// 	protoc        (unknown)
// source: frostdb/wal/v1alpha1/wal.proto

package walv1alpha1

import (
	v1alpha1 
	protoreflect 
	protoimpl 
	reflect 
	sync 
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

// Record describes a single entry into the WAL.
type Record struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Data of the record. This is intentionally nested so the only thing in
	// the entry can be a protobuf `oneof` and have forward compatilibity.
	Entry *Entry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
}

func ( *Record) () {
	* = Record{}
	if protoimpl.UnsafeEnabled {
		 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[0]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *Record) () string {
	return protoimpl.X.MessageStringOf()
}

func (*Record) () {}

func ( *Record) () protoreflect.Message {
	 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[0]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use Record.ProtoReflect.Descriptor instead.
func (*Record) () ([]byte, []int) {
	return file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP(), []int{0}
}

func ( *Record) () *Entry {
	if  != nil {
		return .Entry
	}
	return nil
}

// The data of a WAL Record. This is intentionally separate to allow using the
// `oneof` feature in a forward-compatible way.
type Entry struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// The new-table entry.
	//
	// Types that are assignable to EntryType:
	//
	//	*Entry_Write_
	//	*Entry_NewTableBlock_
	//	*Entry_TableBlockPersisted_
	//	*Entry_Snapshot_
	EntryType isEntry_EntryType `protobuf_oneof:"entry_type"`
}

func ( *Entry) () {
	* = Entry{}
	if protoimpl.UnsafeEnabled {
		 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *Entry) () string {
	return protoimpl.X.MessageStringOf()
}

func (*Entry) () {}

func ( *Entry) () protoreflect.Message {
	 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use Entry.ProtoReflect.Descriptor instead.
func (*Entry) () ([]byte, []int) {
	return file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP(), []int{1}
}

func ( *Entry) () isEntry_EntryType {
	if  != nil {
		return .EntryType
	}
	return nil
}

func ( *Entry) () *Entry_Write {
	if ,  := .GetEntryType().(*Entry_Write_);  {
		return .Write
	}
	return nil
}

func ( *Entry) () *Entry_NewTableBlock {
	if ,  := .GetEntryType().(*Entry_NewTableBlock_);  {
		return .NewTableBlock
	}
	return nil
}

func ( *Entry) () *Entry_TableBlockPersisted {
	if ,  := .GetEntryType().(*Entry_TableBlockPersisted_);  {
		return .TableBlockPersisted
	}
	return nil
}

func ( *Entry) () *Entry_Snapshot {
	if ,  := .GetEntryType().(*Entry_Snapshot_);  {
		return .Snapshot
	}
	return nil
}

type isEntry_EntryType interface {
	isEntry_EntryType()
}

type Entry_Write_ struct {
	// Write is set if the entry describes a write.
	Write *Entry_Write `protobuf:"bytes,1,opt,name=write,proto3,oneof"`
}

type Entry_NewTableBlock_ struct {
	// NewTableBlock is set if the entry describes a new-table-block.
	NewTableBlock *Entry_NewTableBlock `protobuf:"bytes,2,opt,name=new_table_block,json=newTableBlock,proto3,oneof"`
}

type Entry_TableBlockPersisted_ struct {
	// TableBlockPersisted is set if the entry describes a table-block-persisted.
	TableBlockPersisted *Entry_TableBlockPersisted `protobuf:"bytes,3,opt,name=table_block_persisted,json=tableBlockPersisted,proto3,oneof"`
}

type Entry_Snapshot_ struct {
	// Snapshot is set if the entry describes a snapshot.
	Snapshot *Entry_Snapshot `protobuf:"bytes,4,opt,name=snapshot,proto3,oneof"`
}

func (*Entry_Write_) () {}

func (*Entry_NewTableBlock_) () {}

func (*Entry_TableBlockPersisted_) () {}

func (*Entry_Snapshot_) () {}

// The write-type entry.
type Entry_Write struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Table name of the write.
	TableName string `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Data is the data of the write.
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// Arrow indicates that data is stored in arrow record format.
	Arrow bool `protobuf:"varint,3,opt,name=arrow,proto3" json:"arrow,omitempty"`
}

func ( *Entry_Write) () {
	* = Entry_Write{}
	if protoimpl.UnsafeEnabled {
		 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[2]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *Entry_Write) () string {
	return protoimpl.X.MessageStringOf()
}

func (*Entry_Write) () {}

func ( *Entry_Write) () protoreflect.Message {
	 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[2]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use Entry_Write.ProtoReflect.Descriptor instead.
func (*Entry_Write) () ([]byte, []int) {
	return file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP(), []int{1, 0}
}

func ( *Entry_Write) () string {
	if  != nil {
		return .TableName
	}
	return ""
}

func ( *Entry_Write) () []byte {
	if  != nil {
		return .Data
	}
	return nil
}

func ( *Entry_Write) () bool {
	if  != nil {
		return .Arrow
	}
	return false
}

// The new-table-block entry.
type Entry_NewTableBlock struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Table name of the new-table-block.
	TableName string `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Block ID of the new-table-block.
	BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	// Config of the new-table-block.
	Config *v1alpha1.TableConfig `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"`
}

func ( *Entry_NewTableBlock) () {
	* = Entry_NewTableBlock{}
	if protoimpl.UnsafeEnabled {
		 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[3]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *Entry_NewTableBlock) () string {
	return protoimpl.X.MessageStringOf()
}

func (*Entry_NewTableBlock) () {}

func ( *Entry_NewTableBlock) () protoreflect.Message {
	 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[3]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use Entry_NewTableBlock.ProtoReflect.Descriptor instead.
func (*Entry_NewTableBlock) () ([]byte, []int) {
	return file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP(), []int{1, 1}
}

func ( *Entry_NewTableBlock) () string {
	if  != nil {
		return .TableName
	}
	return ""
}

func ( *Entry_NewTableBlock) () []byte {
	if  != nil {
		return .BlockId
	}
	return nil
}

func ( *Entry_NewTableBlock) () *v1alpha1.TableConfig {
	if  != nil {
		return .Config
	}
	return nil
}

// The table-block persisted entry.
type Entry_TableBlockPersisted struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Table name of the new-table-block.
	TableName string `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Block ID of the new-table-block.
	BlockId []byte `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	// NextTx is the next non-persisted transaction at the time of block
	// persistence. If the block has been persisted, any txn id < next_tx is
	// considered persisted or not relevant to this table (i.e. it can be a
	// non-persisted txn from another table).
	NextTx uint64 `protobuf:"varint,3,opt,name=next_tx,json=nextTx,proto3" json:"next_tx,omitempty"`
}

func ( *Entry_TableBlockPersisted) () {
	* = Entry_TableBlockPersisted{}
	if protoimpl.UnsafeEnabled {
		 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[4]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *Entry_TableBlockPersisted) () string {
	return protoimpl.X.MessageStringOf()
}

func (*Entry_TableBlockPersisted) () {}

func ( *Entry_TableBlockPersisted) () protoreflect.Message {
	 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[4]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use Entry_TableBlockPersisted.ProtoReflect.Descriptor instead.
func (*Entry_TableBlockPersisted) () ([]byte, []int) {
	return file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP(), []int{1, 2}
}

func ( *Entry_TableBlockPersisted) () string {
	if  != nil {
		return .TableName
	}
	return ""
}

func ( *Entry_TableBlockPersisted) () []byte {
	if  != nil {
		return .BlockId
	}
	return nil
}

func ( *Entry_TableBlockPersisted) () uint64 {
	if  != nil {
		return .NextTx
	}
	return 0
}

// The snapshot entry.
type Entry_Snapshot struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// The tx the snapshot was taken at.
	Tx uint64 `protobuf:"varint,1,opt,name=tx,proto3" json:"tx,omitempty"`
}

func ( *Entry_Snapshot) () {
	* = Entry_Snapshot{}
	if protoimpl.UnsafeEnabled {
		 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[5]
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		.StoreMessageInfo()
	}
}

func ( *Entry_Snapshot) () string {
	return protoimpl.X.MessageStringOf()
}

func (*Entry_Snapshot) () {}

func ( *Entry_Snapshot) () protoreflect.Message {
	 := &file_frostdb_wal_v1alpha1_wal_proto_msgTypes[5]
	if protoimpl.UnsafeEnabled &&  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use Entry_Snapshot.ProtoReflect.Descriptor instead.
func (*Entry_Snapshot) () ([]byte, []int) {
	return file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP(), []int{1, 3}
}

func ( *Entry_Snapshot) () uint64 {
	if  != nil {
		return .Tx
	}
	return 0
}

var File_frostdb_wal_v1alpha1_wal_proto protoreflect.FileDescriptor

var file_frostdb_wal_v1alpha1_wal_proto_rawDesc = []byte{
	0x0a, 0x1e, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2f, 0x77, 0x61, 0x6c, 0x2f, 0x76, 0x31,
	0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x77, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
	0x12, 0x14, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2e, 0x77, 0x61, 0x6c, 0x2e, 0x76, 0x31,
	0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x1a, 0x23, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2f,
	0x74, 0x61, 0x62, 0x6c, 0x65, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2f, 0x63,
	0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x41, 0x0a, 0x06, 0x52,
	0x65, 0x63, 0x6f, 0x72, 0x64, 0x12, 0x31, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2e, 0x77,
	0x61, 0x6c, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x72,
	0x79, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x22, 0xbd,
	0x05, 0x0a, 0x05, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x39, 0x0a, 0x05, 0x77, 0x72, 0x69, 0x74,
	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64,
	0x62, 0x2e, 0x77, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x45,
	0x6e, 0x74, 0x72, 0x79, 0x2e, 0x57, 0x72, 0x69, 0x74, 0x65, 0x48, 0x00, 0x52, 0x05, 0x77, 0x72,
	0x69, 0x74, 0x65, 0x12, 0x53, 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x74, 0x61, 0x62, 0x6c, 0x65,
	0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x66,
	0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2e, 0x77, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70,
	0x68, 0x61, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x2e, 0x4e, 0x65, 0x77, 0x54, 0x61, 0x62,
	0x6c, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x00, 0x52, 0x0d, 0x6e, 0x65, 0x77, 0x54, 0x61,
	0x62, 0x6c, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x65, 0x0a, 0x15, 0x74, 0x61, 0x62, 0x6c,
	0x65, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65,
	0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64,
	0x62, 0x2e, 0x77, 0x61, 0x6c, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x45,
	0x6e, 0x74, 0x72, 0x79, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x50,
	0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x64, 0x48, 0x00, 0x52, 0x13, 0x74, 0x61, 0x62, 0x6c,
	0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x64, 0x12,
	0x42, 0x0a, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x24, 0x2e, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2e, 0x77, 0x61, 0x6c, 0x2e,
	0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x2e, 0x53,
	0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x48, 0x00, 0x52, 0x08, 0x73, 0x6e, 0x61, 0x70, 0x73,
	0x68, 0x6f, 0x74, 0x1a, 0x50, 0x0a, 0x05, 0x57, 0x72, 0x69, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x0a,
	0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
	0x52, 0x09, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12,
	0x14, 0x0a, 0x05, 0x61, 0x72, 0x72, 0x6f, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05,
	0x61, 0x72, 0x72, 0x6f, 0x77, 0x1a, 0x92, 0x01, 0x0a, 0x0d, 0x4e, 0x65, 0x77, 0x54, 0x61, 0x62,
	0x6c, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65,
	0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x61, 0x62,
	0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f,
	0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49,
	0x64, 0x12, 0x3b, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x23, 0x2e, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2e, 0x74, 0x61, 0x62, 0x6c,
	0x65, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65,
	0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4a, 0x04,
	0x08, 0x03, 0x10, 0x04, 0x4a, 0x04, 0x08, 0x04, 0x10, 0x05, 0x1a, 0x68, 0x0a, 0x13, 0x54, 0x61,
	0x62, 0x6c, 0x65, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65,
	0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65,
	0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0c, 0x52, 0x07, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x6e,
	0x65, 0x78, 0x74, 0x5f, 0x74, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x6e, 0x65,
	0x78, 0x74, 0x54, 0x78, 0x1a, 0x1a, 0x0a, 0x08, 0x53, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74,
	0x12, 0x0e, 0x0a, 0x02, 0x74, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x74, 0x78,
	0x42, 0x0c, 0x0a, 0x0a, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0xe5,
	0x01, 0x0a, 0x18, 0x63, 0x6f, 0x6d, 0x2e, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2e, 0x77,
	0x61, 0x6c, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x42, 0x08, 0x57, 0x61, 0x6c,
	0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x4d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
	0x63, 0x6f, 0x6d, 0x2f, 0x70, 0x6f, 0x6c, 0x61, 0x72, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x73,
	0x2f, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2f, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x6f,
	0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x2f, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2f, 0x77, 0x61,
	0x6c, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x3b, 0x77, 0x61, 0x6c, 0x76, 0x31,
	0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xa2, 0x02, 0x03, 0x46, 0x57, 0x58, 0xaa, 0x02, 0x14, 0x46,
	0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x2e, 0x57, 0x61, 0x6c, 0x2e, 0x56, 0x31, 0x61, 0x6c, 0x70,
	0x68, 0x61, 0x31, 0xca, 0x02, 0x14, 0x46, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x5c, 0x57, 0x61,
	0x6c, 0x5c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0xe2, 0x02, 0x20, 0x46, 0x72, 0x6f,
	0x73, 0x74, 0x64, 0x62, 0x5c, 0x57, 0x61, 0x6c, 0x5c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61,
	0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x16,
	0x46, 0x72, 0x6f, 0x73, 0x74, 0x64, 0x62, 0x3a, 0x3a, 0x57, 0x61, 0x6c, 0x3a, 0x3a, 0x56, 0x31,
	0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_frostdb_wal_v1alpha1_wal_proto_rawDescOnce sync.Once
	file_frostdb_wal_v1alpha1_wal_proto_rawDescData = file_frostdb_wal_v1alpha1_wal_proto_rawDesc
)

func file_frostdb_wal_v1alpha1_wal_proto_rawDescGZIP() []byte {
	file_frostdb_wal_v1alpha1_wal_proto_rawDescOnce.Do(func() {
		file_frostdb_wal_v1alpha1_wal_proto_rawDescData = protoimpl.X.CompressGZIP(file_frostdb_wal_v1alpha1_wal_proto_rawDescData)
	})
	return file_frostdb_wal_v1alpha1_wal_proto_rawDescData
}

var file_frostdb_wal_v1alpha1_wal_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_frostdb_wal_v1alpha1_wal_proto_goTypes = []any{
	(*Record)(nil),                    // 0: frostdb.wal.v1alpha1.Record
	(*Entry)(nil),                     // 1: frostdb.wal.v1alpha1.Entry
	(*Entry_Write)(nil),               // 2: frostdb.wal.v1alpha1.Entry.Write
	(*Entry_NewTableBlock)(nil),       // 3: frostdb.wal.v1alpha1.Entry.NewTableBlock
	(*Entry_TableBlockPersisted)(nil), // 4: frostdb.wal.v1alpha1.Entry.TableBlockPersisted
	(*Entry_Snapshot)(nil),            // 5: frostdb.wal.v1alpha1.Entry.Snapshot
	(*v1alpha1.TableConfig)(nil),      // 6: frostdb.table.v1alpha1.TableConfig
}
var file_frostdb_wal_v1alpha1_wal_proto_depIdxs = []int32{
	1, // 0: frostdb.wal.v1alpha1.Record.entry:type_name -> frostdb.wal.v1alpha1.Entry
	2, // 1: frostdb.wal.v1alpha1.Entry.write:type_name -> frostdb.wal.v1alpha1.Entry.Write
	3, // 2: frostdb.wal.v1alpha1.Entry.new_table_block:type_name -> frostdb.wal.v1alpha1.Entry.NewTableBlock
	4, // 3: frostdb.wal.v1alpha1.Entry.table_block_persisted:type_name -> frostdb.wal.v1alpha1.Entry.TableBlockPersisted
	5, // 4: frostdb.wal.v1alpha1.Entry.snapshot:type_name -> frostdb.wal.v1alpha1.Entry.Snapshot
	6, // 5: frostdb.wal.v1alpha1.Entry.NewTableBlock.config:type_name -> frostdb.table.v1alpha1.TableConfig
	6, // [6:6] is the sub-list for method output_type
	6, // [6:6] is the sub-list for method input_type
	6, // [6:6] is the sub-list for extension type_name
	6, // [6:6] is the sub-list for extension extendee
	0, // [0:6] is the sub-list for field type_name
}

func init() { file_frostdb_wal_v1alpha1_wal_proto_init() }
func file_frostdb_wal_v1alpha1_wal_proto_init() {
	if File_frostdb_wal_v1alpha1_wal_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_frostdb_wal_v1alpha1_wal_proto_msgTypes[0].Exporter = func( any,  int) any {
			switch  := .(*Record);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1].Exporter = func( any,  int) any {
			switch  := .(*Entry);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_frostdb_wal_v1alpha1_wal_proto_msgTypes[2].Exporter = func( any,  int) any {
			switch  := .(*Entry_Write);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_frostdb_wal_v1alpha1_wal_proto_msgTypes[3].Exporter = func( any,  int) any {
			switch  := .(*Entry_NewTableBlock);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_frostdb_wal_v1alpha1_wal_proto_msgTypes[4].Exporter = func( any,  int) any {
			switch  := .(*Entry_TableBlockPersisted);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
		file_frostdb_wal_v1alpha1_wal_proto_msgTypes[5].Exporter = func( any,  int) any {
			switch  := .(*Entry_Snapshot);  {
			case 0:
				return &.state
			case 1:
				return &.sizeCache
			case 2:
				return &.unknownFields
			default:
				return nil
			}
		}
	}
	file_frostdb_wal_v1alpha1_wal_proto_msgTypes[1].OneofWrappers = []any{
		(*Entry_Write_)(nil),
		(*Entry_NewTableBlock_)(nil),
		(*Entry_TableBlockPersisted_)(nil),
		(*Entry_Snapshot_)(nil),
	}
	type  struct{}
	 := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf({}).PkgPath(),
			RawDescriptor: file_frostdb_wal_v1alpha1_wal_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   6,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_frostdb_wal_v1alpha1_wal_proto_goTypes,
		DependencyIndexes: file_frostdb_wal_v1alpha1_wal_proto_depIdxs,
		MessageInfos:      file_frostdb_wal_v1alpha1_wal_proto_msgTypes,
	}.Build()
	File_frostdb_wal_v1alpha1_wal_proto = .File
	file_frostdb_wal_v1alpha1_wal_proto_rawDesc = nil
	file_frostdb_wal_v1alpha1_wal_proto_goTypes = nil
	file_frostdb_wal_v1alpha1_wal_proto_depIdxs = nil
}