// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.36.10
// 	protoc        v5.27.1
// source: cel/expr/conformance/env_config.proto

package conformance

import (
	expr "cel.dev/expr"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	descriptorpb "google.golang.org/protobuf/types/descriptorpb"
	structpb "google.golang.org/protobuf/types/known/structpb"
	reflect "reflect"
	sync "sync"
	unsafe "unsafe"
)

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)
)

type Environment struct {
	state                          protoimpl.MessageState          `protogen:"open.v1"`
	Name                           string                          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description                    string                          `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Container                      string                          `protobuf:"bytes,3,opt,name=container,proto3" json:"container,omitempty"`
	Imports                        []*Environment_Import           `protobuf:"bytes,4,rep,name=imports,proto3" json:"imports,omitempty"`
	Stdlib                         *LibrarySubset                  `protobuf:"bytes,5,opt,name=stdlib,proto3" json:"stdlib,omitempty"`
	Extensions                     []*Extension                    `protobuf:"bytes,6,rep,name=extensions,proto3" json:"extensions,omitempty"`
	ContextVariable                *Environment_ContextVariable    `protobuf:"bytes,7,opt,name=context_variable,json=contextVariable,proto3" json:"context_variable,omitempty"`
	Declarations                   []*expr.Decl                    `protobuf:"bytes,8,rep,name=declarations,proto3" json:"declarations,omitempty"`
	Validators                     []*Validator                    `protobuf:"bytes,9,rep,name=validators,proto3" json:"validators,omitempty"`
	Features                       []*Feature                      `protobuf:"bytes,10,rep,name=features,proto3" json:"features,omitempty"`
	DisableStandardCelDeclarations bool                            `protobuf:"varint,11,opt,name=disable_standard_cel_declarations,json=disableStandardCelDeclarations,proto3" json:"disable_standard_cel_declarations,omitempty"`
	MessageTypeExtension           *descriptorpb.FileDescriptorSet `protobuf:"bytes,12,opt,name=message_type_extension,json=messageTypeExtension,proto3" json:"message_type_extension,omitempty"`
	EnableMacroCallTracking        bool                            `protobuf:"varint,13,opt,name=enable_macro_call_tracking,json=enableMacroCallTracking,proto3" json:"enable_macro_call_tracking,omitempty"`
	unknownFields                  protoimpl.UnknownFields
	sizeCache                      protoimpl.SizeCache
}

func (x *Environment) Reset() {
	*x = Environment{}
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[0]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *Environment) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Environment) ProtoMessage() {}

func (x *Environment) ProtoReflect() protoreflect.Message {
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[0]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

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

func (x *Environment) GetName() string {
	if x != nil {
		return x.Name
	}
	return ""
}

func (x *Environment) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *Environment) GetContainer() string {
	if x != nil {
		return x.Container
	}
	return ""
}

func (x *Environment) GetImports() []*Environment_Import {
	if x != nil {
		return x.Imports
	}
	return nil
}

func (x *Environment) GetStdlib() *LibrarySubset {
	if x != nil {
		return x.Stdlib
	}
	return nil
}

func (x *Environment) GetExtensions() []*Extension {
	if x != nil {
		return x.Extensions
	}
	return nil
}

func (x *Environment) GetContextVariable() *Environment_ContextVariable {
	if x != nil {
		return x.ContextVariable
	}
	return nil
}

func (x *Environment) GetDeclarations() []*expr.Decl {
	if x != nil {
		return x.Declarations
	}
	return nil
}

func (x *Environment) GetValidators() []*Validator {
	if x != nil {
		return x.Validators
	}
	return nil
}

func (x *Environment) GetFeatures() []*Feature {
	if x != nil {
		return x.Features
	}
	return nil
}

func (x *Environment) GetDisableStandardCelDeclarations() bool {
	if x != nil {
		return x.DisableStandardCelDeclarations
	}
	return false
}

func (x *Environment) GetMessageTypeExtension() *descriptorpb.FileDescriptorSet {
	if x != nil {
		return x.MessageTypeExtension
	}
	return nil
}

func (x *Environment) GetEnableMacroCallTracking() bool {
	if x != nil {
		return x.EnableMacroCallTracking
	}
	return false
}

type Validator struct {
	state         protoimpl.MessageState     `protogen:"open.v1"`
	Name          string                     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Config        map[string]*structpb.Value `protobuf:"bytes,2,rep,name=config,proto3" json:"config,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func (x *Validator) Reset() {
	*x = Validator{}
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[1]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *Validator) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Validator) ProtoMessage() {}

