blaze_query

package
v0.0.0-...-f7a36c6 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllowedRuleClassInfo_AllowedRuleClasses_name = map[int32]string{
	1: "ANY",
	2: "SPECIFIED",
}
View Source
var AllowedRuleClassInfo_AllowedRuleClasses_value = map[string]int32{
	"ANY":       1,
	"SPECIFIED": 2,
}
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",
}
View Source
var 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,
}
View Source
var Attribute_Tristate_name = map[int32]string{
	0: "NO",
	1: "YES",
	2: "AUTO",
}
View Source
var Attribute_Tristate_value = map[string]int32{
	"NO":   0,
	"YES":  1,
	"AUTO": 2,
}
View Source
var Event_EventKind_name = map[int32]string{
	1: "ERROR",
	2: "WARNING",
	3: "INFO",
	4: "PROGRESS",
}
View Source
var Event_EventKind_value = map[string]int32{
	"ERROR":    1,
	"WARNING":  2,
	"INFO":     3,
	"PROGRESS": 4,
}
View Source
var FilesetEntry_SymlinkBehavior_name = map[int32]string{
	1: "COPY",
	2: "DEREFERENCE",
}
View Source
var FilesetEntry_SymlinkBehavior_value = map[string]int32{
	"COPY":        1,
	"DEREFERENCE": 2,
}
View Source
var Target_Discriminator_name = map[int32]string{
	1: "RULE",
	2: "SOURCE_FILE",
	3: "GENERATED_FILE",
	4: "PACKAGE_GROUP",
	5: "ENVIRONMENT_GROUP",
}
View Source
var Target_Discriminator_value = map[string]int32{
	"RULE":              1,
	"SOURCE_FILE":       2,
	"GENERATED_FILE":    3,
	"PACKAGE_GROUP":     4,
	"ENVIRONMENT_GROUP": 5,
}

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"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*AllowedRuleClassInfo) Descriptor

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

func (*AllowedRuleClassInfo) GetAllowedRuleClass

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

func (*AllowedRuleClassInfo) GetPolicy

func (*AllowedRuleClassInfo) ProtoMessage

func (*AllowedRuleClassInfo) ProtoMessage()

func (*AllowedRuleClassInfo) Reset

func (m *AllowedRuleClassInfo) Reset()

func (*AllowedRuleClassInfo) String

func (m *AllowedRuleClassInfo) String() string

func (*AllowedRuleClassInfo) XXX_DiscardUnknown

func (m *AllowedRuleClassInfo) XXX_DiscardUnknown()

func (*AllowedRuleClassInfo) XXX_Marshal

func (m *AllowedRuleClassInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AllowedRuleClassInfo) XXX_Merge

func (m *AllowedRuleClassInfo) XXX_Merge(src proto.Message)

func (*AllowedRuleClassInfo) XXX_Size

func (m *AllowedRuleClassInfo) XXX_Size() int

func (*AllowedRuleClassInfo) XXX_Unmarshal

func (m *AllowedRuleClassInfo) XXX_Unmarshal(b []byte) error

type AllowedRuleClassInfo_AllowedRuleClasses

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

func (AllowedRuleClassInfo_AllowedRuleClasses) Enum

func (AllowedRuleClassInfo_AllowedRuleClasses) EnumDescriptor

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

func (AllowedRuleClassInfo_AllowedRuleClasses) String

func (*AllowedRuleClassInfo_AllowedRuleClasses) UnmarshalJSON

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

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 */
	XXX_NoUnkeyedLiteral           struct{}                     `json:"-"`
	XXX_unrecognized               []byte                       `json:"-"`
	XXX_sizecache                  int32                        `json:"-"`
}

func (*Attribute) Descriptor

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

func (*Attribute) GetBooleanValue

func (m *Attribute) GetBooleanValue() bool

func (*Attribute) GetDEPRECATEDGlobCriteria

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

func (*Attribute) GetDEPRECATEDParseableLocation

func (m *Attribute) GetDEPRECATEDParseableLocation() *Location

func (*Attribute) GetDEPRECATEDStringDictUnaryValue

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

func (*Attribute) GetExplicitlySpecified

func (m *Attribute) GetExplicitlySpecified() bool

func (*Attribute) GetFilesetListValue

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

func (*Attribute) GetIntListValue

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

func (*Attribute) GetIntValue

func (m *Attribute) GetIntValue() int32

func (*Attribute) GetLabelDictUnaryValue

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

func (*Attribute) GetLabelKeyedStringDictValue

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

func (*Attribute) GetLabelListDictValue

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

func (*Attribute) GetLicense

func (m *Attribute) GetLicense() *License

func (*Attribute) GetName

func (m *Attribute) GetName() string

func (*Attribute) GetNodep

func (m *Attribute) GetNodep() bool

func (*Attribute) GetSelectorList

func (m *Attribute) GetSelectorList() *Attribute_SelectorList

