blaze_query

package
v0.0.0-...-b2123c0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_FilesetEntry_SymlinkBehavior = FilesetEntry_COPY
)

Default values for FilesetEntry fields.

Variables

View Source
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 FilesetEntry_SymlinkBehavior.

View Source
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_Discriminator.

View Source
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 Attribute_Tristate.

View Source
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 Target_Discriminator.

View Source
var (
	AllowedRuleClassInfo_AllowedRuleClasses_name = map[int32]string{
		1: "ANY",
		2: "SPECIFIED",
	}
	AllowedRuleClassInfo_AllowedRuleClasses_value = map[string]int32{
		"ANY":       1,
		"SPECIFIED": 2,
	}
)

Enum value maps for AllowedRuleClassInfo_AllowedRuleClasses.

View Source
var (
	Event_EventKind_name = map[int32]string{
		1: "ERROR",
		2: "WARNING",
		3: "INFO",
		4: "PROGRESS",
	}
	Event_EventKind_value = map[string]int32{
		"ERROR":    1,
		"WARNING":  2,
		"INFO":     3,
		"PROGRESS": 4,
	}
)

Enum value maps for Event_EventKind.

View Source
var File_build_proto_build_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

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 deprecated

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

Deprecated: Use AllowedRuleClassInfo.ProtoReflect.Descriptor instead.

func (*AllowedRuleClassInfo) GetAllowedRuleClass

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

func (*AllowedRuleClassInfo) GetPolicy

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

func (AllowedRuleClassInfo_AllowedRuleClasses) EnumDescriptor deprecated

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

Deprecated: Use AllowedRuleClassInfo_AllowedRuleClasses.Descriptor instead.

func (AllowedRuleClassInfo_AllowedRuleClasses) Number

func (AllowedRuleClassInfo_AllowedRuleClasses) String

func (AllowedRuleClassInfo_AllowedRuleClasses) Type

func (*AllowedRuleClassInfo_AllowedRuleClasses) UnmarshalJSON deprecated

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"`
	DEPRECATEDParseableLocation    *Location                    `` /* 138-byte string literal not displayed */
	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          `` /* 131-byte string literal not displayed */
	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 `` /* 136-byte string literal not displayed */
	SelectorList                   *Attribute_SelectorList      `protobuf:"bytes,21,opt,name=selector_list,json=selectorList" json:"selector_list,omitempty"`
	DEPRECATEDGlobCriteria         []*DEPRECATED_GlobCriteria   `protobuf:"bytes,16,rep,name=DEPRECATED_glob_criteria,json=DEPRECATEDGlobCriteria" json:"DEPRECATED_glob_criteria,omitempty"`
	DEPRECATEDStringDictUnaryValue [][]byte                     `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Attribute) Descriptor deprecated

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

Deprecated: Use Attribute.ProtoReflect.Descriptor instead.

func (*Attribute) GetBooleanValue

func (x *Attribute) GetBooleanValue() bool

func (*Attribute) GetDEPRECATEDGlobCriteria

func (x *Attribute) GetDEPRECATEDGlobCriteria() []*DEPRECATED_GlobCriteria

func (*Attribute) GetDEPRECATEDParseableLocation

func (x *Attribute) GetDEPRECATEDParseableLocation() *Location

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 AttributeAspect

type AttributeAspect struct {
	AttributeName *string        `protobuf:"bytes,1,req,name=attribute_name,json=attributeName" json:"attribute_name,omitempty"`
	Aspect        *SkylarkAspect `protobuf:"bytes,2,req,name=aspect" json:"aspect,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeAspect) Descriptor deprecated

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

Deprecated: Use AttributeAspect.ProtoReflect.Descriptor instead.

func (*AttributeAspect) GetAspect

func (x *AttributeAspect) GetAspect() *SkylarkAspect

func (*AttributeAspect) GetAttributeName

func (x *AttributeAspect) GetAttributeName() string

func (*AttributeAspect) ProtoMessage

func (*AttributeAspect) ProtoMessage()

func (*AttributeAspect) ProtoReflect

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

func (*AttributeAspect) Reset

func (x *AttributeAspect) Reset()

func (*AttributeAspect) String

