...

Package build_proto

import "github.com/bazelbuild/buildtools/build_proto"
Overview
Index

Overview ▾

Index ▾

Constants
Variables
type AllowedRuleClassInfo
    func (*AllowedRuleClassInfo) Descriptor() ([]byte, []int)
    func (x *AllowedRuleClassInfo) GetAllowedRuleClass() []string
    func (x *AllowedRuleClassInfo) GetPolicy() AllowedRuleClassInfo_AllowedRuleClasses
    func (*AllowedRuleClassInfo) ProtoMessage()
    func (x *AllowedRuleClassInfo) ProtoReflect() protoreflect.Message
    func (x *AllowedRuleClassInfo) Reset()
    func (x *AllowedRuleClassInfo) String() string
type AllowedRuleClassInfo_AllowedRuleClasses
    func (AllowedRuleClassInfo_AllowedRuleClasses) Descriptor() protoreflect.EnumDescriptor
    func (x AllowedRuleClassInfo_AllowedRuleClasses) Enum() *AllowedRuleClassInfo_AllowedRuleClasses
    func (AllowedRuleClassInfo_AllowedRuleClasses) EnumDescriptor() ([]byte, []int)
    func (x AllowedRuleClassInfo_AllowedRuleClasses) Number() protoreflect.EnumNumber
    func (x AllowedRuleClassInfo_AllowedRuleClasses) String() string
    func (AllowedRuleClassInfo_AllowedRuleClasses) Type() protoreflect.EnumType
    func (x *AllowedRuleClassInfo_AllowedRuleClasses) UnmarshalJSON(b []byte) error
type Attribute
    func (*Attribute) Descriptor() ([]byte, []int)
    func (x *Attribute) GetBooleanValue() bool
    func (x *Attribute) GetDEPRECATEDStringDictUnaryValue() [][]byte
    func (x *Attribute) GetExplicitlySpecified() bool
    func (x *Attribute) GetFilesetListValue() []*FilesetEntry
    func (x *Attribute) GetIntListValue() []int32
    func (x *Attribute) GetIntValue() int32
    func (x *Attribute) GetLabelDictUnaryValue() []*LabelDictUnaryEntry
    func (x *Attribute) GetLabelKeyedStringDictValue() []*LabelKeyedStringDictEntry
    func (x *Attribute) GetLabelListDictValue() []*LabelListDictEntry
    func (x *Attribute) GetLicense() *License
    func (x *Attribute) GetName() string
    func (x *Attribute) GetNodep() bool
    func (x *Attribute) GetSelectorList() *Attribute_SelectorList
    func (x *Attribute) GetStringDictValue() []*StringDictEntry
    func (x *Attribute) GetStringListDictValue() []*StringListDictEntry
    func (x *Attribute) GetStringListValue() []string
    func (x *Attribute) GetStringValue() string
    func (x *Attribute) GetTristateValue() Attribute_Tristate
    func (x *Attribute) GetType() Attribute_Discriminator
    func (*Attribute) ProtoMessage()
    func (x *Attribute) ProtoReflect() protoreflect.Message
    func (x *Attribute) Reset()
    func (x *Attribute) String() string
type AttributeDefinition
    func (*AttributeDefinition) Descriptor() ([]byte, []int)
    func (x *AttributeDefinition) GetAllowEmpty() bool
    func (x *AttributeDefinition) GetAllowSingleFile() bool
    func (x *AttributeDefinition) GetAllowedRuleClasses() *AllowedRuleClassInfo
    func (x *AttributeDefinition) GetCfgIsHost() bool
    func (x *AttributeDefinition) GetConfigurable() bool
    func (x *AttributeDefinition) GetDefault() *AttributeValue
    func (x *AttributeDefinition) GetDocumentation() string
    func (x *AttributeDefinition) GetExecutable() bool
    func (x *AttributeDefinition) GetMandatory() bool
    func (x *AttributeDefinition) GetName() string
    func (x *AttributeDefinition) GetNodep() bool
    func (x *AttributeDefinition) GetType() Attribute_Discriminator
    func (*AttributeDefinition) ProtoMessage()
    func (x *AttributeDefinition) ProtoReflect() protoreflect.Message
    func (x *AttributeDefinition) Reset()
    func (x *AttributeDefinition) String() string
type AttributeValue
    func (*AttributeValue) Descriptor() ([]byte, []int)
    func (x *AttributeValue) GetBool() bool
    func (x *AttributeValue) GetDict() []*AttributeValue_DictEntry
    func (x *AttributeValue) GetInt() int32
    func (x *AttributeValue) GetList() []*AttributeValue
    func (x *AttributeValue) GetString_() string
    func (*AttributeValue) ProtoMessage()
    func (x *AttributeValue) ProtoReflect() protoreflect.Message
    func (x *AttributeValue) Reset()
    func (x *AttributeValue) String() string
type AttributeValue_DictEntry
    func (*AttributeValue_DictEntry) Descriptor() ([]byte, []int)
    func (x *AttributeValue_DictEntry) GetKey() string
    func (x *AttributeValue_DictEntry) GetValue() *AttributeValue
    func (*AttributeValue_DictEntry) ProtoMessage()
    func (x *AttributeValue_DictEntry) ProtoReflect() protoreflect.Message
    func (x *AttributeValue_DictEntry) Reset()
    func (x *AttributeValue_DictEntry) String() string
type Attribute_Discriminator
    func (Attribute_Discriminator) Descriptor() protoreflect.EnumDescriptor
    func (x Attribute_Discriminator) Enum() *Attribute_Discriminator
    func (Attribute_Discriminator) EnumDescriptor() ([]byte, []int)
    func (x Attribute_Discriminator) Number() protoreflect.EnumNumber
    func (x Attribute_Discriminator) String() string
    func (Attribute_Discriminator) Type() protoreflect.EnumType
    func (x *Attribute_Discriminator) UnmarshalJSON(b []byte) error
type Attribute_Selector
    func (*Attribute_Selector) Descriptor() ([]byte, []int)
    func (x *Attribute_Selector) GetEntries() []*Attribute_SelectorEntry
    func (x *Attribute_Selector) GetHasDefaultValue() bool
    func (x *Attribute_Selector) GetNoMatchError() string
    func (*Attribute_Selector) ProtoMessage()
    func (x *Attribute_Selector) ProtoReflect() protoreflect.Message
    func (x *Attribute_Selector) Reset()
    func (x *Attribute_Selector) String() string
type Attribute_SelectorEntry
    func (*Attribute_SelectorEntry) Descriptor() ([]byte, []int)
    func (x *Attribute_SelectorEntry) GetBooleanValue() bool
    func (x *Attribute_SelectorEntry) GetDEPRECATEDStringDictUnaryValue() [][]byte
    func (x *Attribute_SelectorEntry) GetFilesetListValue() []*FilesetEntry
    func (x *Attribute_SelectorEntry) GetIntListValue() []int32
    func (x *Attribute_SelectorEntry) GetIntValue() int32
    func (x *Attribute_SelectorEntry) GetIsDefaultValue() bool
    func (x *Attribute_SelectorEntry) GetLabel() string
    func (x *Attribute_SelectorEntry) GetLabelDictUnaryValue() []*LabelDictUnaryEntry
    func (x *Attribute_SelectorEntry) GetLabelKeyedStringDictValue() []*LabelKeyedStringDictEntry
    func (x *Attribute_SelectorEntry) GetLabelListDictValue() []*LabelListDictEntry
    func (x *Attribute_SelectorEntry) GetLicense() *License
    func (x *Attribute_SelectorEntry) GetStringDictValue() []*StringDictEntry
    func (x *Attribute_SelectorEntry) GetStringListDictValue() []*StringListDictEntry
    func (x *Attribute_SelectorEntry) GetStringListValue() []string
    func (x *Attribute_SelectorEntry) GetStringValue() string
    func (x *Attribute_SelectorEntry) GetTristateValue() Attribute_Tristate
    func (*Attribute_SelectorEntry) ProtoMessage()
    func (x *Attribute_SelectorEntry) ProtoReflect() protoreflect.Message
    func (x *Attribute_SelectorEntry) Reset()
    func (x *Attribute_SelectorEntry) String() string
type Attribute_SelectorList
    func (*Attribute_SelectorList) Descriptor() ([]byte, []int)
    func (x *Attribute_SelectorList) GetElements() []*Attribute_Selector
    func (x *Attribute_SelectorList) GetType() Attribute_Discriminator
    func (*Attribute_SelectorList) ProtoMessage()
    func (x *Attribute_SelectorList) ProtoReflect() protoreflect.Message
    func (x *Attribute_SelectorList) Reset()
    func (x *Attribute_SelectorList) String() string
type Attribute_Tristate
    func (Attribute_Tristate) Descriptor() protoreflect.EnumDescriptor
    func (x Attribute_Tristate) Enum() *Attribute_Tristate
    func (Attribute_Tristate) EnumDescriptor() ([]byte, []int)
    func (x Attribute_Tristate) Number() protoreflect.EnumNumber
    func (x Attribute_Tristate) String() string
    func (Attribute_Tristate) Type() protoreflect.EnumType
    func (x *Attribute_Tristate) UnmarshalJSON(b []byte) error
type BuildLanguage
    func (*BuildLanguage) Descriptor() ([]byte, []int)
    func (x *BuildLanguage) GetRule() []*RuleDefinition
    func (*BuildLanguage) ProtoMessage()
    func (x *BuildLanguage) ProtoReflect() protoreflect.Message
    func (x *BuildLanguage) Reset()
    func (x *BuildLanguage) String() string
type ConfiguredRuleInput
    func (*ConfiguredRuleInput) Descriptor() ([]byte, []int)
    func (x *ConfiguredRuleInput) GetConfigurationChecksum() string
    func (x *ConfiguredRuleInput) GetConfigurationId() uint32
    func (x *ConfiguredRuleInput) GetLabel() string
    func (*ConfiguredRuleInput) ProtoMessage()
    func (x *ConfiguredRuleInput) ProtoReflect() protoreflect.Message
    func (x *ConfiguredRuleInput) Reset()
    func (x *ConfiguredRuleInput) String() string
type EnvironmentGroup
    func (*EnvironmentGroup) Descriptor() ([]byte, []int)
    func (x *EnvironmentGroup) GetDefault() []string
    func (x *EnvironmentGroup) GetEnvironment() []string
    func (x *EnvironmentGroup) GetName() string
    func (*EnvironmentGroup) ProtoMessage()
    func (x *EnvironmentGroup) ProtoReflect() protoreflect.Message
    func (x *EnvironmentGroup) Reset()
    func (x *EnvironmentGroup) String() string
type FilesetEntry
    func (*FilesetEntry) Descriptor() ([]byte, []int)
    func (x *FilesetEntry) GetDestinationDirectory() string
    func (x *FilesetEntry) GetExclude() []string
    func (x *FilesetEntry) GetFile() []string
    func (x *FilesetEntry) GetFilesPresent() bool
    func (x *FilesetEntry) GetSource() string
    func (x *FilesetEntry) GetStripPrefix() string
    func (x *FilesetEntry) GetSymlinkBehavior() FilesetEntry_SymlinkBehavior
    func (*FilesetEntry) ProtoMessage()
    func (x *FilesetEntry) ProtoReflect() protoreflect.Message
    func (x *FilesetEntry) Reset()
    func (x *FilesetEntry) String() string
type FilesetEntry_SymlinkBehavior
    func (FilesetEntry_SymlinkBehavior) Descriptor() protoreflect.EnumDescriptor
    func (x FilesetEntry_SymlinkBehavior) Enum() *FilesetEntry_SymlinkBehavior
    func (FilesetEntry_SymlinkBehavior) EnumDescriptor() ([]byte, []int)
    func (x FilesetEntry_SymlinkBehavior) Number() protoreflect.EnumNumber
    func (x FilesetEntry_SymlinkBehavior) String() string
    func (FilesetEntry_SymlinkBehavior) Type() protoreflect.EnumType
    func (x *FilesetEntry_SymlinkBehavior) UnmarshalJSON(b []byte) error
type GeneratedFile
    func (*GeneratedFile) Descriptor() ([]byte, []int)
    func (x *GeneratedFile) GetGeneratingRule() string
    func (x *GeneratedFile) GetLocation() string
    func (x *GeneratedFile) GetName() string
    func (*GeneratedFile) ProtoMessage()
    func (x *GeneratedFile) ProtoReflect() protoreflect.Message
    func (x *GeneratedFile) Reset()
    func (x *GeneratedFile) String() string
type LabelDictUnaryEntry
    func (*LabelDictUnaryEntry) Descriptor() ([]byte, []int)
    func (x *LabelDictUnaryEntry) GetKey() string
    func (x *LabelDictUnaryEntry) GetValue() string
    func (*LabelDictUnaryEntry) ProtoMessage()
    func (x *LabelDictUnaryEntry) ProtoReflect() protoreflect.Message
    func (x *LabelDictUnaryEntry) Reset()
    func (x *LabelDictUnaryEntry) String() string
type LabelKeyedStringDictEntry
    func (*LabelKeyedStringDictEntry) Descriptor() ([]byte, []int)
    func (x *LabelKeyedStringDictEntry) GetKey() string
    func (x *LabelKeyedStringDictEntry) GetValue() string
    func (*LabelKeyedStringDictEntry) ProtoMessage()
    func (x *LabelKeyedStringDictEntry) ProtoReflect() protoreflect.Message
    func (x *LabelKeyedStringDictEntry) Reset()
    func (x *LabelKeyedStringDictEntry) String() string
type LabelListDictEntry
    func (*LabelListDictEntry) Descriptor() ([]byte, []int)
    func (x *LabelListDictEntry) GetKey() string
    func (x *LabelListDictEntry) GetValue() []string
    func (*LabelListDictEntry) ProtoMessage()
    func (x *LabelListDictEntry) ProtoReflect() protoreflect.Message
    func (x *LabelListDictEntry) Reset()
    func (x *LabelListDictEntry) String() string
type License
    func (*License) Descriptor() ([]byte, []int)
    func (x *License) GetException() []string
    func (x *License) GetLicenseType() []string
    func (*License) ProtoMessage()
    func (x *License) ProtoReflect() protoreflect.Message
    func (x *License) Reset()
    func (x *License) String() string
type PackageGroup
    func (*PackageGroup) Descriptor() ([]byte, []int)
    func (x *PackageGroup) GetContainedPackage() []string
    func (x *PackageGroup) GetIncludedPackageGroup() []string
    func (x *PackageGroup) GetName() string
    func (*PackageGroup) ProtoMessage()
    func (x *PackageGroup) ProtoReflect() protoreflect.Message
    func (x *PackageGroup) Reset()
    func (x *PackageGroup) String() string
type QueryResult
    func (*QueryResult) Descriptor() ([]byte, []int)
    func (x *QueryResult) GetTarget() []*Target
    func (*QueryResult) ProtoMessage()
    func (x *QueryResult) ProtoReflect() protoreflect.Message
    func (x *QueryResult) Reset()
    func (x *QueryResult) String() string
type Rule
    func (*Rule) Descriptor() ([]byte, []int)
    func (x *Rule) GetAttribute() []*Attribute
    func (x *Rule) GetConfiguredRuleInput() []*ConfiguredRuleInput
    func (x *Rule) GetDEPRECATEDIsSkylark() bool
    func (x *Rule) GetDEPRECATEDPublicByDefault() bool
    func (x *Rule) GetDefaultSetting() []string
    func (x *Rule) GetDefinitionStack() []string
    func (x *Rule) GetInstantiationStack() []string
    func (x *Rule) GetLocation() string
    func (x *Rule) GetName() string
    func (x *Rule) GetRuleClass() string
    func (x *Rule) GetRuleInput() []string
    func (x *Rule) GetRuleOutput() []string
    func (x *Rule) GetSkylarkEnvironmentHashCode() string
    func (*Rule) ProtoMessage()
    func (x *Rule) ProtoReflect() protoreflect.Message
    func (x *Rule) Reset()
    func (x *Rule) String() string
type RuleDefinition
    func (*RuleDefinition) Descriptor() ([]byte, []int)
    func (x *RuleDefinition) GetAttribute() []*AttributeDefinition
    func (x *RuleDefinition) GetDocumentation() string
    func (x *RuleDefinition) GetLabel() string
    func (x *RuleDefinition) GetName() string
    func (*RuleDefinition) ProtoMessage()
    func (x *RuleDefinition) ProtoReflect() protoreflect.Message
    func (x *RuleDefinition) Reset()
    func (x *RuleDefinition) String() string
type RuleSummary
    func (*RuleSummary) Descriptor() ([]byte, []int)
    func (x *RuleSummary) GetDependency() []*Rule
    func (x *RuleSummary) GetLocation() string
    func (x *RuleSummary) GetRule() *Rule
    func (*RuleSummary) ProtoMessage()
    func (x *RuleSummary) ProtoReflect() protoreflect.Message
    func (x *RuleSummary) Reset()
    func (x *RuleSummary) String() string
type SourceFile
    func (*SourceFile) Descriptor() ([]byte, []int)
    func (x *SourceFile) GetFeature() []string
    func (x *SourceFile) GetLicense() *License
    func (x *SourceFile) GetLocation() string
    func (x *SourceFile) GetName() string
    func (x *SourceFile) GetPackageContainsErrors() bool
    func (x *SourceFile) GetPackageGroup() []string
    func (x *SourceFile) GetSubinclude() []string
    func (x *SourceFile) GetVisibilityLabel() []string
    func (*SourceFile) ProtoMessage()
    func (x *SourceFile) ProtoReflect() protoreflect.Message
    func (x *SourceFile) Reset()
    func (x *SourceFile) String() string
type StringDictEntry
    func (*StringDictEntry) Descriptor() ([]byte, []int)
    func (x *StringDictEntry) GetKey() string
    func (x *StringDictEntry) GetValue() string
    func (*StringDictEntry) ProtoMessage()
    func (x *StringDictEntry) ProtoReflect() protoreflect.Message
    func (x *StringDictEntry) Reset()
    func (x *StringDictEntry) String() string
type StringListDictEntry
    func (*StringListDictEntry) Descriptor() ([]byte, []int)
    func (x *StringListDictEntry) GetKey() string
    func (x *StringListDictEntry) GetValue() []string
    func (*StringListDictEntry) ProtoMessage()
    func (x *StringListDictEntry) ProtoReflect() protoreflect.Message
    func (x *StringListDictEntry) Reset()
    func (x *StringListDictEntry) String() string
type Target
    func (*Target) Descriptor() ([]byte, []int)
    func (x *Target) GetEnvironmentGroup() *EnvironmentGroup
    func (x *Target) GetGeneratedFile() *GeneratedFile
    func (x *Target) GetPackageGroup() *PackageGroup
    func (x *Target) GetRule() *Rule
    func (x *Target) GetSourceFile() *SourceFile
    func (x *Target) GetType() Target_Discriminator
    func (*Target) ProtoMessage()
    func (x *Target) ProtoReflect() protoreflect.Message
    func (x *Target) Reset()
    func (x *Target) String() string
type Target_Discriminator
    func (Target_Discriminator) Descriptor() protoreflect.EnumDescriptor
    func (x Target_Discriminator) Enum() *Target_Discriminator
    func (Target_Discriminator) EnumDescriptor() ([]byte, []int)
    func (x Target_Discriminator) Number() protoreflect.EnumNumber
    func (x Target_Discriminator) String() string
    func (Target_Discriminator) Type() protoreflect.EnumType
    func (x *Target_Discriminator) UnmarshalJSON(b []byte) error

Package files

build.gen.pb.go

Constants

Default values for FilesetEntry fields.

const (
    Default_FilesetEntry_SymlinkBehavior = FilesetEntry_COPY
)

Variables

Enum value maps for FilesetEntry_SymlinkBehavior.

var (
    FilesetEntry_SymlinkBehavior_name = map[int32]string{
        1: "COPY",
        2: "DEREFERENCE",
    }
    FilesetEntry_SymlinkBehavior_value = map[string]int32{
        "COPY":        1,
        "DEREFERENCE": 2,
    }
)

Enum value maps for Attribute_Discriminator.

var (
    Attribute_Discriminator_name = map[int32]string{
        1:  "INTEGER",
        2:  "STRING",
        3:  "LABEL",
        4:  "OUTPUT",
        5:  "STRING_LIST",
        6:  "LABEL_LIST",
        7:  "OUTPUT_LIST",
        8:  "DISTRIBUTION_SET",
        9:  "LICENSE",
        10: "STRING_DICT",
        11: "FILESET_ENTRY_LIST",
        12: "LABEL_LIST_DICT",
        13: "STRING_LIST_DICT",
        14: "BOOLEAN",
        15: "TRISTATE",
        16: "INTEGER_LIST",
        18: "UNKNOWN",
        19: "LABEL_DICT_UNARY",
        20: "SELECTOR_LIST",
        21: "LABEL_KEYED_STRING_DICT",
        17: "DEPRECATED_STRING_DICT_UNARY",
    }
    Attribute_Discriminator_value = map[string]int32{
        "INTEGER":                      1,
        "STRING":                       2,
        "LABEL":                        3,
        "OUTPUT":                       4,
        "STRING_LIST":                  5,
        "LABEL_LIST":                   6,
        "OUTPUT_LIST":                  7,
        "DISTRIBUTION_SET":             8,
        "LICENSE":                      9,
        "STRING_DICT":                  10,
        "FILESET_ENTRY_LIST":           11,
        "LABEL_LIST_DICT":              12,
        "STRING_LIST_DICT":             13,
        "BOOLEAN":                      14,
        "TRISTATE":                     15,
        "INTEGER_LIST":                 16,
        "UNKNOWN":                      18,
        "LABEL_DICT_UNARY":             19,
        "SELECTOR_LIST":                20,
        "LABEL_KEYED_STRING_DICT":      21,
        "DEPRECATED_STRING_DICT_UNARY": 17,
    }
)

Enum value maps for Attribute_Tristate.

var (
    Attribute_Tristate_name = map[int32]string{
        0: "NO",
        1: "YES",
        2: "AUTO",
    }
    Attribute_Tristate_value = map[string]int32{
        "NO":   0,
        "YES":  1,
        "AUTO": 2,
    }
)

Enum value maps for Target_Discriminator.

var (
    Target_Discriminator_name = map[int32]string{
        1: "RULE",
        2: "SOURCE_FILE",
        3: "GENERATED_FILE",
        4: "PACKAGE_GROUP",
        5: "ENVIRONMENT_GROUP",
    }
    Target_Discriminator_value = map[string]int32{
        "RULE":              1,
        "SOURCE_FILE":       2,
        "GENERATED_FILE":    3,
        "PACKAGE_GROUP":     4,
        "ENVIRONMENT_GROUP": 5,
    }
)

Enum value maps for AllowedRuleClassInfo_AllowedRuleClasses.

var (
    AllowedRuleClassInfo_AllowedRuleClasses_name = map[int32]string{
        1: "ANY",
        2: "SPECIFIED",
    }
    AllowedRuleClassInfo_AllowedRuleClasses_value = map[string]int32{
        "ANY":       1,
        "SPECIFIED": 2,
    }
)
var File_build_proto_build_proto protoreflect.FileDescriptor

type AllowedRuleClassInfo

type AllowedRuleClassInfo struct {
    Policy           *AllowedRuleClassInfo_AllowedRuleClasses `protobuf:"varint,1,req,name=policy,enum=blaze_query.AllowedRuleClassInfo_AllowedRuleClasses" json:"policy,omitempty"`
    AllowedRuleClass []string                                 `protobuf:"bytes,2,rep,name=allowed_rule_class,json=allowedRuleClass" json:"allowed_rule_class,omitempty"`
    // contains filtered or unexported fields
}

func (*AllowedRuleClassInfo) Descriptor

func (*AllowedRuleClassInfo) Descriptor() ([]byte, []int)

Deprecated: Use AllowedRuleClassInfo.ProtoReflect.Descriptor instead.

func (*AllowedRuleClassInfo) GetAllowedRuleClass

func (x *AllowedRuleClassInfo) GetAllowedRuleClass() []string

func (*AllowedRuleClassInfo) GetPolicy

func (x *AllowedRuleClassInfo) GetPolicy() AllowedRuleClassInfo_AllowedRuleClasses

func (*AllowedRuleClassInfo) ProtoMessage

func (*AllowedRuleClassInfo) ProtoMessage()

func (*AllowedRuleClassInfo) ProtoReflect

func (x *AllowedRuleClassInfo) ProtoReflect() protoreflect.Message

func (*AllowedRuleClassInfo) Reset

func (x *AllowedRuleClassInfo) Reset()

func (*AllowedRuleClassInfo) String

func (x *AllowedRuleClassInfo) String() string

type AllowedRuleClassInfo_AllowedRuleClasses

type AllowedRuleClassInfo_AllowedRuleClasses int32
const (
    AllowedRuleClassInfo_ANY       AllowedRuleClassInfo_AllowedRuleClasses = 1
    AllowedRuleClassInfo_SPECIFIED AllowedRuleClassInfo_AllowedRuleClasses = 2
)

func (AllowedRuleClassInfo_AllowedRuleClasses) Descriptor

func (AllowedRuleClassInfo_AllowedRuleClasses) Descriptor() protoreflect.EnumDescriptor

func (AllowedRuleClassInfo_AllowedRuleClasses) Enum

func (x AllowedRuleClassInfo_AllowedRuleClasses) Enum() *AllowedRuleClassInfo_AllowedRuleClasses

func (AllowedRuleClassInfo_AllowedRuleClasses) EnumDescriptor

func (AllowedRuleClassInfo_AllowedRuleClasses) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllowedRuleClassInfo_AllowedRuleClasses.Descriptor instead.

func (AllowedRuleClassInfo_AllowedRuleClasses) Number

func (x AllowedRuleClassInfo_AllowedRuleClasses) Number() protoreflect.EnumNumber

func (AllowedRuleClassInfo_AllowedRuleClasses) String

func (x AllowedRuleClassInfo_AllowedRuleClasses) String() string

func (AllowedRuleClassInfo_AllowedRuleClasses) Type

func (AllowedRuleClassInfo_AllowedRuleClasses) Type() protoreflect.EnumType

func (*AllowedRuleClassInfo_AllowedRuleClasses) UnmarshalJSON

func (x *AllowedRuleClassInfo_AllowedRuleClasses) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Attribute

type Attribute struct {
    Name                           *string                      `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    ExplicitlySpecified            *bool                        `protobuf:"varint,13,opt,name=explicitly_specified,json=explicitlySpecified" json:"explicitly_specified,omitempty"`
    Nodep                          *bool                        `protobuf:"varint,20,opt,name=nodep" json:"nodep,omitempty"`
    Type                           *Attribute_Discriminator     `protobuf:"varint,2,req,name=type,enum=blaze_query.Attribute_Discriminator" json:"type,omitempty"`
    IntValue                       *int32                       `protobuf:"varint,3,opt,name=int_value,json=intValue" json:"int_value,omitempty"`
    StringValue                    *string                      `protobuf:"bytes,5,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
    BooleanValue                   *bool                        `protobuf:"varint,14,opt,name=boolean_value,json=booleanValue" json:"boolean_value,omitempty"`
    TristateValue                  *Attribute_Tristate          `protobuf:"varint,15,opt,name=tristate_value,json=tristateValue,enum=blaze_query.Attribute_Tristate" json:"tristate_value,omitempty"`
    StringListValue                []string                     `protobuf:"bytes,6,rep,name=string_list_value,json=stringListValue" json:"string_list_value,omitempty"`
    License                        *License                     `protobuf:"bytes,7,opt,name=license" json:"license,omitempty"`
    StringDictValue                []*StringDictEntry           `protobuf:"bytes,8,rep,name=string_dict_value,json=stringDictValue" json:"string_dict_value,omitempty"`
    FilesetListValue               []*FilesetEntry              `protobuf:"bytes,9,rep,name=fileset_list_value,json=filesetListValue" json:"fileset_list_value,omitempty"`
    LabelListDictValue             []*LabelListDictEntry        `protobuf:"bytes,10,rep,name=label_list_dict_value,json=labelListDictValue" json:"label_list_dict_value,omitempty"`
    StringListDictValue            []*StringListDictEntry       `protobuf:"bytes,11,rep,name=string_list_dict_value,json=stringListDictValue" json:"string_list_dict_value,omitempty"`
    IntListValue                   []int32                      `protobuf:"varint,17,rep,name=int_list_value,json=intListValue" json:"int_list_value,omitempty"`
    LabelDictUnaryValue            []*LabelDictUnaryEntry       `protobuf:"bytes,19,rep,name=label_dict_unary_value,json=labelDictUnaryValue" json:"label_dict_unary_value,omitempty"`
    LabelKeyedStringDictValue      []*LabelKeyedStringDictEntry `protobuf:"bytes,22,rep,name=label_keyed_string_dict_value,json=labelKeyedStringDictValue" json:"label_keyed_string_dict_value,omitempty"`
    SelectorList                   *Attribute_SelectorList      `protobuf:"bytes,21,opt,name=selector_list,json=selectorList" json:"selector_list,omitempty"`
    DEPRECATEDStringDictUnaryValue [][]byte                     `protobuf:"bytes,18,rep,name=DEPRECATED_string_dict_unary_value,json=DEPRECATEDStringDictUnaryValue" json:"DEPRECATED_string_dict_unary_value,omitempty"`
    // contains filtered or unexported fields
}