func (*Attribute) GetStringDictValue

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

func (*Attribute) GetStringListDictValue

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

func (*Attribute) GetStringListValue

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

func (*Attribute) GetStringValue

func (m *Attribute) GetStringValue() string

func (*Attribute) GetTristateValue

func (m *Attribute) GetTristateValue() Attribute_Tristate

func (*Attribute) GetType

func (m *Attribute) GetType() Attribute_Discriminator

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) Reset

func (m *Attribute) Reset()

func (*Attribute) String

func (m *Attribute) String() string

func (*Attribute) XXX_DiscardUnknown

func (m *Attribute) XXX_DiscardUnknown()

func (*Attribute) XXX_Marshal

func (m *Attribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attribute) XXX_Merge

func (m *Attribute) XXX_Merge(src proto.Message)

func (*Attribute) XXX_Size

func (m *Attribute) XXX_Size() int

func (*Attribute) XXX_Unmarshal

func (m *Attribute) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AttributeAspect) Descriptor

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

func (*AttributeAspect) GetAspect

func (m *AttributeAspect) GetAspect() *SkylarkAspect

func (*AttributeAspect) GetAttributeName

func (m *AttributeAspect) GetAttributeName() string

func (*AttributeAspect) ProtoMessage

func (*AttributeAspect) ProtoMessage()

func (*AttributeAspect) Reset

func (m *AttributeAspect) Reset()

func (*AttributeAspect) String

func (m *AttributeAspect) String() string

func (*AttributeAspect) XXX_DiscardUnknown

func (m *AttributeAspect) XXX_DiscardUnknown()

func (*AttributeAspect) XXX_Marshal

func (m *AttributeAspect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttributeAspect) XXX_Merge

func (m *AttributeAspect) XXX_Merge(src proto.Message)

func (*AttributeAspect) XXX_Size

func (m *AttributeAspect) XXX_Size() int

func (*AttributeAspect) XXX_Unmarshal

func (m *AttributeAspect) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*AttributeDefinition) Descriptor

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

func (*AttributeDefinition) GetAllowedRuleClasses

func (m *AttributeDefinition) GetAllowedRuleClasses() *AllowedRuleClassInfo

func (*AttributeDefinition) GetDocumentation

func (m *AttributeDefinition) GetDocumentation() string

func (*AttributeDefinition) GetMandatory

func (m *AttributeDefinition) GetMandatory() bool

func (*AttributeDefinition) GetName

func (m *AttributeDefinition) GetName() string

func (*AttributeDefinition) GetType

func (*AttributeDefinition) ProtoMessage

func (*AttributeDefinition) ProtoMessage()

func (*AttributeDefinition) Reset

func (m *AttributeDefinition) Reset()

func (*AttributeDefinition) String

func (m *AttributeDefinition) String() string

func (*AttributeDefinition) XXX_DiscardUnknown

func (m *AttributeDefinition) XXX_DiscardUnknown()

func (*AttributeDefinition) XXX_Marshal

func (m *AttributeDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttributeDefinition) XXX_Merge

func (m *AttributeDefinition) XXX_Merge(src proto.Message)

func (*AttributeDefinition) XXX_Size

func (m *AttributeDefinition) XXX_Size() int

func (*AttributeDefinition) XXX_Unmarshal

func (m *AttributeDefinition) XXX_Unmarshal(b []byte) error

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

func (Attribute_Discriminator) EnumDescriptor

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

func (Attribute_Discriminator) String

func (x Attribute_Discriminator) String() string

func (*Attribute_Discriminator) UnmarshalJSON

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

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"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*Attribute_Selector) Descriptor

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

func (*Attribute_Selector) GetEntries

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

func (*Attribute_Selector) GetHasDefaultValue

func (m *Attribute_Selector) GetHasDefaultValue() bool

func (*Attribute_Selector) GetNoMatchError

func (m *Attribute_Selector) GetNoMatchError() string

func (*Attribute_Selector) ProtoMessage

func (*Attribute_Selector) ProtoMessage()

func (*Attribute_Selector) Reset

func (m *Attribute_Selector) Reset()

func (*Attribute_Selector) String

func (m *Attribute_Selector) String() string

func (*Attribute_Selector) XXX_DiscardUnknown

func (m *Attribute_Selector) XXX_DiscardUnknown()

func (*Attribute_Selector) XXX_Marshal

func (m *Attribute_Selector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attribute_Selector) XXX_Merge

func (m *Attribute_Selector) XXX_Merge(src proto.Message)

func (*Attribute_Selector) XXX_Size

func (m *Attribute_Selector) XXX_Size() int

func (*Attribute_Selector) XXX_Unmarshal

func (m *Attribute_Selector) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral           struct{}                     `json:"-"`
	XXX_unrecognized               []byte                       `json:"-"`
	XXX_sizecache                  int32                        `json:"-"`
}

func (*Attribute_SelectorEntry) Descriptor

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