func (x *Validator) ProtoReflect() protoreflect.Message {
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[1]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

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

func (x *Validator) GetName() string {
	if x != nil {
		return x.Name
	}
	return ""
}

func (x *Validator) GetConfig() map[string]*structpb.Value {
	if x != nil {
		return x.Config
	}
	return nil
}

type Feature struct {
	state         protoimpl.MessageState `protogen:"open.v1"`
	Name          string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Enabled       bool                   `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func (x *Feature) Reset() {
	*x = Feature{}
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[2]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *Feature) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Feature) ProtoMessage() {}

func (x *Feature) ProtoReflect() protoreflect.Message {
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[2]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

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

func (x *Feature) GetName() string {
	if x != nil {
		return x.Name
	}
	return ""
}

func (x *Feature) GetEnabled() bool {
	if x != nil {
		return x.Enabled
	}
	return false
}

type Extension struct {
	state         protoimpl.MessageState `protogen:"open.v1"`
	Name          string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version       string                 `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func (x *Extension) Reset() {
	*x = Extension{}
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[3]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *Extension) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Extension) ProtoMessage() {}

func (x *Extension) ProtoReflect() protoreflect.Message {
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[3]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

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

func (x *Extension) GetName() string {
	if x != nil {
		return x.Name
	}
	return ""
}

func (x *Extension) GetVersion() string {
	if x != nil {
		return x.Version
	}
	return ""
}

type LibrarySubset struct {
	state            protoimpl.MessageState `protogen:"open.v1"`
	Disabled         bool                   `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	DisableMacros    bool                   `protobuf:"varint,2,opt,name=disable_macros,json=disableMacros,proto3" json:"disable_macros,omitempty"`
	IncludeMacros    []string               `protobuf:"bytes,3,rep,name=include_macros,json=includeMacros,proto3" json:"include_macros,omitempty"`
	ExcludeMacros    []string               `protobuf:"bytes,4,rep,name=exclude_macros,json=excludeMacros,proto3" json:"exclude_macros,omitempty"`
	IncludeFunctions []*expr.Decl           `protobuf:"bytes,5,rep,name=include_functions,json=includeFunctions,proto3" json:"include_functions,omitempty"`
	ExcludeFunctions []*expr.Decl           `protobuf:"bytes,6,rep,name=exclude_functions,json=excludeFunctions,proto3" json:"exclude_functions,omitempty"`
	unknownFields    protoimpl.UnknownFields
	sizeCache        protoimpl.SizeCache
}

func (x *LibrarySubset) Reset() {
	*x = LibrarySubset{}
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[4]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *LibrarySubset) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*LibrarySubset) ProtoMessage() {}

func (x *LibrarySubset) ProtoReflect() protoreflect.Message {
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[4]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use LibrarySubset.ProtoReflect.Descriptor instead.
func (*LibrarySubset) Descriptor() ([]byte, []int) {
	return file_cel_expr_conformance_env_config_proto_rawDescGZIP(), []int{4}
}

func (x *LibrarySubset) GetDisabled() bool {
	if x != nil {
		return x.Disabled
	}
	return false
}

func (x *LibrarySubset) GetDisableMacros() bool {
	if x != nil {
		return x.DisableMacros
	}
	return false
}

func (x *LibrarySubset) GetIncludeMacros() []string {
	if x != nil {
		return x.IncludeMacros
	}
	return nil
}

func (x *LibrarySubset) GetExcludeMacros() []string {
	if x != nil {
		return x.ExcludeMacros
	}
	return nil
}

func (x *LibrarySubset) GetIncludeFunctions() []*expr.Decl {
	if x != nil {
		return x.IncludeFunctions
	}
	return nil
}

func (x *LibrarySubset) GetExcludeFunctions() []*expr.Decl {
	if x != nil {
		return x.ExcludeFunctions
	}
	return nil
}

type Environment_Import struct {
	state         protoimpl.MessageState `protogen:"open.v1"`
	Name          string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func (x *Environment_Import) Reset() {
	*x = Environment_Import{}
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[5]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *Environment_Import) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Environment_Import) ProtoMessage() {}

func (x *Environment_Import) ProtoReflect() protoreflect.Message {
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[5]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

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

func (x *Environment_Import) GetName() string {
	if x != nil {
		return x.Name
	}
	return ""
}

type Environment_ContextVariable struct {
	state         protoimpl.MessageState `protogen:"open.v1"`
	TypeName      string                 `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func (x *Environment_ContextVariable) Reset() {
	*x = Environment_ContextVariable{}
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[6]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *Environment_ContextVariable) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Environment_ContextVariable) ProtoMessage() {}

func (x *Environment_ContextVariable) ProtoReflect() protoreflect.Message {
	mi := &file_cel_expr_conformance_env_config_proto_msgTypes[6]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

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

func (x *Environment_ContextVariable) GetTypeName() string {
	if x != nil {
		return x.TypeName
	}
	return ""
}

var File_cel_expr_conformance_env_config_proto protoreflect.FileDescriptor

const file_cel_expr_conformance_env_config_proto_rawDesc = "" +
	"\n" +
	"%cel/expr/conformance/env_config.proto\x12\x14cel.expr.conformance\x1a\x16cel/expr/checked.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a google/protobuf/descriptor.proto\"\xe1\x06\n" +
	"\vEnvironment\x12\x12\n" +
	"\x04name\x18\x01 \x01(\tR\x04name\x12 \n" +
	"\vdescription\x18\x02 \x01(\tR\vdescription\x12\x1c\n" +
	"\tcontainer\x18\x03 \x01(\tR\tcontainer\x12B\n" +
	"\aimports\x18\x04 \x03(\v2(.cel.expr.conformance.Environment.ImportR\aimports\x12;\n" +
	"\x06stdlib\x18\x05 \x01(\v2#.cel.expr.conformance.LibrarySubsetR\x06stdlib\x12?\n" +
	"\n" +
	"extensions\x18\x06 \x03(\v2\x1f.cel.expr.conformance.ExtensionR\n" +
	"extensions\x12\\\n" +
	"\x10context_variable\x18\a \x01(\v21.cel.expr.conformance.Environment.ContextVariableR\x0fcontextVariable\x122\n" +
	"\fdeclarations\x18\b \x03(\v2\x0e.cel.expr.DeclR\fdeclarations\x12?\n" +
	"\n" +
	"validators\x18\t \x03(\v2\x1f.cel.expr.conformance.ValidatorR\n" +
	"validators\x129\n" +
	"\bfeatures\x18\n" +
	" \x03(\v2\x1d.cel.expr.conformance.FeatureR\bfeatures\x12I\n" +
	"!disable_standard_cel_declarations\x18\v \x01(\bR\x1edisableStandardCelDeclarations\x12X\n" +
	"\x16message_type_extension\x18\f \x01(\v2\".google.protobuf.FileDescriptorSetR\x14messageTypeExtension\x12;\n" +
	"\x1aenable_macro_call_tracking\x18\r \x01(\bR\x17enableMacroCallTracking\x1a\x1c\n" +
	"\x06Import\x12\x12\n" +
	"\x04name\x18\x01 \x01(\tR\x04name\x1a.\n" +
	"\x0fContextVariable\x12\x1b\n" +
	"\ttype_name\x18\x01 \x01(\tR\btypeName\"\xb7\x01\n" +
	"\tValidator\x12\x12\n" +
	"\x04name\x18\x01 \x01(\tR\x04name\x12C\n" +
	"\x06config\x18\x02 \x03(\v2+.cel.expr.conformance.Validator.ConfigEntryR\x06config\x1aQ\n" +
	"\vConfigEntry\x12\x10\n" +
	"\x03key\x18\x01 \x01(\tR\x03key\x12,\n" +
	"\x05value\x18\x02 \x01(\v2\x16.google.protobuf.ValueR\x05value:\x028\x01\"7\n" +
	"\aFeature\x12\x12\n" +
	"\x04name\x18\x01 \x01(\tR\x04name\x12\x18\n" +
	"\aenabled\x18\x02 \x01(\bR\aenabled\"9\n" +
	"\tExtension\x12\x12\n" +
	"\x04name\x18\x01 \x01(\tR\x04name\x12\x18\n" +
	"\aversion\x18\x02 \x01(\tR\aversion\"\x9a\x02\n" +
	"\rLibrarySubset\x12\x1a\n" +
	"\bdisabled\x18\x01 \x01(\bR\bdisabled\x12%\n" +
	"\x0edisable_macros\x18\x02 \x01(\bR\rdisableMacros\x12%\n" +
	"\x0einclude_macros\x18\x03 \x03(\tR\rincludeMacros\x12%\n" +
	"\x0eexclude_macros\x18\x04 \x03(\tR\rexcludeMacros\x12;\n" +
	"\x11include_functions\x18\x05 \x03(\v2\x0e.cel.expr.DeclR\x10includeFunctions\x12;\n" +
	"\x11exclude_functions\x18\x06 \x03(\v2\x0e.cel.expr.DeclR\x10excludeFunctionsBK\n" +
	"\x18cel.dev.expr.conformanceB\x10EnvironmentProtoP\x01Z\x18cel.dev/expr/conformance\xf8\x01\x01b\x06proto3"

var (
	file_cel_expr_conformance_env_config_proto_rawDescOnce sync.Once
	file_cel_expr_conformance_env_config_proto_rawDescData []byte
)

func file_cel_expr_conformance_env_config_proto_rawDescGZIP() []byte {
	file_cel_expr_conformance_env_config_proto_rawDescOnce.Do(func() {
		file_cel_expr_conformance_env_config_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_cel_expr_conformance_env_config_proto_rawDesc), len(file_cel_expr_conformance_env_config_proto_rawDesc)))
	})
	return file_cel_expr_conformance_env_config_proto_rawDescData
}