func (*Attribute) Descriptor

func (*Attribute) Descriptor() ([]byte, []int)

Deprecated: Use Attribute.ProtoReflect.Descriptor instead.

func (*Attribute) GetBooleanValue

func (x *Attribute) GetBooleanValue() bool

func (*Attribute) GetDEPRECATEDStringDictUnaryValue

func (x *Attribute) GetDEPRECATEDStringDictUnaryValue() [][]byte

func (*Attribute) GetExplicitlySpecified

func (x *Attribute) GetExplicitlySpecified() bool

func (*Attribute) GetFilesetListValue

func (x *Attribute) GetFilesetListValue() []*FilesetEntry

func (*Attribute) GetIntListValue

func (x *Attribute) GetIntListValue() []int32

func (*Attribute) GetIntValue

func (x *Attribute) GetIntValue() int32

func (*Attribute) GetLabelDictUnaryValue

func (x *Attribute) GetLabelDictUnaryValue() []*LabelDictUnaryEntry

func (*Attribute) GetLabelKeyedStringDictValue

func (x *Attribute) GetLabelKeyedStringDictValue() []*LabelKeyedStringDictEntry

func (*Attribute) GetLabelListDictValue

func (x *Attribute) GetLabelListDictValue() []*LabelListDictEntry

func (*Attribute) GetLicense

func (x *Attribute) GetLicense() *License

func (*Attribute) GetName

func (x *Attribute) GetName() string

func (*Attribute) GetNodep

func (x *Attribute) GetNodep() bool

func (*Attribute) GetSelectorList

func (x *Attribute) GetSelectorList() *Attribute_SelectorList

func (*Attribute) GetStringDictValue

func (x *Attribute) GetStringDictValue() []*StringDictEntry

func (*Attribute) GetStringListDictValue

func (x *Attribute) GetStringListDictValue() []*StringListDictEntry

func (*Attribute) GetStringListValue

func (x *Attribute) GetStringListValue() []string

func (*Attribute) GetStringValue

func (x *Attribute) GetStringValue() string

func (*Attribute) GetTristateValue

func (x *Attribute) GetTristateValue() Attribute_Tristate

func (*Attribute) GetType

func (x *Attribute) GetType() Attribute_Discriminator

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) ProtoReflect

func (x *Attribute) ProtoReflect() protoreflect.Message

func (*Attribute) Reset

func (x *Attribute) Reset()

func (*Attribute) String

func (x *Attribute) String() string

type AttributeDefinition

type AttributeDefinition struct {
    Name               *string                  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    Type               *Attribute_Discriminator `protobuf:"varint,2,req,name=type,enum=blaze_query.Attribute_Discriminator" json:"type,omitempty"`
    Mandatory          *bool                    `protobuf:"varint,3,opt,name=mandatory" json:"mandatory,omitempty"`
    AllowedRuleClasses *AllowedRuleClassInfo    `protobuf:"bytes,4,opt,name=allowed_rule_classes,json=allowedRuleClasses" json:"allowed_rule_classes,omitempty"`
    Documentation      *string                  `protobuf:"bytes,5,opt,name=documentation" json:"documentation,omitempty"`
    AllowEmpty         *bool                    `protobuf:"varint,6,opt,name=allow_empty,json=allowEmpty" json:"allow_empty,omitempty"`
    AllowSingleFile    *bool                    `protobuf:"varint,7,opt,name=allow_single_file,json=allowSingleFile" json:"allow_single_file,omitempty"`
    Default            *AttributeValue          `protobuf:"bytes,9,opt,name=default" json:"default,omitempty"`
    Executable         *bool                    `protobuf:"varint,10,opt,name=executable" json:"executable,omitempty"`
    Configurable       *bool                    `protobuf:"varint,11,opt,name=configurable" json:"configurable,omitempty"`
    Nodep              *bool                    `protobuf:"varint,12,opt,name=nodep" json:"nodep,omitempty"`
    CfgIsHost          *bool                    `protobuf:"varint,13,opt,name=cfg_is_host,json=cfgIsHost" json:"cfg_is_host,omitempty"`
    // contains filtered or unexported fields
}

func (*AttributeDefinition) Descriptor

func (*AttributeDefinition) Descriptor() ([]byte, []int)

Deprecated: Use AttributeDefinition.ProtoReflect.Descriptor instead.

func (*AttributeDefinition) GetAllowEmpty

func (x *AttributeDefinition) GetAllowEmpty() bool

func (*AttributeDefinition) GetAllowSingleFile

func (x *AttributeDefinition) GetAllowSingleFile() bool

func (*AttributeDefinition) GetAllowedRuleClasses

func (x *AttributeDefinition) GetAllowedRuleClasses() *AllowedRuleClassInfo

func (*AttributeDefinition) GetCfgIsHost

func (x *AttributeDefinition) GetCfgIsHost() bool

func (*AttributeDefinition) GetConfigurable

func (x *AttributeDefinition) GetConfigurable() bool

func (*AttributeDefinition) GetDefault

func (x *AttributeDefinition) GetDefault() *AttributeValue

func (*AttributeDefinition) GetDocumentation

func (x *AttributeDefinition) GetDocumentation() string

func (*AttributeDefinition) GetExecutable

func (x *AttributeDefinition) GetExecutable() bool

func (*AttributeDefinition) GetMandatory

func (x *AttributeDefinition) GetMandatory() bool

func (*AttributeDefinition) GetName

func (x *AttributeDefinition) GetName() string

func (*AttributeDefinition) GetNodep

func (x *AttributeDefinition) GetNodep() bool

func (*AttributeDefinition) GetType

func (x *AttributeDefinition) GetType() Attribute_Discriminator

func (*AttributeDefinition) ProtoMessage

func (*AttributeDefinition) ProtoMessage()

func (*AttributeDefinition) ProtoReflect

func (x *AttributeDefinition) ProtoReflect() protoreflect.Message

func (*AttributeDefinition) Reset

func (x *AttributeDefinition) Reset()

func (*AttributeDefinition) String

func (x *AttributeDefinition) String() string

type AttributeValue

type AttributeValue struct {
    Int     *int32                      `protobuf:"varint,1,opt,name=int" json:"int,omitempty"`
    String_ *string                     `protobuf:"bytes,2,opt,name=string" json:"string,omitempty"`
    Bool    *bool                       `protobuf:"varint,3,opt,name=bool" json:"bool,omitempty"`
    List    []*AttributeValue           `protobuf:"bytes,4,rep,name=list" json:"list,omitempty"`
    Dict    []*AttributeValue_DictEntry `protobuf:"bytes,5,rep,name=dict" json:"dict,omitempty"`
    // contains filtered or unexported fields
}

func (*AttributeValue) Descriptor

func (*AttributeValue) Descriptor() ([]byte, []int)

Deprecated: Use AttributeValue.ProtoReflect.Descriptor instead.

func (*AttributeValue) GetBool

func (x *AttributeValue) GetBool() bool

func (*AttributeValue) GetDict

func (x *AttributeValue) GetDict() []*AttributeValue_DictEntry

func (*AttributeValue) GetInt

func (x *AttributeValue) GetInt() int32

func (*AttributeValue) GetList

func (x *AttributeValue) GetList() []*AttributeValue

func (*AttributeValue) GetString_

func (x *AttributeValue) GetString_() string

func (*AttributeValue) ProtoMessage

func (*AttributeValue) ProtoMessage()

func (*AttributeValue) ProtoReflect

func (x *AttributeValue) ProtoReflect() protoreflect.Message

func (*AttributeValue) Reset

func (x *AttributeValue) Reset()

func (*AttributeValue) String

func (x *AttributeValue) String() string

type AttributeValue_DictEntry

type AttributeValue_DictEntry struct {
    Key   *string         `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
    Value *AttributeValue `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
    // contains filtered or unexported fields
}

func (*AttributeValue_DictEntry) Descriptor

func (*AttributeValue_DictEntry) Descriptor() ([]byte, []int)

Deprecated: Use AttributeValue_DictEntry.ProtoReflect.Descriptor instead.

func (*AttributeValue_DictEntry) GetKey

func (x *AttributeValue_DictEntry) GetKey() string

func (*AttributeValue_DictEntry) GetValue

func (x *AttributeValue_DictEntry) GetValue() *AttributeValue

func (*AttributeValue_DictEntry) ProtoMessage

func (*AttributeValue_DictEntry) ProtoMessage()

func (*AttributeValue_DictEntry) ProtoReflect

func (x *AttributeValue_DictEntry) ProtoReflect() protoreflect.Message

func (*AttributeValue_DictEntry) Reset

func (x *AttributeValue_DictEntry) Reset()

func (*AttributeValue_DictEntry) String

func (x *AttributeValue_DictEntry) String() string

type Attribute_Discriminator