func (*Attribute_SelectorEntry) GetBooleanValue

func (m *Attribute_SelectorEntry) GetBooleanValue() bool

func (*Attribute_SelectorEntry) GetDEPRECATEDGlobCriteria

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

func (*Attribute_SelectorEntry) GetDEPRECATEDStringDictUnaryValue

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

func (*Attribute_SelectorEntry) GetFilesetListValue

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

func (*Attribute_SelectorEntry) GetIntListValue

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

func (*Attribute_SelectorEntry) GetIntValue

func (m *Attribute_SelectorEntry) GetIntValue() int32

func (*Attribute_SelectorEntry) GetIsDefaultValue

func (m *Attribute_SelectorEntry) GetIsDefaultValue() bool

func (*Attribute_SelectorEntry) GetLabel

func (m *Attribute_SelectorEntry) GetLabel() string

func (*Attribute_SelectorEntry) GetLabelDictUnaryValue

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

func (*Attribute_SelectorEntry) GetLabelKeyedStringDictValue

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

func (*Attribute_SelectorEntry) GetLabelListDictValue

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

func (*Attribute_SelectorEntry) GetLicense

func (m *Attribute_SelectorEntry) GetLicense() *License

func (*Attribute_SelectorEntry) GetStringDictValue

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

func (*Attribute_SelectorEntry) GetStringListDictValue

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

func (*Attribute_SelectorEntry) GetStringListValue

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

func (*Attribute_SelectorEntry) GetStringValue

func (m *Attribute_SelectorEntry) GetStringValue() string

func (*Attribute_SelectorEntry) GetTristateValue

func (m *Attribute_SelectorEntry) GetTristateValue() Attribute_Tristate

func (*Attribute_SelectorEntry) ProtoMessage

func (*Attribute_SelectorEntry) ProtoMessage()

func (*Attribute_SelectorEntry) Reset

func (m *Attribute_SelectorEntry) Reset()

func (*Attribute_SelectorEntry) String

func (m *Attribute_SelectorEntry) String() string

func (*Attribute_SelectorEntry) XXX_DiscardUnknown

func (m *Attribute_SelectorEntry) XXX_DiscardUnknown()

func (*Attribute_SelectorEntry) XXX_Marshal

func (m *Attribute_SelectorEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attribute_SelectorEntry) XXX_Merge

func (m *Attribute_SelectorEntry) XXX_Merge(src proto.Message)

func (*Attribute_SelectorEntry) XXX_Size

func (m *Attribute_SelectorEntry) XXX_Size() int

func (*Attribute_SelectorEntry) XXX_Unmarshal

func (m *Attribute_SelectorEntry) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*Attribute_SelectorList) Descriptor

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

func (*Attribute_SelectorList) GetElements

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

func (*Attribute_SelectorList) GetType

func (*Attribute_SelectorList) ProtoMessage

func (*Attribute_SelectorList) ProtoMessage()

func (*Attribute_SelectorList) Reset

func (m *Attribute_SelectorList) Reset()

func (*Attribute_SelectorList) String

func (m *Attribute_SelectorList) String() string

func (*Attribute_SelectorList) XXX_DiscardUnknown

func (m *Attribute_SelectorList) XXX_DiscardUnknown()

func (*Attribute_SelectorList) XXX_Marshal

func (m *Attribute_SelectorList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Attribute_SelectorList) XXX_Merge

func (m *Attribute_SelectorList) XXX_Merge(src proto.Message)

func (*Attribute_SelectorList) XXX_Size

func (m *Attribute_SelectorList) XXX_Size() int

func (*Attribute_SelectorList) XXX_Unmarshal

func (m *Attribute_SelectorList) XXX_Unmarshal(b []byte) error

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

func (Attribute_Tristate) EnumDescriptor

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

func (Attribute_Tristate) String

func (x Attribute_Tristate) String() string

func (*Attribute_Tristate) UnmarshalJSON

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

type BuildLanguage