var file_cel_expr_conformance_env_config_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
var file_cel_expr_conformance_env_config_proto_goTypes = []any{
	(*Environment)(nil),                    // 0: cel.expr.conformance.Environment
	(*Validator)(nil),                      // 1: cel.expr.conformance.Validator
	(*Feature)(nil),                        // 2: cel.expr.conformance.Feature
	(*Extension)(nil),                      // 3: cel.expr.conformance.Extension
	(*LibrarySubset)(nil),                  // 4: cel.expr.conformance.LibrarySubset
	(*Environment_Import)(nil),             // 5: cel.expr.conformance.Environment.Import
	(*Environment_ContextVariable)(nil),    // 6: cel.expr.conformance.Environment.ContextVariable
	nil,                                    // 7: cel.expr.conformance.Validator.ConfigEntry
	(*expr.Decl)(nil),                      // 8: cel.expr.Decl
	(*descriptorpb.FileDescriptorSet)(nil), // 9: google.protobuf.FileDescriptorSet
	(*structpb.Value)(nil),                 // 10: google.protobuf.Value
}
var file_cel_expr_conformance_env_config_proto_depIdxs = []int32{
	5,  // 0: cel.expr.conformance.Environment.imports:type_name -> cel.expr.conformance.Environment.Import
	4,  // 1: cel.expr.conformance.Environment.stdlib:type_name -> cel.expr.conformance.LibrarySubset
	3,  // 2: cel.expr.conformance.Environment.extensions:type_name -> cel.expr.conformance.Extension
	6,  // 3: cel.expr.conformance.Environment.context_variable:type_name -> cel.expr.conformance.Environment.ContextVariable
	8,  // 4: cel.expr.conformance.Environment.declarations:type_name -> cel.expr.Decl
	1,  // 5: cel.expr.conformance.Environment.validators:type_name -> cel.expr.conformance.Validator
	2,  // 6: cel.expr.conformance.Environment.features:type_name -> cel.expr.conformance.Feature
	9,  // 7: cel.expr.conformance.Environment.message_type_extension:type_name -> google.protobuf.FileDescriptorSet
	7,  // 8: cel.expr.conformance.Validator.config:type_name -> cel.expr.conformance.Validator.ConfigEntry
	8,  // 9: cel.expr.conformance.LibrarySubset.include_functions:type_name -> cel.expr.Decl
	8,  // 10: cel.expr.conformance.LibrarySubset.exclude_functions:type_name -> cel.expr.Decl
	10, // 11: cel.expr.conformance.Validator.ConfigEntry.value:type_name -> google.protobuf.Value
	12, // [12:12] is the sub-list for method output_type
	12, // [12:12] is the sub-list for method input_type
	12, // [12:12] is the sub-list for extension type_name
	12, // [12:12] is the sub-list for extension extendee
	0,  // [0:12] is the sub-list for field type_name
}

func init() { file_cel_expr_conformance_env_config_proto_init() }
func file_cel_expr_conformance_env_config_proto_init() {
	if File_cel_expr_conformance_env_config_proto != nil {
		return
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: unsafe.Slice(unsafe.StringData(file_cel_expr_conformance_env_config_proto_rawDesc), len(file_cel_expr_conformance_env_config_proto_rawDesc)),
			NumEnums:      0,
			NumMessages:   8,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_cel_expr_conformance_env_config_proto_goTypes,
		DependencyIndexes: file_cel_expr_conformance_env_config_proto_depIdxs,
		MessageInfos:      file_cel_expr_conformance_env_config_proto_msgTypes,
	}.Build()
	File_cel_expr_conformance_env_config_proto = out.File
	file_cel_expr_conformance_env_config_proto_goTypes = nil
	file_cel_expr_conformance_env_config_proto_depIdxs = nil
}