type Attribute_Discriminator int32
const (
    Attribute_INTEGER                      Attribute_Discriminator = 1
    Attribute_STRING                       Attribute_Discriminator = 2
    Attribute_LABEL                        Attribute_Discriminator = 3
    Attribute_OUTPUT                       Attribute_Discriminator = 4
    Attribute_STRING_LIST                  Attribute_Discriminator = 5
    Attribute_LABEL_LIST                   Attribute_Discriminator = 6
    Attribute_OUTPUT_LIST                  Attribute_Discriminator = 7
    Attribute_DISTRIBUTION_SET             Attribute_Discriminator = 8
    Attribute_LICENSE                      Attribute_Discriminator = 9
    Attribute_STRING_DICT                  Attribute_Discriminator = 10
    Attribute_FILESET_ENTRY_LIST           Attribute_Discriminator = 11
    Attribute_LABEL_LIST_DICT              Attribute_Discriminator = 12
    Attribute_STRING_LIST_DICT             Attribute_Discriminator = 13
    Attribute_BOOLEAN                      Attribute_Discriminator = 14
    Attribute_TRISTATE                     Attribute_Discriminator = 15
    Attribute_INTEGER_LIST                 Attribute_Discriminator = 16
    Attribute_UNKNOWN                      Attribute_Discriminator = 18
    Attribute_LABEL_DICT_UNARY             Attribute_Discriminator = 19
    Attribute_SELECTOR_LIST                Attribute_Discriminator = 20
    Attribute_LABEL_KEYED_STRING_DICT      Attribute_Discriminator = 21
    Attribute_DEPRECATED_STRING_DICT_UNARY Attribute_Discriminator = 17
)

func (Attribute_Discriminator) Descriptor

func (Attribute_Discriminator) Descriptor() protoreflect.EnumDescriptor

func (Attribute_Discriminator) Enum

func (x Attribute_Discriminator) Enum() *Attribute_Discriminator

func (Attribute_Discriminator) EnumDescriptor

func (Attribute_Discriminator) EnumDescriptor() ([]byte, []int)

Deprecated: Use Attribute_Discriminator.Descriptor instead.

func (Attribute_Discriminator) Number

func (x Attribute_Discriminator) Number() protoreflect.EnumNumber

func (Attribute_Discriminator) String

func (x Attribute_Discriminator) String() string

func (Attribute_Discriminator) Type

func (Attribute_Discriminator) Type() protoreflect.EnumType

func (*Attribute_Discriminator) UnmarshalJSON

func (x *Attribute_Discriminator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Attribute_Selector

type Attribute_Selector struct {
    Entries         []*Attribute_SelectorEntry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
    HasDefaultValue *bool                      `protobuf:"varint,2,opt,name=has_default_value,json=hasDefaultValue" json:"has_default_value,omitempty"`
    NoMatchError    *string                    `protobuf:"bytes,3,opt,name=no_match_error,json=noMatchError" json:"no_match_error,omitempty"`
    // contains filtered or unexported fields
}

func (*Attribute_Selector) Descriptor

func (*Attribute_Selector) Descriptor() ([]byte, []int)

Deprecated: Use Attribute_Selector.ProtoReflect.Descriptor instead.

func (*Attribute_Selector) GetEntries

func (x *Attribute_Selector) GetEntries() []*Attribute_SelectorEntry

func (*Attribute_Selector) GetHasDefaultValue

func (x *Attribute_Selector) GetHasDefaultValue() bool

func (*Attribute_Selector) GetNoMatchError

func (x *Attribute_Selector) GetNoMatchError() string

func (*Attribute_Selector) ProtoMessage

func (*Attribute_Selector) ProtoMessage()

func (*Attribute_Selector) ProtoReflect

func (x *Attribute_Selector) ProtoReflect() protoreflect.Message

func (*Attribute_Selector) Reset

func (x *Attribute_Selector) Reset()

func (*Attribute_Selector) String

func (x *Attribute_Selector) String() string

type Attribute_SelectorEntry

type Attribute_SelectorEntry struct {
    Label                          *string                      `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
    IsDefaultValue                 *bool                        `protobuf:"varint,16,opt,name=is_default_value,json=isDefaultValue" json:"is_default_value,omitempty"`
    IntValue                       *int32                       `protobuf:"varint,2,opt,name=int_value,json=intValue" json:"int_value,omitempty"`
    StringValue                    *string                      `protobuf:"bytes,3,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
    BooleanValue                   *bool                        `protobuf:"varint,4,opt,name=boolean_value,json=booleanValue" json:"boolean_value,omitempty"`
    TristateValue                  *Attribute_Tristate          `protobuf:"varint,5,opt,name=tristate_value,json=tristateValue,enum=blaze_query.Attribute_Tristate" json:"tristate_value,omitempty"`
    StringListValue                []string                     `protobuf:"bytes,6,rep,name=string_list_value,json=stringListValue" json:"string_list_value,omitempty"`
    License                        *License                     `protobuf:"bytes,7,opt,name=license" json:"license,omitempty"`
    StringDictValue                []*StringDictEntry           `protobuf:"bytes,8,rep,name=string_dict_value,json=stringDictValue" json:"string_dict_value,omitempty"`
    FilesetListValue               []*FilesetEntry              `protobuf:"bytes,9,rep,name=fileset_list_value,json=filesetListValue" json:"fileset_list_value,omitempty"`
    LabelListDictValue             []*LabelListDictEntry        `protobuf:"bytes,10,rep,name=label_list_dict_value,json=labelListDictValue" json:"label_list_dict_value,omitempty"`
    StringListDictValue            []*StringListDictEntry       `protobuf:"bytes,11,rep,name=string_list_dict_value,json=stringListDictValue" json:"string_list_dict_value,omitempty"`
    IntListValue                   []int32                      `protobuf:"varint,13,rep,name=int_list_value,json=intListValue" json:"int_list_value,omitempty"`
    LabelDictUnaryValue            []*LabelDictUnaryEntry       `protobuf:"bytes,15,rep,name=label_dict_unary_value,json=labelDictUnaryValue" json:"label_dict_unary_value,omitempty"`
    LabelKeyedStringDictValue      []*LabelKeyedStringDictEntry `protobuf:"bytes,17,rep,name=label_keyed_string_dict_value,json=labelKeyedStringDictValue" json:"label_keyed_string_dict_value,omitempty"`
    DEPRECATEDStringDictUnaryValue [][]byte                     `protobuf:"bytes,14,rep,name=DEPRECATED_string_dict_unary_value,json=DEPRECATEDStringDictUnaryValue" json:"DEPRECATED_string_dict_unary_value,omitempty"`
    // contains filtered or unexported fields
}

func (*Attribute_SelectorEntry) Descriptor

func (*Attribute_SelectorEntry) Descriptor() ([]byte, []int)

Deprecated: Use Attribute_SelectorEntry.ProtoReflect.Descriptor instead.

func (*Attribute_SelectorEntry) GetBooleanValue

func (x *Attribute_SelectorEntry) GetBooleanValue() bool

func (*Attribute_SelectorEntry) GetDEPRECATEDStringDictUnaryValue

func (x *Attribute_SelectorEntry) GetDEPRECATEDStringDictUnaryValue() [][]byte

func (*Attribute_SelectorEntry) GetFilesetListValue

func (x *Attribute_SelectorEntry) GetFilesetListValue() []*FilesetEntry

func (*Attribute_SelectorEntry) GetIntListValue

func (x *Attribute_SelectorEntry) GetIntListValue() []int32

func (*Attribute_SelectorEntry) GetIntValue

func (x *Attribute_SelectorEntry) GetIntValue() int32

func (*Attribute_SelectorEntry) GetIsDefaultValue

func (x *Attribute_SelectorEntry) GetIsDefaultValue() bool

func (*Attribute_SelectorEntry) GetLabel

func (x *Attribute_SelectorEntry) GetLabel() string

func (*Attribute_SelectorEntry) GetLabelDictUnaryValue

func (x *Attribute_SelectorEntry) GetLabelDictUnaryValue() []*LabelDictUnaryEntry

func (*Attribute_SelectorEntry) GetLabelKeyedStringDictValue

func (x *Attribute_SelectorEntry) GetLabelKeyedStringDictValue() []*LabelKeyedStringDictEntry

func (*Attribute_SelectorEntry) GetLabelListDictValue

func (x *Attribute_SelectorEntry) GetLabelListDictValue() []*LabelListDictEntry

func (*Attribute_SelectorEntry) GetLicense

func (x *Attribute_SelectorEntry) GetLicense() *License

func (*Attribute_SelectorEntry) GetStringDictValue

func (x *Attribute_SelectorEntry) GetStringDictValue() []*StringDictEntry

func (*Attribute_SelectorEntry) GetStringListDictValue

func (x *Attribute_SelectorEntry) GetStringListDictValue() []*StringListDictEntry

func (*Attribute_SelectorEntry) GetStringListValue

func (x *Attribute_SelectorEntry) GetStringListValue() []string

func (*Attribute_SelectorEntry) GetStringValue

func (x *Attribute_SelectorEntry) GetStringValue() string

func (*Attribute_SelectorEntry) GetTristateValue

func (x *Attribute_SelectorEntry) GetTristateValue() Attribute_Tristate

func (*Attribute_SelectorEntry) ProtoMessage

func (*Attribute_SelectorEntry) ProtoMessage()

func (*Attribute_SelectorEntry) ProtoReflect

func (x *Attribute_SelectorEntry) ProtoReflect() protoreflect.Message

func (*Attribute_SelectorEntry) Reset

func (x *Attribute_SelectorEntry) Reset()

func (*Attribute_SelectorEntry) String

func (x *Attribute_SelectorEntry) String() string

type Attribute_SelectorList

type Attribute_SelectorList struct {
    Type     *Attribute_Discriminator `protobuf:"varint,1,opt,name=type,enum=blaze_query.Attribute_Discriminator" json:"type,omitempty"`
    Elements []*Attribute_Selector    `protobuf:"bytes,2,rep,name=elements" json:"elements,omitempty"`
    // contains filtered or unexported fields
}

func (*Attribute_SelectorList) Descriptor

func (*Attribute_SelectorList) Descriptor() ([]byte, []int)

Deprecated: Use Attribute_SelectorList.ProtoReflect.Descriptor instead.

func (*Attribute_SelectorList) GetElements

func (x *Attribute_SelectorList) GetElements() []*Attribute_Selector

func (*Attribute_SelectorList) GetType

func (x *Attribute_SelectorList) GetType() Attribute_Discriminator

func (*Attribute_SelectorList) ProtoMessage

func (*Attribute_SelectorList) ProtoMessage()

func (*Attribute_SelectorList) ProtoReflect

func (x *Attribute_SelectorList) ProtoReflect() protoreflect.Message

func (*Attribute_SelectorList) Reset

func (x *Attribute_SelectorList) Reset()

func (*Attribute_SelectorList) String

func (x *Attribute_SelectorList) String() string

type Attribute_Tristate

type Attribute_Tristate int32
const (
    Attribute_NO   Attribute_Tristate = 0
    Attribute_YES  Attribute_Tristate = 1
    Attribute_AUTO Attribute_Tristate = 2
)

func (Attribute_Tristate) Descriptor

func (Attribute_Tristate) Descriptor() protoreflect.EnumDescriptor

func (Attribute_Tristate) Enum

func (x Attribute_Tristate) Enum() *Attribute_Tristate

func (Attribute_Tristate) EnumDescriptor

func (Attribute_Tristate) EnumDescriptor() ([]byte, []int)

Deprecated: Use Attribute_Tristate.Descriptor instead.

func (Attribute_Tristate) Number

func (x Attribute_Tristate) Number() protoreflect.EnumNumber

func (Attribute_Tristate) String

func (x Attribute_Tristate) String() string

func (Attribute_Tristate) Type

func (Attribute_Tristate) Type() protoreflect.EnumType

func (*Attribute_Tristate) UnmarshalJSON

func (x *Attribute_Tristate) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BuildLanguage

type BuildLanguage struct {
    Rule []*RuleDefinition `protobuf:"bytes,1,rep,name=rule" json:"rule,omitempty"`
    // contains filtered or unexported fields
}

func (*BuildLanguage) Descriptor

func (*BuildLanguage) Descriptor() ([]byte, []int)

Deprecated: Use BuildLanguage.ProtoReflect.Descriptor instead.

func (*BuildLanguage) GetRule

func (x *BuildLanguage) GetRule() []*RuleDefinition

func (*BuildLanguage) ProtoMessage

func (*BuildLanguage) ProtoMessage()

func (*BuildLanguage) ProtoReflect

func (x *BuildLanguage) ProtoReflect() protoreflect.Message

func (*BuildLanguage) Reset

func (x *BuildLanguage) Reset()

func (*BuildLanguage) String

func (x *BuildLanguage) String() string

type ConfiguredRuleInput

type ConfiguredRuleInput struct {
    Label                 *string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
    ConfigurationChecksum *string `protobuf:"bytes,2,opt,name=configuration_checksum,json=configurationChecksum" json:"configuration_checksum,omitempty"`
    ConfigurationId       *uint32 `protobuf:"varint,3,opt,name=configuration_id,json=configurationId" json:"configuration_id,omitempty"`
    // contains filtered or unexported fields
}

func (*ConfiguredRuleInput) Descriptor

func (*ConfiguredRuleInput) Descriptor() ([]byte, []int)

Deprecated: Use ConfiguredRuleInput.ProtoReflect.Descriptor instead.

func (*ConfiguredRuleInput) GetConfigurationChecksum

func (x *ConfiguredRuleInput) GetConfigurationChecksum() string

func (*ConfiguredRuleInput) GetConfigurationId

func (x *ConfiguredRuleInput) GetConfigurationId() uint32

func (*ConfiguredRuleInput) GetLabel

func (x *ConfiguredRuleInput) GetLabel() string

func (*ConfiguredRuleInput) ProtoMessage

func (*ConfiguredRuleInput) ProtoMessage()

func (*ConfiguredRuleInput) ProtoReflect

func (x *ConfiguredRuleInput) ProtoReflect() protoreflect.Message

func (*ConfiguredRuleInput) Reset

func (x *ConfiguredRuleInput) Reset()

func (*ConfiguredRuleInput) String

func (x *ConfiguredRuleInput) String() string

type EnvironmentGroup

type EnvironmentGroup struct {
    Name        *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    Environment []string `protobuf:"bytes,2,rep,name=environment" json:"environment,omitempty"`
    Default     []string `protobuf:"bytes,3,rep,name=default" json:"default,omitempty"`
    // contains filtered or unexported fields
}

func (*EnvironmentGroup) Descriptor

func (*EnvironmentGroup) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentGroup.ProtoReflect.Descriptor instead.

func (*EnvironmentGroup) GetDefault

func (x *EnvironmentGroup) GetDefault() []string

func (*EnvironmentGroup) GetEnvironment

func (x *EnvironmentGroup) GetEnvironment() []string

func (*EnvironmentGroup) GetName

func (x *EnvironmentGroup) GetName() string

func (*EnvironmentGroup) ProtoMessage

func (*EnvironmentGroup) ProtoMessage()

func (*EnvironmentGroup) ProtoReflect

func (x *EnvironmentGroup) ProtoReflect() protoreflect.Message

func (*EnvironmentGroup) Reset

func (x *EnvironmentGroup) Reset()

func (*EnvironmentGroup) String

func (x *EnvironmentGroup) String() string

type FilesetEntry

type FilesetEntry struct {
    Source               *string                       `protobuf:"bytes,1,req,name=source" json:"source,omitempty"`
    DestinationDirectory *string                       `protobuf:"bytes,2,req,name=destination_directory,json=destinationDirectory" json:"destination_directory,omitempty"`
    FilesPresent         *bool                         `protobuf:"varint,7,opt,name=files_present,json=filesPresent" json:"files_present,omitempty"`
    File                 []string                      `protobuf:"bytes,3,rep,name=file" json:"file,omitempty"`
    Exclude              []string                      `protobuf:"bytes,4,rep,name=exclude" json:"exclude,omitempty"`
    SymlinkBehavior      *FilesetEntry_SymlinkBehavior `protobuf:"varint,5,opt,name=symlink_behavior,json=symlinkBehavior,enum=blaze_query.FilesetEntry_SymlinkBehavior,def=1" json:"symlink_behavior,omitempty"`
    StripPrefix          *string                       `protobuf:"bytes,6,opt,name=strip_prefix,json=stripPrefix" json:"strip_prefix,omitempty"`
    // contains filtered or unexported fields
}

func (*FilesetEntry) Descriptor

func (*FilesetEntry) Descriptor() ([]byte, []int)

Deprecated: Use FilesetEntry.ProtoReflect.Descriptor instead.

func (*FilesetEntry) GetDestinationDirectory

func (x *FilesetEntry) GetDestinationDirectory() string

func (*FilesetEntry) GetExclude

func (x *FilesetEntry) GetExclude() []string

func (*FilesetEntry) GetFile

func (x *FilesetEntry) GetFile() []string

func (*FilesetEntry) GetFilesPresent

func (x *FilesetEntry) GetFilesPresent() bool

func (*FilesetEntry) GetSource

func (x *FilesetEntry) GetSource() string

func (*FilesetEntry) GetStripPrefix

func (x *FilesetEntry) GetStripPrefix() string

func (*FilesetEntry) GetSymlinkBehavior

func (x *FilesetEntry) GetSymlinkBehavior() FilesetEntry_SymlinkBehavior

func (*FilesetEntry) ProtoMessage

func (*FilesetEntry) ProtoMessage()

func (*FilesetEntry) ProtoReflect

func (x *FilesetEntry) ProtoReflect() protoreflect.Message

func (*FilesetEntry) Reset

func (x *FilesetEntry) Reset()

func (*FilesetEntry) String

func (x *FilesetEntry) String() string

type FilesetEntry_SymlinkBehavior

type FilesetEntry_SymlinkBehavior int32
const (
    FilesetEntry_COPY        FilesetEntry_SymlinkBehavior = 1
    FilesetEntry_DEREFERENCE FilesetEntry_SymlinkBehavior = 2
)

func (FilesetEntry_SymlinkBehavior) Descriptor

func (FilesetEntry_SymlinkBehavior) Descriptor() protoreflect.EnumDescriptor

func (FilesetEntry_SymlinkBehavior) Enum

func (x FilesetEntry_SymlinkBehavior) Enum() *FilesetEntry_SymlinkBehavior

func (FilesetEntry_SymlinkBehavior) EnumDescriptor

func (FilesetEntry_SymlinkBehavior) EnumDescriptor() ([]byte, []int)

Deprecated: Use FilesetEntry_SymlinkBehavior.Descriptor instead.

func (FilesetEntry_SymlinkBehavior) Number

func (x FilesetEntry_SymlinkBehavior) Number() protoreflect.EnumNumber

func (FilesetEntry_SymlinkBehavior) String

func (x FilesetEntry_SymlinkBehavior) String() string

func (FilesetEntry_SymlinkBehavior) Type

func (FilesetEntry_SymlinkBehavior) Type() protoreflect.EnumType

func (*FilesetEntry_SymlinkBehavior) UnmarshalJSON

func (x *FilesetEntry_SymlinkBehavior) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type GeneratedFile

type GeneratedFile struct {
    Name           *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    GeneratingRule *string `protobuf:"bytes,2,req,name=generating_rule,json=generatingRule" json:"generating_rule,omitempty"`
    Location       *string `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"`
    // contains filtered or unexported fields
}

func (*GeneratedFile) Descriptor

func (*GeneratedFile) Descriptor() ([]byte, []int)

Deprecated: Use GeneratedFile.ProtoReflect.Descriptor instead.

func (*GeneratedFile) GetGeneratingRule

func (x *GeneratedFile) GetGeneratingRule() string

func (*GeneratedFile) GetLocation

func (x *GeneratedFile) GetLocation() string

func (*GeneratedFile) GetName

func (x *GeneratedFile) GetName() string

func (*GeneratedFile) ProtoMessage

func (*GeneratedFile) ProtoMessage()

func (*GeneratedFile) ProtoReflect

func (x *GeneratedFile) ProtoReflect() protoreflect.Message

func (*GeneratedFile) Reset

func (x *GeneratedFile) Reset()

func (*GeneratedFile) String

func (x *GeneratedFile) String() string

type LabelDictUnaryEntry

type LabelDictUnaryEntry struct {
    Key   *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
    Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
    // contains filtered or unexported fields
}

func (*LabelDictUnaryEntry) Descriptor

func (*LabelDictUnaryEntry) Descriptor() ([]byte, []int)

Deprecated: Use LabelDictUnaryEntry.ProtoReflect.Descriptor instead.

func (*LabelDictUnaryEntry) GetKey

func (x *LabelDictUnaryEntry) GetKey() string

func (*LabelDictUnaryEntry) GetValue

func (x *LabelDictUnaryEntry) GetValue() string

func (*LabelDictUnaryEntry) ProtoMessage

func (*LabelDictUnaryEntry) ProtoMessage()

func (*LabelDictUnaryEntry) ProtoReflect

func (x *LabelDictUnaryEntry) ProtoReflect() protoreflect.Message

func (*LabelDictUnaryEntry) Reset

func (x *LabelDictUnaryEntry) Reset()

func (*LabelDictUnaryEntry) String

func (x *LabelDictUnaryEntry) String() string

type LabelKeyedStringDictEntry

type LabelKeyedStringDictEntry struct {
    Key   *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
    Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
    // contains filtered or unexported fields
}

func (*LabelKeyedStringDictEntry) Descriptor

func (*LabelKeyedStringDictEntry) Descriptor() ([]byte, []int)

Deprecated: Use LabelKeyedStringDictEntry.ProtoReflect.Descriptor instead.

func (*LabelKeyedStringDictEntry) GetKey

func (x *LabelKeyedStringDictEntry) GetKey() string

func (*LabelKeyedStringDictEntry) GetValue

func (x *LabelKeyedStringDictEntry) GetValue() string

func (*LabelKeyedStringDictEntry) ProtoMessage

func (*LabelKeyedStringDictEntry) ProtoMessage()

func (*LabelKeyedStringDictEntry) ProtoReflect

func (x *LabelKeyedStringDictEntry) ProtoReflect() protoreflect.Message

func (*LabelKeyedStringDictEntry) Reset

func (x *LabelKeyedStringDictEntry) Reset()

func (*LabelKeyedStringDictEntry) String

func (x *LabelKeyedStringDictEntry) String() string

type LabelListDictEntry

type LabelListDictEntry struct {
    Key   *string  `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
    Value []string `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
    // contains filtered or unexported fields
}

func (*LabelListDictEntry) Descriptor

func (*LabelListDictEntry) Descriptor() ([]byte, []int)

Deprecated: Use LabelListDictEntry.ProtoReflect.Descriptor instead.

func (*LabelListDictEntry) GetKey

func (x *LabelListDictEntry) GetKey() string

func (*LabelListDictEntry) GetValue

func (x *LabelListDictEntry) GetValue() []string

func (*LabelListDictEntry) ProtoMessage

func (*LabelListDictEntry) ProtoMessage()

func (*LabelListDictEntry) ProtoReflect

func (x *LabelListDictEntry) ProtoReflect() protoreflect.Message

func (*LabelListDictEntry) Reset

func (x *LabelListDictEntry) Reset()

func (*LabelListDictEntry) String

func (x *LabelListDictEntry) String() string

type License

type License struct {
    LicenseType []string `protobuf:"bytes,1,rep,name=license_type,json=licenseType" json:"license_type,omitempty"`
    Exception   []string `protobuf:"bytes,2,rep,name=exception" json:"exception,omitempty"`
    // contains filtered or unexported fields
}

func (*License) Descriptor

func (*License) Descriptor() ([]byte, []int)

Deprecated: Use License.ProtoReflect.Descriptor instead.

func (*License) GetException

func (x *License) GetException() []string

func (*License) GetLicenseType

func (x *License) GetLicenseType() []string

func (*License) ProtoMessage

func (*License) ProtoMessage()

func (*License) ProtoReflect

func (x *License) ProtoReflect() protoreflect.Message

func (*License) Reset

func (x *License) Reset()

func (*License) String

func (x *License) String() string

type PackageGroup

type PackageGroup struct {
    Name                 *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    ContainedPackage     []string `protobuf:"bytes,2,rep,name=contained_package,json=containedPackage" json:"contained_package,omitempty"`
    IncludedPackageGroup []string `protobuf:"bytes,3,rep,name=included_package_group,json=includedPackageGroup" json:"included_package_group,omitempty"`
    // contains filtered or unexported fields
}

func (*PackageGroup) Descriptor

func (*PackageGroup) Descriptor() ([]byte, []int)

Deprecated: Use PackageGroup.ProtoReflect.Descriptor instead.

func (*PackageGroup) GetContainedPackage

func (x *PackageGroup) GetContainedPackage() []string

func (*PackageGroup) GetIncludedPackageGroup

func (x *PackageGroup) GetIncludedPackageGroup() []string

func (*PackageGroup) GetName

func (x *PackageGroup) GetName() string

func (*PackageGroup) ProtoMessage

func (*PackageGroup) ProtoMessage()

func (*PackageGroup) ProtoReflect

func (x *PackageGroup) ProtoReflect() protoreflect.Message

func (*PackageGroup) Reset

func (x *PackageGroup) Reset()

func (*PackageGroup) String

func (x *PackageGroup) String() string

type QueryResult

type QueryResult struct {
    Target []*Target `protobuf:"bytes,1,rep,name=target" json:"target,omitempty"`
    // contains filtered or unexported fields
}

func (*QueryResult) Descriptor

func (*QueryResult) Descriptor() ([]byte, []int)

Deprecated: Use QueryResult.ProtoReflect.Descriptor instead.

func (*QueryResult) GetTarget

func (x *QueryResult) GetTarget() []*Target

func (*QueryResult) ProtoMessage

func (*QueryResult) ProtoMessage()

func (*QueryResult) ProtoReflect

func (x *QueryResult) ProtoReflect() protoreflect.Message

func (*QueryResult) Reset

func (x *QueryResult) Reset()

func (*QueryResult) String

func (x *QueryResult) String() string

type Rule

type Rule struct {
    Name                       *string                `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    RuleClass                  *string                `protobuf:"bytes,2,req,name=rule_class,json=ruleClass" json:"rule_class,omitempty"`
    Location                   *string                `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"`
    Attribute                  []*Attribute           `protobuf:"bytes,4,rep,name=attribute" json:"attribute,omitempty"`
    RuleInput                  []string               `protobuf:"bytes,5,rep,name=rule_input,json=ruleInput" json:"rule_input,omitempty"`
    ConfiguredRuleInput        []*ConfiguredRuleInput `protobuf:"bytes,15,rep,name=configured_rule_input,json=configuredRuleInput" json:"configured_rule_input,omitempty"`
    RuleOutput                 []string               `protobuf:"bytes,6,rep,name=rule_output,json=ruleOutput" json:"rule_output,omitempty"`
    DefaultSetting             []string               `protobuf:"bytes,7,rep,name=default_setting,json=defaultSetting" json:"default_setting,omitempty"`
    DEPRECATEDPublicByDefault  *bool                  `protobuf:"varint,9,opt,name=DEPRECATED_public_by_default,json=DEPRECATEDPublicByDefault" json:"DEPRECATED_public_by_default,omitempty"`
    DEPRECATEDIsSkylark        *bool                  `protobuf:"varint,10,opt,name=DEPRECATED_is_skylark,json=DEPRECATEDIsSkylark" json:"DEPRECATED_is_skylark,omitempty"`
    SkylarkEnvironmentHashCode *string                `protobuf:"bytes,12,opt,name=skylark_environment_hash_code,json=skylarkEnvironmentHashCode" json:"skylark_environment_hash_code,omitempty"`
    InstantiationStack         []string               `protobuf:"bytes,13,rep,name=instantiation_stack,json=instantiationStack" json:"instantiation_stack,omitempty"`
    DefinitionStack            []string               `protobuf:"bytes,14,rep,name=definition_stack,json=definitionStack" json:"definition_stack,omitempty"`
    // contains filtered or unexported fields
}

func (*Rule) Descriptor

func (*Rule) Descriptor() ([]byte, []int)

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) GetAttribute