type BuildLanguage struct {
	Rule                 []*RuleDefinition `protobuf:"bytes,1,rep,name=rule" json:"rule,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*BuildLanguage) Descriptor

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

func (*BuildLanguage) GetRule

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

func (*BuildLanguage) ProtoMessage

func (*BuildLanguage) ProtoMessage()

func (*BuildLanguage) Reset

func (m *BuildLanguage) Reset()

func (*BuildLanguage) String

func (m *BuildLanguage) String() string

func (*BuildLanguage) XXX_DiscardUnknown

func (m *BuildLanguage) XXX_DiscardUnknown()

func (*BuildLanguage) XXX_Marshal

func (m *BuildLanguage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BuildLanguage) XXX_Merge

func (m *BuildLanguage) XXX_Merge(src proto.Message)

func (*BuildLanguage) XXX_Size

func (m *BuildLanguage) XXX_Size() int

func (*BuildLanguage) XXX_Unmarshal

func (m *BuildLanguage) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DEPRECATED_GlobCriteria) Descriptor

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

func (*DEPRECATED_GlobCriteria) GetExclude

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

func (*DEPRECATED_GlobCriteria) GetGlob

func (m *DEPRECATED_GlobCriteria) GetGlob() bool

func (*DEPRECATED_GlobCriteria) GetInclude

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

func (*DEPRECATED_GlobCriteria) ProtoMessage

func (*DEPRECATED_GlobCriteria) ProtoMessage()

func (*DEPRECATED_GlobCriteria) Reset

func (m *DEPRECATED_GlobCriteria) Reset()

func (*DEPRECATED_GlobCriteria) String

func (m *DEPRECATED_GlobCriteria) String() string

func (*DEPRECATED_GlobCriteria) XXX_DiscardUnknown

func (m *DEPRECATED_GlobCriteria) XXX_DiscardUnknown()

func (*DEPRECATED_GlobCriteria) XXX_Marshal

func (m *DEPRECATED_GlobCriteria) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DEPRECATED_GlobCriteria) XXX_Merge

func (m *DEPRECATED_GlobCriteria) XXX_Merge(src proto.Message)

func (*DEPRECATED_GlobCriteria) XXX_Size

func (m *DEPRECATED_GlobCriteria) XXX_Size() int

func (*DEPRECATED_GlobCriteria) XXX_Unmarshal

func (m *DEPRECATED_GlobCriteria) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnvironmentGroup) Descriptor

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

func (*EnvironmentGroup) GetDefault

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

func (*EnvironmentGroup) GetEnvironment

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

func (*EnvironmentGroup) GetName

func (m *EnvironmentGroup) GetName() string

func (*EnvironmentGroup) ProtoMessage

func (*EnvironmentGroup) ProtoMessage()

func (*EnvironmentGroup) Reset

func (m *EnvironmentGroup) Reset()

func (*EnvironmentGroup) String

func (m *EnvironmentGroup) String() string

func (*EnvironmentGroup) XXX_DiscardUnknown

func (m *EnvironmentGroup) XXX_DiscardUnknown()

func (*EnvironmentGroup) XXX_Marshal

func (m *EnvironmentGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnvironmentGroup) XXX_Merge

func (m *EnvironmentGroup) XXX_Merge(src proto.Message)

func (*EnvironmentGroup) XXX_Size

func (m *EnvironmentGroup) XXX_Size() int

func (*EnvironmentGroup) XXX_Unmarshal

func (m *EnvironmentGroup) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Event) Descriptor

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

func (*Event) GetDEPRECATEDLocation

func (m *Event) GetDEPRECATEDLocation() *Location

func (*Event) GetKind

func (m *Event) GetKind() Event_EventKind

func (*Event) GetMessage

func (m *Event) GetMessage() string

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Event) XXX_Merge

func (m *Event) XXX_Merge(src proto.Message)

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

func (m *Event) XXX_Unmarshal(b []byte) error

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

func (x Event_EventKind) Enum() *Event_EventKind

func (Event_EventKind) EnumDescriptor

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

func (Event_EventKind) String

func (x Event_EventKind) String() string

func (*Event_EventKind) UnmarshalJSON

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

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"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*FilesetEntry) Descriptor

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

func (*FilesetEntry) GetDestinationDirectory

func (m *FilesetEntry) GetDestinationDirectory() string

func (*FilesetEntry) GetExclude

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

func (*FilesetEntry) GetFile

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

func (*FilesetEntry) GetFilesPresent

func (m *FilesetEntry) GetFilesPresent() bool

func (*FilesetEntry) GetSource

func (m *FilesetEntry) GetSource() string

func (*FilesetEntry) GetStripPrefix

func (m *FilesetEntry) GetStripPrefix() string

func (*FilesetEntry) GetSymlinkBehavior

func (m *FilesetEntry) GetSymlinkBehavior() FilesetEntry_SymlinkBehavior

func (*FilesetEntry) ProtoMessage

func (*FilesetEntry) ProtoMessage()

func (*FilesetEntry) Reset

func (m *FilesetEntry) Reset()

func (*FilesetEntry) String

func (m *FilesetEntry) String() string

func (*FilesetEntry) XXX_DiscardUnknown

func (m *FilesetEntry) XXX_DiscardUnknown()

func (*FilesetEntry) XXX_Marshal

func (m *FilesetEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FilesetEntry) XXX_Merge

func (m *FilesetEntry) XXX_Merge(src proto.Message)

func (*FilesetEntry) XXX_Size

func (m *FilesetEntry) XXX_Size() int

func (*FilesetEntry) XXX_Unmarshal

func (m *FilesetEntry) XXX_Unmarshal(b []byte) error

type FilesetEntry_SymlinkBehavior

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

func (FilesetEntry_SymlinkBehavior) Enum

func (FilesetEntry_SymlinkBehavior) EnumDescriptor

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

func (FilesetEntry_SymlinkBehavior) String

func (*FilesetEntry_SymlinkBehavior) UnmarshalJSON

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

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GeneratedFile) Descriptor

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

func (*GeneratedFile) GetGeneratingRule

func (m *GeneratedFile) GetGeneratingRule() string

func (*GeneratedFile) GetLocation

func (m *GeneratedFile) GetLocation() string

func (*GeneratedFile) GetName

func (m *GeneratedFile) GetName() string

func (*GeneratedFile) ProtoMessage

func (*GeneratedFile) ProtoMessage()

func (*GeneratedFile) Reset

func (m *GeneratedFile) Reset()

func (*GeneratedFile) String

func (m *GeneratedFile) String() string

func (*GeneratedFile) XXX_DiscardUnknown

func (m *GeneratedFile) XXX_DiscardUnknown()

func (*GeneratedFile) XXX_Marshal

func (m *GeneratedFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeneratedFile) XXX_Merge

func (m *GeneratedFile) XXX_Merge(src proto.Message)

func (*GeneratedFile) XXX_Size

func (m *GeneratedFile) XXX_Size() int

func (*GeneratedFile) XXX_Unmarshal

func (m *GeneratedFile) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LabelDictUnaryEntry) Descriptor

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

func (*LabelDictUnaryEntry) GetKey

func (m *LabelDictUnaryEntry) GetKey() string

func (*LabelDictUnaryEntry) GetValue

func (m *LabelDictUnaryEntry) GetValue() string

func (*LabelDictUnaryEntry) ProtoMessage

func (*LabelDictUnaryEntry) ProtoMessage()

func (*LabelDictUnaryEntry) Reset

func (m *LabelDictUnaryEntry) Reset()

func (*LabelDictUnaryEntry) String

func (m *LabelDictUnaryEntry) String() string

func (*LabelDictUnaryEntry) XXX_DiscardUnknown

func (m *LabelDictUnaryEntry) XXX_DiscardUnknown()

func (*LabelDictUnaryEntry) XXX_Marshal

func (m *LabelDictUnaryEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LabelDictUnaryEntry) XXX_Merge

func (m *LabelDictUnaryEntry) XXX_Merge(src proto.Message)

func (*LabelDictUnaryEntry) XXX_Size

func (m *LabelDictUnaryEntry) XXX_Size() int

func (*LabelDictUnaryEntry) XXX_Unmarshal

func (m *LabelDictUnaryEntry) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LabelKeyedStringDictEntry) Descriptor

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

func (*LabelKeyedStringDictEntry) GetKey

func (m *LabelKeyedStringDictEntry) GetKey() string

func (*LabelKeyedStringDictEntry) GetValue

func (m *LabelKeyedStringDictEntry) GetValue() string

func (*LabelKeyedStringDictEntry) ProtoMessage

func (*LabelKeyedStringDictEntry) ProtoMessage()

func (*LabelKeyedStringDictEntry) Reset

func (m *LabelKeyedStringDictEntry) Reset()

func (*LabelKeyedStringDictEntry) String

func (m *LabelKeyedStringDictEntry) String() string

func (*LabelKeyedStringDictEntry) XXX_DiscardUnknown

func (m *LabelKeyedStringDictEntry) XXX_DiscardUnknown()

func (*LabelKeyedStringDictEntry) XXX_Marshal

func (m *LabelKeyedStringDictEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LabelKeyedStringDictEntry) XXX_Merge

func (m *LabelKeyedStringDictEntry) XXX_Merge(src proto.Message)

func (*LabelKeyedStringDictEntry) XXX_Size

func (m *LabelKeyedStringDictEntry) XXX_Size() int

func (*LabelKeyedStringDictEntry) XXX_Unmarshal

func (m *LabelKeyedStringDictEntry) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LabelListDictEntry) Descriptor

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

func (*LabelListDictEntry) GetKey

func (m *LabelListDictEntry) GetKey() string

func (*LabelListDictEntry) GetValue

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

func (*LabelListDictEntry) ProtoMessage

func (*LabelListDictEntry) ProtoMessage()

func (*LabelListDictEntry) Reset

func (m *LabelListDictEntry) Reset()

func (*LabelListDictEntry) String

func (m *LabelListDictEntry) String() string

func (*LabelListDictEntry) XXX_DiscardUnknown

func (m *LabelListDictEntry) XXX_DiscardUnknown()

func (*LabelListDictEntry) XXX_Marshal

func (m *LabelListDictEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LabelListDictEntry) XXX_Merge

func (m *LabelListDictEntry) XXX_Merge(src proto.Message)

func (*LabelListDictEntry) XXX_Size

func (m *LabelListDictEntry) XXX_Size() int

func (*LabelListDictEntry) XXX_Unmarshal

func (m *LabelListDictEntry) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*License) Descriptor

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

func (*License) GetException

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

func (*License) GetLicenseType

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

func (*License) ProtoMessage

func (*License) ProtoMessage()

func (*License) Reset

func (m *License) Reset()

func (*License) String

func (m *License) String() string

func (*License) XXX_DiscardUnknown

func (m *License) XXX_DiscardUnknown()

func (*License) XXX_Marshal

func (m *License) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*License) XXX_Merge

func (m *License) XXX_Merge(src proto.Message)

func (*License) XXX_Size

func (m *License) XXX_Size() int

func (*License) XXX_Unmarshal

func (m *License) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Location) Descriptor

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

func (*Location) GetEndColumn

func (m *Location) GetEndColumn() int32

func (*Location) GetEndLine

func (m *Location) GetEndLine() int32

func (*Location) GetEndOffset

func (m *Location) GetEndOffset() int32

func (*Location) GetStartColumn

func (m *Location) GetStartColumn() int32

func (*Location) GetStartLine

func (m *Location) GetStartLine() int32

func (*Location) GetStartOffset

func (m *Location) GetStartOffset() int32

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) String

func (m *Location) String() string

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge

func (m *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

func (m *Location) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*MakeVar) Descriptor

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

func (*MakeVar) GetBinding

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

func (*MakeVar) GetName

func (m *MakeVar) GetName() string

func (*MakeVar) ProtoMessage

func (*MakeVar) ProtoMessage()

func (*MakeVar) Reset

func (m *MakeVar) Reset()

func (*MakeVar) String

func (m *MakeVar) String() string

func (*MakeVar) XXX_DiscardUnknown

func (m *MakeVar) XXX_DiscardUnknown()

func (*MakeVar) XXX_Marshal

func (m *MakeVar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MakeVar) XXX_Merge

func (m *MakeVar) XXX_Merge(src proto.Message)

func (*MakeVar) XXX_Size

func (m *MakeVar) XXX_Size() int

func (*MakeVar) XXX_Unmarshal

func (m *MakeVar) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MakeVarBinding) Descriptor

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

func (*MakeVarBinding) GetPlatformSetRegexp

func (m *MakeVarBinding) GetPlatformSetRegexp() string

func (*MakeVarBinding) GetValue

func (m *MakeVarBinding) GetValue() string

func (*MakeVarBinding) ProtoMessage

func (*MakeVarBinding) ProtoMessage()

func (*MakeVarBinding) Reset

func (m *MakeVarBinding) Reset()

func (*MakeVarBinding) String

func (m *MakeVarBinding) String() string

func (*MakeVarBinding) XXX_DiscardUnknown

func (m *MakeVarBinding) XXX_DiscardUnknown()

func (*MakeVarBinding) XXX_Marshal

func (m *MakeVarBinding) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MakeVarBinding) XXX_Merge

func (m *MakeVarBinding) XXX_Merge(src proto.Message)

func (*MakeVarBinding) XXX_Size

func (m *MakeVarBinding) XXX_Size() int

func (*MakeVarBinding) XXX_Unmarshal

func (m *MakeVarBinding) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral        struct{}  `json:"-"`
	XXX_unrecognized            []byte    `json:"-"`
	XXX_sizecache               int32     `json:"-"`
}

func (*PackageGroup) Descriptor

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

func (*PackageGroup) GetContainedPackage

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

func (*PackageGroup) GetDEPRECATEDParseableLocation

func (m *PackageGroup) GetDEPRECATEDParseableLocation() *Location

func (*PackageGroup) GetIncludedPackageGroup

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

func (*PackageGroup) GetName

func (m *PackageGroup) GetName() string

func (*PackageGroup) ProtoMessage

func (*PackageGroup) ProtoMessage()

func (*PackageGroup) Reset

func (m *PackageGroup) Reset()

func (*PackageGroup) String

func (m *PackageGroup) String() string

func (*PackageGroup) XXX_DiscardUnknown

func (m *PackageGroup) XXX_DiscardUnknown()

func (*PackageGroup) XXX_Marshal

func (m *PackageGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PackageGroup) XXX_Merge

func (m *PackageGroup) XXX_Merge(src proto.Message)

func (*PackageGroup) XXX_Size

func (m *PackageGroup) XXX_Size() int

func (*PackageGroup) XXX_Unmarshal

func (m *PackageGroup) XXX_Unmarshal(b []byte) error

type QueryResult

type QueryResult struct {
	Target               []*Target `protobuf:"bytes,1,rep,name=target" json:"target,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*QueryResult) Descriptor

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

func (*QueryResult) GetTarget

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

func (*QueryResult) ProtoMessage

func (*QueryResult) ProtoMessage()

func (*QueryResult) Reset

func (m *QueryResult) Reset()

func (*QueryResult) String

func (m *QueryResult) String() string

func (*QueryResult) XXX_DiscardUnknown

func (m *QueryResult) XXX_DiscardUnknown()

func (*QueryResult) XXX_Marshal

func (m *QueryResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryResult) XXX_Merge

func (m *QueryResult) XXX_Merge(src proto.Message)

func (*QueryResult) XXX_Size

func (m *QueryResult) XXX_Size() int

func (*QueryResult) XXX_Unmarshal

func (m *QueryResult) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral        struct{}           `json:"-"`
	XXX_unrecognized            []byte             `json:"-"`
	XXX_sizecache               int32              `json:"-"`
}

