api_proto

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 Output_Record_Field_ERROR_name = map[int32]string{
	0: "UNKNOWN",
	1: "MISSING",
}
View Source
var Output_Record_Field_ERROR_value = map[string]int32{
	"UNKNOWN": 0,
	"MISSING": 1,
}

Functions

This section is empty.

Types

type Output

type Output struct {
	Records              []*Output_Record `protobuf:"bytes,1,rep,name=records,proto3" json:"records,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Output) Descriptor

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

func (*Output) GetRecords

func (m *Output) GetRecords() []*Output_Record

func (*Output) ProtoMessage

func (*Output) ProtoMessage()

func (*Output) Reset

func (m *Output) Reset()

func (*Output) String

func (m *Output) String() string

func (*Output) XXX_DiscardUnknown

func (m *Output) XXX_DiscardUnknown()

func (*Output) XXX_Marshal

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

func (*Output) XXX_Merge

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

func (*Output) XXX_Size

func (m *Output) XXX_Size() int

func (*Output) XXX_Unmarshal

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

type Output_Record

type Output_Record struct {
	Fields               []*Output_Record_Field `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Output_Record) Descriptor

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

func (*Output_Record) GetFields

func (m *Output_Record) GetFields() []*Output_Record_Field

func (*Output_Record) ProtoMessage

func (*Output_Record) ProtoMessage()

func (*Output_Record) Reset

func (m *Output_Record) Reset()

func (*Output_Record) String

func (m *Output_Record) String() string

func (*Output_Record) XXX_DiscardUnknown

func (m *Output_Record) XXX_DiscardUnknown()

func (*Output_Record) XXX_Marshal

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

func (*Output_Record) XXX_Merge

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

func (*Output_Record) XXX_Size

func (m *Output_Record) XXX_Size() int

func (*Output_Record) XXX_Unmarshal

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

type Output_Record_Field

type Output_Record_Field struct {
	// Types that are valid to be assigned to Value:
	//	*Output_Record_Field_Text
	//	*Output_Record_Field_Number
	//	*Output_Record_Field_Error
	//	*Output_Record_Field_List
	Value                isOutput_Record_Field_Value `protobuf_oneof:"value"`
	QuoteWhenPrinting    bool                        `protobuf:"varint,7,opt,name=quote_when_printing,json=quoteWhenPrinting,proto3" json:"quote_when_printing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*Output_Record_Field) Descriptor

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

func (*Output_Record_Field) GetError

func (*Output_Record_Field) GetList

func (m *Output_Record_Field) GetList() *RepeatedString

func (*Output_Record_Field) GetNumber

func (m *Output_Record_Field) GetNumber() int32

func (*Output_Record_Field) GetQuoteWhenPrinting

func (m *Output_Record_Field) GetQuoteWhenPrinting() bool

func (*Output_Record_Field) GetText

func (m *Output_Record_Field) GetText() string

func (*Output_Record_Field) GetValue

func (m *Output_Record_Field) GetValue() isOutput_Record_Field_Value

func (*Output_Record_Field) ProtoMessage

func (*Output_Record_Field) ProtoMessage()

func (*Output_Record_Field) Reset

func (m *Output_Record_Field) Reset()

func (*Output_Record_Field) String

func (m *Output_Record_Field) String() string

func (*Output_Record_Field) XXX_DiscardUnknown

func (m *Output_Record_Field) XXX_DiscardUnknown()

func (*Output_Record_Field) XXX_Marshal

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

func (*Output_Record_Field) XXX_Merge

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

func (*Output_Record_Field) XXX_OneofWrappers

func (*Output_Record_Field) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Output_Record_Field) XXX_Size

func (m *Output_Record_Field) XXX_Size() int

func (*Output_Record_Field) XXX_Unmarshal

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

type Output_Record_Field_ERROR

type Output_Record_Field_ERROR int32
const (
	Output_Record_Field_UNKNOWN Output_Record_Field_ERROR = 0
	Output_Record_Field_MISSING Output_Record_Field_ERROR = 1
)

func (Output_Record_Field_ERROR) EnumDescriptor

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

func (Output_Record_Field_ERROR) String

func (x Output_Record_Field_ERROR) String() string

type Output_Record_Field_Error

type Output_Record_Field_Error struct {
	Error Output_Record_Field_ERROR `protobuf:"varint,3,opt,name=error,proto3,enum=devtools.buildozer.Output_Record_Field_ERROR,oneof"`
}

type Output_Record_Field_List

type Output_Record_Field_List struct {
	List *RepeatedString `protobuf:"bytes,5,opt,name=list,proto3,oneof"`
}

type Output_Record_Field_Number

type Output_Record_Field_Number struct {
	Number int32 `protobuf:"varint,2,opt,name=number,proto3,oneof"`
}

type Output_Record_Field_Text

type Output_Record_Field_Text struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3,oneof"`
}

type RepeatedString

type RepeatedString struct {
	Strings              []string `protobuf:"bytes,1,rep,name=strings,proto3" json:"strings,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RepeatedString) Descriptor

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

func (*RepeatedString) GetStrings

func (m *RepeatedString) GetStrings() []string

func (*RepeatedString) ProtoMessage

func (*RepeatedString) ProtoMessage()

func (*RepeatedString) Reset

func (m *RepeatedString) Reset()

func (*RepeatedString) String

func (m *RepeatedString) String() string

func (*RepeatedString) XXX_DiscardUnknown

func (m *RepeatedString) XXX_DiscardUnknown()

func (*RepeatedString) XXX_Marshal

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

func (*RepeatedString) XXX_Merge

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

func (*RepeatedString) XXX_Size

func (m *RepeatedString) XXX_Size() int

func (*RepeatedString) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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