func (x *Rule) GetAttribute() []*Attribute

func (*Rule) GetConfiguredRuleInput

func (x *Rule) GetConfiguredRuleInput() []*ConfiguredRuleInput

func (*Rule) GetDEPRECATEDIsSkylark

func (x *Rule) GetDEPRECATEDIsSkylark() bool

func (*Rule) GetDEPRECATEDPublicByDefault

func (x *Rule) GetDEPRECATEDPublicByDefault() bool

func (*Rule) GetDefaultSetting

func (x *Rule) GetDefaultSetting() []string

func (*Rule) GetDefinitionStack

func (x *Rule) GetDefinitionStack() []string

func (*Rule) GetInstantiationStack

func (x *Rule) GetInstantiationStack() []string

func (*Rule) GetLocation

func (x *Rule) GetLocation() string

func (*Rule) GetName

func (x *Rule) GetName() string

func (*Rule) GetRuleClass

func (x *Rule) GetRuleClass() string

func (*Rule) GetRuleInput

func (x *Rule) GetRuleInput() []string

func (*Rule) GetRuleOutput

func (x *Rule) GetRuleOutput() []string

func (*Rule) GetSkylarkEnvironmentHashCode

func (x *Rule) GetSkylarkEnvironmentHashCode() string

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) ProtoReflect

func (x *Rule) ProtoReflect() protoreflect.Message

func (*Rule) Reset

func (x *Rule) Reset()

func (*Rule) String

func (x *Rule) String() string

type RuleDefinition

type RuleDefinition struct {
    Name          *string                `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    Attribute     []*AttributeDefinition `protobuf:"bytes,2,rep,name=attribute" json:"attribute,omitempty"`
    Documentation *string                `protobuf:"bytes,3,opt,name=documentation" json:"documentation,omitempty"`
    Label         *string                `protobuf:"bytes,4,opt,name=label" json:"label,omitempty"`
    // contains filtered or unexported fields
}

func (*RuleDefinition) Descriptor

func (*RuleDefinition) Descriptor() ([]byte, []int)

Deprecated: Use RuleDefinition.ProtoReflect.Descriptor instead.

func (*RuleDefinition) GetAttribute

func (x *RuleDefinition) GetAttribute() []*AttributeDefinition

func (*RuleDefinition) GetDocumentation

func (x *RuleDefinition) GetDocumentation() string

func (*RuleDefinition) GetLabel

func (x *RuleDefinition) GetLabel() string

func (*RuleDefinition) GetName

func (x *RuleDefinition) GetName() string

func (*RuleDefinition) ProtoMessage

func (*RuleDefinition) ProtoMessage()

func (*RuleDefinition) ProtoReflect

func (x *RuleDefinition) ProtoReflect() protoreflect.Message

func (*RuleDefinition) Reset

func (x *RuleDefinition) Reset()

func (*RuleDefinition) String

func (x *RuleDefinition) String() string

type RuleSummary

type RuleSummary struct {
    Rule       *Rule   `protobuf:"bytes,1,req,name=rule" json:"rule,omitempty"`
    Dependency []*Rule `protobuf:"bytes,2,rep,name=dependency" json:"dependency,omitempty"`
    Location   *string `protobuf:"bytes,3,opt,name=location" json:"location,omitempty"`
    // contains filtered or unexported fields
}

func (*RuleSummary) Descriptor

func (*RuleSummary) Descriptor() ([]byte, []int)

Deprecated: Use RuleSummary.ProtoReflect.Descriptor instead.

func (*RuleSummary) GetDependency

func (x *RuleSummary) GetDependency() []*Rule

func (*RuleSummary) GetLocation

func (x *RuleSummary) GetLocation() string

func (*RuleSummary) GetRule

func (x *RuleSummary) GetRule() *Rule

func (*RuleSummary) ProtoMessage

func (*RuleSummary) ProtoMessage()

func (*RuleSummary) ProtoReflect

func (x *RuleSummary) ProtoReflect() protoreflect.Message

func (*RuleSummary) Reset

func (x *RuleSummary) Reset()

func (*RuleSummary) String

func (x *RuleSummary) String() string

type SourceFile

type SourceFile struct {
    Name                  *string  `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
    Location              *string  `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
    Subinclude            []string `protobuf:"bytes,3,rep,name=subinclude" json:"subinclude,omitempty"`
    PackageGroup          []string `protobuf:"bytes,4,rep,name=package_group,json=packageGroup" json:"package_group,omitempty"`
    VisibilityLabel       []string `protobuf:"bytes,5,rep,name=visibility_label,json=visibilityLabel" json:"visibility_label,omitempty"`
    Feature               []string `protobuf:"bytes,6,rep,name=feature" json:"feature,omitempty"`
    License               *License `protobuf:"bytes,8,opt,name=license" json:"license,omitempty"`
    PackageContainsErrors *bool    `protobuf:"varint,9,opt,name=package_contains_errors,json=packageContainsErrors" json:"package_contains_errors,omitempty"`
    // contains filtered or unexported fields
}

func (*SourceFile) Descriptor

func (*SourceFile) Descriptor() ([]byte, []int)

Deprecated: Use SourceFile.ProtoReflect.Descriptor instead.

func (*SourceFile) GetFeature

func (x *SourceFile) GetFeature() []string

func (*SourceFile) GetLicense

func (x *SourceFile) GetLicense() *License

func (*SourceFile) GetLocation

func (x *SourceFile) GetLocation() string

func (*SourceFile) GetName

func (x *SourceFile) GetName() string

func (*SourceFile) GetPackageContainsErrors

func (x *SourceFile) GetPackageContainsErrors() bool

func (*SourceFile) GetPackageGroup

func (x *SourceFile) GetPackageGroup() []string

func (*SourceFile) GetSubinclude

func (x *SourceFile) GetSubinclude() []string

func (*SourceFile) GetVisibilityLabel

func (x *SourceFile) GetVisibilityLabel() []string

func (*SourceFile) ProtoMessage

func (*SourceFile) ProtoMessage()

func (*SourceFile) ProtoReflect

func (x *SourceFile) ProtoReflect() protoreflect.Message

func (*SourceFile) Reset

func (x *SourceFile) Reset()

func (*SourceFile) String

func (x *SourceFile) String() string

type StringDictEntry

type StringDictEntry struct {
    Key   *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
    Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
    // contains filtered or unexported fields
}

func (*StringDictEntry) Descriptor

func (*StringDictEntry) Descriptor() ([]byte, []int)

Deprecated: Use StringDictEntry.ProtoReflect.Descriptor instead.

func (*StringDictEntry) GetKey

func (x *StringDictEntry) GetKey() string

func (*StringDictEntry) GetValue

func (x *StringDictEntry) GetValue() string

func (*StringDictEntry) ProtoMessage

func (*StringDictEntry) ProtoMessage()

func (*StringDictEntry) ProtoReflect

func (x *StringDictEntry) ProtoReflect() protoreflect.Message

func (*StringDictEntry) Reset

func (x *StringDictEntry) Reset()

func (*StringDictEntry) String

func (x *StringDictEntry) String() string

type StringListDictEntry

type StringListDictEntry struct {
    Key   *string  `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
    Value []string `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
    // contains filtered or unexported fields
}

func (*StringListDictEntry) Descriptor

func (*StringListDictEntry) Descriptor() ([]byte, []int)

Deprecated: Use StringListDictEntry.ProtoReflect.Descriptor instead.

func (*StringListDictEntry) GetKey

func (x *StringListDictEntry) GetKey() string

func (*StringListDictEntry) GetValue

func (x *StringListDictEntry) GetValue() []string

func (*StringListDictEntry) ProtoMessage

func (*StringListDictEntry) ProtoMessage()

func (*StringListDictEntry) ProtoReflect

func (x *StringListDictEntry) ProtoReflect() protoreflect.Message

func (*StringListDictEntry) Reset

func (x *StringListDictEntry) Reset()

func (*StringListDictEntry) String

func (x *StringListDictEntry) String() string

type Target

type Target struct {
    Type             *Target_Discriminator `protobuf:"varint,1,req,name=type,enum=blaze_query.Target_Discriminator" json:"type,omitempty"`
    Rule             *Rule                 `protobuf:"bytes,2,opt,name=rule" json:"rule,omitempty"`
    SourceFile       *SourceFile           `protobuf:"bytes,3,opt,name=source_file,json=sourceFile" json:"source_file,omitempty"`
    GeneratedFile    *GeneratedFile        `protobuf:"bytes,4,opt,name=generated_file,json=generatedFile" json:"generated_file,omitempty"`
    PackageGroup     *PackageGroup         `protobuf:"bytes,5,opt,name=package_group,json=packageGroup" json:"package_group,omitempty"`
    EnvironmentGroup *EnvironmentGroup     `protobuf:"bytes,6,opt,name=environment_group,json=environmentGroup" json:"environment_group,omitempty"`
    // contains filtered or unexported fields
}

func (*Target) Descriptor

func (*Target) Descriptor() ([]byte, []int)

Deprecated: Use Target.ProtoReflect.Descriptor instead.

func (*Target) GetEnvironmentGroup

func (x *Target) GetEnvironmentGroup() *EnvironmentGroup

func (*Target) GetGeneratedFile

func (x *Target) GetGeneratedFile() *GeneratedFile

func (*Target) GetPackageGroup

func (x *Target) GetPackageGroup() *PackageGroup

func (*Target) GetRule

func (x *Target) GetRule() *Rule

func (*Target) GetSourceFile

func (x *Target) GetSourceFile() *SourceFile

func (*Target) GetType

func (x *Target) GetType() Target_Discriminator

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) ProtoReflect

func (x *Target) ProtoReflect() protoreflect.Message

func (*Target) Reset

func (x *Target) Reset()

func (*Target) String

func (x *Target) String() string

type Target_Discriminator

type Target_Discriminator int32
const (
    Target_RULE              Target_Discriminator = 1
    Target_SOURCE_FILE       Target_Discriminator = 2
    Target_GENERATED_FILE    Target_Discriminator = 3
    Target_PACKAGE_GROUP     Target_Discriminator = 4
    Target_ENVIRONMENT_GROUP Target_Discriminator = 5
)

func (Target_Discriminator) Descriptor

func (Target_Discriminator) Descriptor() protoreflect.EnumDescriptor

func (Target_Discriminator) Enum

func (x Target_Discriminator) Enum() *Target_Discriminator

func (Target_Discriminator) EnumDescriptor

func (Target_Discriminator) EnumDescriptor() ([]byte, []int)

Deprecated: Use Target_Discriminator.Descriptor instead.

func (Target_Discriminator) Number

func (x Target_Discriminator) Number() protoreflect.EnumNumber

func (Target_Discriminator) String

func (x Target_Discriminator) String() string

func (Target_Discriminator) Type

func (Target_Discriminator) Type() protoreflect.EnumType

func (*Target_Discriminator) UnmarshalJSON

func (x *Target_Discriminator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.