func (*Rule) Descriptor

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

func (*Rule) GetAttribute

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

func (*Rule) GetDEPRECATEDParseableLocation

func (m *Rule) GetDEPRECATEDParseableLocation() *Location

func (*Rule) GetDefaultSetting

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

func (*Rule) GetIsSkylark

func (m *Rule) GetIsSkylark() bool

func (*Rule) GetLocation

func (m *Rule) GetLocation() string

func (*Rule) GetName

func (m *Rule) GetName() string

func (*Rule) GetPublicByDefault

func (m *Rule) GetPublicByDefault() bool

func (*Rule) GetRuleClass

func (m *Rule) GetRuleClass() string

func (*Rule) GetRuleInput

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

func (*Rule) GetRuleOutput

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

func (*Rule) GetSkylarkAttributeAspects

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

func (*Rule) GetSkylarkEnvironmentHashCode

func (m *Rule) GetSkylarkEnvironmentHashCode() string

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) Reset

func (m *Rule) Reset()

func (*Rule) String

func (m *Rule) String() string

func (*Rule) XXX_DiscardUnknown

func (m *Rule) XXX_DiscardUnknown()

func (*Rule) XXX_Marshal

func (m *Rule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rule) XXX_Merge

func (m *Rule) XXX_Merge(src proto.Message)