func (x *AttributeAspect) 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,req,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"`
	// contains filtered or unexported fields
}

func (*AttributeDefinition) Descriptor deprecated

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

Deprecated: Use AttributeDefinition.ProtoReflect.Descriptor instead.

func (*AttributeDefinition) GetAllowedRuleClasses

func (x *AttributeDefinition) GetAllowedRuleClasses() *AllowedRuleClassInfo

func (*AttributeDefinition) GetDocumentation

func (x *AttributeDefinition) GetDocumentation() string

func (*AttributeDefinition) GetMandatory

func (x *AttributeDefinition) GetMandatory() bool

func (*AttributeDefinition) GetName

func (x *AttributeDefinition) GetName() string

func (*AttributeDefinition) GetType

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

func (Attribute_Discriminator) EnumDescriptor deprecated

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

Deprecated: Use Attribute_Discriminator.Descriptor instead.

func (Attribute_Discriminator) Number

func (Attribute_Discriminator) String

func (x Attribute_Discriminator) String() string

func (Attribute_Discriminator) Type

func (*Attribute_Discriminator) UnmarshalJSON deprecated

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 deprecated

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          `` /* 130-byte string literal not displayed */
	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 `` /* 136-byte string literal not displayed */
	DEPRECATEDGlobCriteria         []*DEPRECATED_GlobCriteria   `protobuf:"bytes,12,rep,name=DEPRECATED_glob_criteria,json=DEPRECATEDGlobCriteria" json:"DEPRECATED_glob_criteria,omitempty"`
	DEPRECATEDStringDictUnaryValue [][]byte                     `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Attribute_SelectorEntry) Descriptor deprecated

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

func (x *Attribute_SelectorEntry) GetDEPRECATEDGlobCriteria() []*DEPRECATED_GlobCriteria

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 deprecated

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 (*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) Enum

func (Attribute_Tristate) EnumDescriptor deprecated

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

Deprecated: Use Attribute_Tristate.Descriptor instead.

func (Attribute_Tristate) Number

func (Attribute_Tristate) String

func (x Attribute_Tristate) String() string

func (Attribute_Tristate) Type

func (*Attribute_Tristate) UnmarshalJSON deprecated

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 deprecated

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 DEPRECATED_GlobCriteria

type DEPRECATED_GlobCriteria struct {
	Include []string `protobuf:"bytes,1,rep,name=include" json:"include,omitempty"`
	Exclude []string `protobuf:"bytes,2,rep,name=exclude" json:"exclude,omitempty"`
	Glob    *bool    `protobuf:"varint,3,opt,name=glob" json:"glob,omitempty"`
	// contains filtered or unexported fields
}

func (*DEPRECATED_GlobCriteria) Descriptor deprecated

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

Deprecated: Use DEPRECATED_GlobCriteria.ProtoReflect.Descriptor instead.

func (*DEPRECATED_GlobCriteria) GetExclude

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

func (*DEPRECATED_GlobCriteria) GetGlob

func (x *DEPRECATED_GlobCriteria) GetGlob() bool

func (*DEPRECATED_GlobCriteria) GetInclude

func (x *DEPRECATED_GlobCriteria) GetInclude() []string

func (*DEPRECATED_GlobCriteria) ProtoMessage

func (*DEPRECATED_GlobCriteria) ProtoMessage()

func (*DEPRECATED_GlobCriteria) ProtoReflect

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

func (*DEPRECATED_GlobCriteria) Reset

func (x *DEPRECATED_GlobCriteria) Reset()

func (*DEPRECATED_GlobCriteria) String

func (x *DEPRECATED_GlobCriteria) 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 deprecated

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 Event

type Event struct {
	Kind               *Event_EventKind `protobuf:"varint,1,req,name=kind,enum=blaze_query.Event_EventKind" json:"kind,omitempty"`
	DEPRECATEDLocation *Location        `protobuf:"bytes,2,opt,name=DEPRECATED_location,json=DEPRECATEDLocation" json:"DEPRECATED_location,omitempty"`
	Message            *string          `protobuf:"bytes,3,opt,name=message" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetDEPRECATEDLocation

func (x *Event) GetDEPRECATEDLocation() *Location

func (*Event) GetKind

func (x *Event) GetKind() Event_EventKind

func (*Event) GetMessage

func (x *Event) GetMessage() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type Event_EventKind

type Event_EventKind int32
const (
	Event_ERROR    Event_EventKind = 1
	Event_WARNING  Event_EventKind = 2
	Event_INFO     Event_EventKind = 3
	Event_PROGRESS Event_EventKind = 4
)

func (Event_EventKind) Descriptor

func (Event_EventKind) Enum

func (x Event_EventKind) Enum() *Event_EventKind

func (Event_EventKind) EnumDescriptor deprecated

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

Deprecated: Use Event_EventKind.Descriptor instead.

func (Event_EventKind) Number

func (Event_EventKind) String

func (x Event_EventKind) String() string

func (Event_EventKind) Type

func (*Event_EventKind) UnmarshalJSON deprecated

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

Deprecated: Do not use.

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 `` /* 152-byte string literal not displayed */
	StripPrefix          *string                       `protobuf:"bytes,6,opt,name=strip_prefix,json=stripPrefix" json:"strip_prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*FilesetEntry) Descriptor deprecated

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

func (FilesetEntry_SymlinkBehavior) EnumDescriptor deprecated

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

Deprecated: Use FilesetEntry_SymlinkBehavior.Descriptor instead.

func (FilesetEntry_SymlinkBehavior) Number

func (FilesetEntry_SymlinkBehavior) String

func (FilesetEntry_SymlinkBehavior) Type

func (*FilesetEntry_SymlinkBehavior) UnmarshalJSON deprecated

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 deprecated

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 deprecated

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 deprecated

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 (*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 deprecated

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 deprecated

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 Location

type Location struct {
	StartOffset *int32 `protobuf:"varint,1,opt,name=start_offset,json=startOffset" json:"start_offset,omitempty"`
	StartLine   *int32 `protobuf:"varint,2,opt,name=start_line,json=startLine" json:"start_line,omitempty"`
	StartColumn *int32 `protobuf:"varint,3,opt,name=start_column,json=startColumn" json:"start_column,omitempty"`
	EndOffset   *int32 `protobuf:"varint,4,opt,name=end_offset,json=endOffset" json:"end_offset,omitempty"`
	EndLine     *int32 `protobuf:"varint,5,opt,name=end_line,json=endLine" json:"end_line,omitempty"`
	EndColumn   *int32 `protobuf:"varint,6,opt,name=end_column,json=endColumn" json:"end_column,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetEndColumn

func (x *Location) GetEndColumn() int32

func (*Location) GetEndLine

func (x *Location) GetEndLine() int32

func (*Location) GetEndOffset

func (x *Location) GetEndOffset() int32

func (*Location) GetStartColumn

func (x *Location) GetStartColumn() int32

func (*Location) GetStartLine

func (x *Location) GetStartLine() int32

func (*Location) GetStartOffset

func (x *Location) GetStartOffset() int32

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

type MakeVar