func (*Rule) XXX_Size

func (m *Rule) XXX_Size() int

func (*Rule) XXX_Unmarshal

func (m *Rule) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*RuleDefinition) Descriptor

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

func (*RuleDefinition) GetAttribute

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

func (*RuleDefinition) GetDocumentation

func (m *RuleDefinition) GetDocumentation() string

func (*RuleDefinition) GetLabel

func (m *RuleDefinition) GetLabel() string

func (*RuleDefinition) GetName

func (m *RuleDefinition) GetName() string

func (*RuleDefinition) ProtoMessage

func (*RuleDefinition) ProtoMessage()

func (*RuleDefinition) Reset

func (m *RuleDefinition) Reset()

func (*RuleDefinition) String

func (m *RuleDefinition) String() string

func (*RuleDefinition) XXX_DiscardUnknown

func (m *RuleDefinition) XXX_DiscardUnknown()

func (*RuleDefinition) XXX_Marshal

func (m *RuleDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuleDefinition) XXX_Merge

func (m *RuleDefinition) XXX_Merge(src proto.Message)

func (*RuleDefinition) XXX_Size

func (m *RuleDefinition) XXX_Size() int

func (*RuleDefinition) XXX_Unmarshal

func (m *RuleDefinition) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RuleSummary) Descriptor

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

func (*RuleSummary) GetDependency

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

func (*RuleSummary) GetLocation

func (m *RuleSummary) GetLocation() string

func (*RuleSummary) GetRule

func (m *RuleSummary) GetRule() *Rule

func (*RuleSummary) ProtoMessage

func (*RuleSummary) ProtoMessage()

func (*RuleSummary) Reset

func (m *RuleSummary) Reset()

func (*RuleSummary) String

func (m *RuleSummary) String() string

func (*RuleSummary) XXX_DiscardUnknown

func (m *RuleSummary) XXX_DiscardUnknown()

func (*RuleSummary) XXX_Marshal

func (m *RuleSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuleSummary) XXX_Merge

func (m *RuleSummary) XXX_Merge(src proto.Message)

func (*RuleSummary) XXX_Size

func (m *RuleSummary) XXX_Size() int

func (*RuleSummary) XXX_Unmarshal

func (m *RuleSummary) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SkylarkAspect) Descriptor

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

func (*SkylarkAspect) GetAttribute

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

func (*SkylarkAspect) GetExportedName

func (m *SkylarkAspect) GetExportedName() string

func (*SkylarkAspect) GetExtensionFileLabel

func (m *SkylarkAspect) GetExtensionFileLabel() string

func (*SkylarkAspect) ProtoMessage

func (*SkylarkAspect) ProtoMessage()

func (*SkylarkAspect) Reset

func (m *SkylarkAspect) Reset()

func (*SkylarkAspect) String

func (m *SkylarkAspect) String() string

func (*SkylarkAspect) XXX_DiscardUnknown

func (m *SkylarkAspect) XXX_DiscardUnknown()

func (*SkylarkAspect) XXX_Marshal

func (m *SkylarkAspect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SkylarkAspect) XXX_Merge

func (m *SkylarkAspect) XXX_Merge(src proto.Message)

func (*SkylarkAspect) XXX_Size

func (m *SkylarkAspect) XXX_Size() int

func (*SkylarkAspect) XXX_Unmarshal

func (m *SkylarkAspect) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral        struct{}  `json:"-"`
	XXX_unrecognized            []byte    `json:"-"`
	XXX_sizecache               int32     `json:"-"`
}

func (*SourceFile) Descriptor

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

func (*SourceFile) GetDEPRECATEDParseableLocation

func (m *SourceFile) GetDEPRECATEDParseableLocation() *Location

func (*SourceFile) GetFeature

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

func (*SourceFile) GetLicense

func (m *SourceFile) GetLicense() *License

func (*SourceFile) GetLocation

func (m *SourceFile) GetLocation() string

func (*SourceFile) GetName

func (m *SourceFile) GetName() string

func (*SourceFile) GetPackageContainsErrors

func (m *SourceFile) GetPackageContainsErrors() bool

func (*SourceFile) GetPackageGroup

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

func (*SourceFile) GetSubinclude

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

func (*SourceFile) GetVisibilityLabel

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

func (*SourceFile) ProtoMessage

func (*SourceFile) ProtoMessage()

func (*SourceFile) Reset

func (m *SourceFile) Reset()

func (*SourceFile) String

func (m *SourceFile) String() string

func (*SourceFile) XXX_DiscardUnknown

func (m *SourceFile) XXX_DiscardUnknown()

func (*SourceFile) XXX_Marshal

func (m *SourceFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SourceFile) XXX_Merge

func (m *SourceFile) XXX_Merge(src proto.Message)

func (*SourceFile) XXX_Size

func (m *SourceFile) XXX_Size() int

func (*SourceFile) XXX_Unmarshal

func (m *SourceFile) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StringDictEntry) Descriptor

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

func (*StringDictEntry) GetKey

func (m *StringDictEntry) GetKey() string

func (*StringDictEntry) GetValue

func (m *StringDictEntry) GetValue() string

func (*StringDictEntry) ProtoMessage

func (*StringDictEntry) ProtoMessage()

func (*StringDictEntry) Reset

func (m *StringDictEntry) Reset()

func (*StringDictEntry) String

func (m *StringDictEntry) String() string

func (*StringDictEntry) XXX_DiscardUnknown

func (m *StringDictEntry) XXX_DiscardUnknown()

func (*StringDictEntry) XXX_Marshal

func (m *StringDictEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StringDictEntry) XXX_Merge

func (m *StringDictEntry) XXX_Merge(src proto.Message)

func (*StringDictEntry) XXX_Size

func (m *StringDictEntry) XXX_Size() int

func (*StringDictEntry) XXX_Unmarshal

func (m *StringDictEntry) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StringListDictEntry) Descriptor

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

func (*StringListDictEntry) GetKey

func (m *StringListDictEntry) GetKey() string

func (*StringListDictEntry) GetValue

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

func (*StringListDictEntry) ProtoMessage

func (*StringListDictEntry) ProtoMessage()

func (*StringListDictEntry) Reset

func (m *StringListDictEntry) Reset()

func (*StringListDictEntry) String

func (m *StringListDictEntry) String() string

func (*StringListDictEntry) XXX_DiscardUnknown

func (m *StringListDictEntry) XXX_DiscardUnknown()

func (*StringListDictEntry) XXX_Marshal

func (m *StringListDictEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StringListDictEntry) XXX_Merge

func (m *StringListDictEntry) XXX_Merge(src proto.Message)

func (*StringListDictEntry) XXX_Size

func (m *StringListDictEntry) XXX_Size() int

func (*StringListDictEntry) XXX_Unmarshal

func (m *StringListDictEntry) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Target) Descriptor

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

func (*Target) GetEnvironmentGroup

func (m *Target) GetEnvironmentGroup() *EnvironmentGroup

func (*Target) GetGeneratedFile

func (m *Target) GetGeneratedFile() *GeneratedFile

func (*Target) GetPackageGroup

func (m *Target) GetPackageGroup() *PackageGroup

func (*Target) GetRule

func (m *Target) GetRule() *Rule

func (*Target) GetSourceFile

func (m *Target) GetSourceFile() *SourceFile

func (*Target) GetType

func (m *Target) GetType() Target_Discriminator

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) Reset

func (m *Target) Reset()

func (*Target) String

func (m *Target) String() string

func (*Target) XXX_DiscardUnknown

func (m *Target) XXX_DiscardUnknown()

func (*Target) XXX_Marshal

func (m *Target) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Target) XXX_Merge

func (m *Target) XXX_Merge(src proto.Message)

func (*Target) XXX_Size

func (m *Target) XXX_Size() int

func (*Target) XXX_Unmarshal

func (m *Target) XXX_Unmarshal(b []byte) error

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

func (Target_Discriminator) EnumDescriptor

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

func (Target_Discriminator) String

func (x Target_Discriminator) String() string

func (*Target_Discriminator) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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