type MakeVar struct {
	Name    *string           `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Binding []*MakeVarBinding `protobuf:"bytes,2,rep,name=binding" json:"binding,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeVar) Descriptor deprecated

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

Deprecated: Use MakeVar.ProtoReflect.Descriptor instead.

func (*MakeVar) GetBinding

func (x *MakeVar) GetBinding() []*MakeVarBinding

func (*MakeVar) GetName

func (x *MakeVar) GetName() string

func (*MakeVar) ProtoMessage

func (*MakeVar) ProtoMessage()

func (*MakeVar) ProtoReflect

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

func (*MakeVar) Reset

func (x *MakeVar) Reset()

func (*MakeVar) String

func (x *MakeVar) String() string

type MakeVarBinding

type MakeVarBinding struct {
	Value             *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
	PlatformSetRegexp *string `protobuf:"bytes,2,req,name=platform_set_regexp,json=platformSetRegexp" json:"platform_set_regexp,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeVarBinding) Descriptor deprecated

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

Deprecated: Use MakeVarBinding.ProtoReflect.Descriptor instead.

func (*MakeVarBinding) GetPlatformSetRegexp

func (x *MakeVarBinding) GetPlatformSetRegexp() string

func (*MakeVarBinding) GetValue

func (x *MakeVarBinding) GetValue() string

func (*MakeVarBinding) ProtoMessage

func (*MakeVarBinding) ProtoMessage()

func (*MakeVarBinding) ProtoReflect

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

func (*MakeVarBinding) Reset

func (x *MakeVarBinding) Reset()

func (*MakeVarBinding) String

func (x *MakeVarBinding) 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"`
	DEPRECATEDParseableLocation *Location `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PackageGroup) Descriptor deprecated

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

Deprecated: Use PackageGroup.ProtoReflect.Descriptor instead.

func (*PackageGroup) GetContainedPackage

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

func (*PackageGroup) GetDEPRECATEDParseableLocation

func (x *PackageGroup) GetDEPRECATEDParseableLocation() *Location

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 deprecated

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"`
	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"`
	DEPRECATEDParseableLocation *Location          `` /* 137-byte string literal not displayed */
	PublicByDefault             *bool              `protobuf:"varint,9,opt,name=public_by_default,json=publicByDefault" json:"public_by_default,omitempty"`
	IsSkylark                   *bool              `protobuf:"varint,10,opt,name=is_skylark,json=isSkylark" json:"is_skylark,omitempty"`
	SkylarkAttributeAspects     []*AttributeAspect `` /* 126-byte string literal not displayed */
	SkylarkEnvironmentHashCode  *string            `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Rule) Descriptor deprecated

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

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) GetAttribute

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

func (*Rule) GetDEPRECATEDParseableLocation

func (x *Rule) GetDEPRECATEDParseableLocation() *Location

func (*Rule) GetDefaultSetting

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

func (*Rule) GetIsSkylark

func (x *Rule) GetIsSkylark() bool

func (*Rule) GetLocation

func (x *Rule) GetLocation() string

func (*Rule) GetName

func (x *Rule) GetName() string

func (*Rule) GetPublicByDefault

func (x *Rule) GetPublicByDefault() bool

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

func (x *Rule) GetSkylarkAttributeAspects() []*AttributeAspect

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 deprecated

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 deprecated

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 SkylarkAspect

type SkylarkAspect struct {
	ExtensionFileLabel *string      `protobuf:"bytes,1,req,name=extension_file_label,json=extensionFileLabel" json:"extension_file_label,omitempty"`
	ExportedName       *string      `protobuf:"bytes,2,req,name=exported_name,json=exportedName" json:"exported_name,omitempty"`
	Attribute          []*Attribute `protobuf:"bytes,3,rep,name=attribute" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*SkylarkAspect) Descriptor deprecated

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

Deprecated: Use SkylarkAspect.ProtoReflect.Descriptor instead.

func (*SkylarkAspect) GetAttribute

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

func (*SkylarkAspect) GetExportedName

func (x *SkylarkAspect) GetExportedName() string

func (*SkylarkAspect) GetExtensionFileLabel

func (x *SkylarkAspect) GetExtensionFileLabel() string

func (*SkylarkAspect) ProtoMessage

func (*SkylarkAspect) ProtoMessage()

func (*SkylarkAspect) ProtoReflect

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

func (*SkylarkAspect) Reset

func (x *SkylarkAspect) Reset()

func (*SkylarkAspect) String

func (x *SkylarkAspect) 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"`
	DEPRECATEDParseableLocation *Location `` /* 137-byte string literal not displayed */
	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 deprecated

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

Deprecated: Use SourceFile.ProtoReflect.Descriptor instead.

func (*SourceFile) GetDEPRECATEDParseableLocation

func (x *SourceFile) GetDEPRECATEDParseableLocation() *Location

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 deprecated

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 deprecated

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 deprecated

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

func (Target_Discriminator) EnumDescriptor deprecated

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

Deprecated: Use Target_Discriminator.Descriptor instead.

func (Target_Discriminator) Number

func (Target_Discriminator) String

func (x Target_Discriminator) String() string

func (Target_Discriminator) Type

func (*Target_Discriminator) UnmarshalJSON deprecated

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

Deprecated: Do not use.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL