mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
1080 lines
22 KiB
Go
1080 lines
22 KiB
Go
|
// Code generated by protoc-gen-go-vtproto. DO NOT EDIT.
|
||
|
// protoc-gen-go-vtproto version: v0.4.0
|
||
|
// source: lib/protoparser/opentelemetry/proto/common.proto
|
||
|
|
||
|
package pb
|
||
|
|
||
|
import (
|
||
|
binary "encoding/binary"
|
||
|
fmt "fmt"
|
||
|
io "io"
|
||
|
math "math"
|
||
|
bits "math/bits"
|
||
|
)
|
||
|
|
||
|
func (m *AnyValue) MarshalVT() (dAtA []byte, err error) {
|
||
|
if m == nil {
|
||
|
return nil, nil
|
||
|
}
|
||
|
size := m.SizeVT()
|
||
|
dAtA = make([]byte, size)
|
||
|
n, err := m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
if err != nil {
|
||
|
return nil, err
|
||
|
}
|
||
|
return dAtA[:n], nil
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
if m == nil {
|
||
|
return 0, nil
|
||
|
}
|
||
|
i := len(dAtA)
|
||
|
_ = i
|
||
|
var l int
|
||
|
_ = l
|
||
|
if m.unknownFields != nil {
|
||
|
i -= len(m.unknownFields)
|
||
|
copy(dAtA[i:], m.unknownFields)
|
||
|
}
|
||
|
if vtmsg, ok := m.Value.(interface {
|
||
|
MarshalToSizedBufferVT([]byte) (int, error)
|
||
|
}); ok {
|
||
|
size, err := vtmsg.MarshalToSizedBufferVT(dAtA[:i])
|
||
|
if err != nil {
|
||
|
return 0, err
|
||
|
}
|
||
|
i -= size
|
||
|
}
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_StringValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_StringValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
i := len(dAtA)
|
||
|
i -= len(m.StringValue)
|
||
|
copy(dAtA[i:], m.StringValue)
|
||
|
i = encodeVarint(dAtA, i, uint64(len(m.StringValue)))
|
||
|
i--
|
||
|
dAtA[i] = 0xa
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
func (m *AnyValue_BoolValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_BoolValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
i := len(dAtA)
|
||
|
i--
|
||
|
if m.BoolValue {
|
||
|
dAtA[i] = 1
|
||
|
} else {
|
||
|
dAtA[i] = 0
|
||
|
}
|
||
|
i--
|
||
|
dAtA[i] = 0x10
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
func (m *AnyValue_IntValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_IntValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
i := len(dAtA)
|
||
|
i = encodeVarint(dAtA, i, uint64(m.IntValue))
|
||
|
i--
|
||
|
dAtA[i] = 0x18
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
func (m *AnyValue_DoubleValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_DoubleValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
i := len(dAtA)
|
||
|
i -= 8
|
||
|
binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.DoubleValue))))
|
||
|
i--
|
||
|
dAtA[i] = 0x21
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
func (m *AnyValue_ArrayValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_ArrayValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
i := len(dAtA)
|
||
|
if m.ArrayValue != nil {
|
||
|
size, err := m.ArrayValue.MarshalToSizedBufferVT(dAtA[:i])
|
||
|
if err != nil {
|
||
|
return 0, err
|
||
|
}
|
||
|
i -= size
|
||
|
i = encodeVarint(dAtA, i, uint64(size))
|
||
|
i--
|
||
|
dAtA[i] = 0x2a
|
||
|
}
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
func (m *AnyValue_KvlistValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_KvlistValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
i := len(dAtA)
|
||
|
if m.KvlistValue != nil {
|
||
|
size, err := m.KvlistValue.MarshalToSizedBufferVT(dAtA[:i])
|
||
|
if err != nil {
|
||
|
return 0, err
|
||
|
}
|
||
|
i -= size
|
||
|
i = encodeVarint(dAtA, i, uint64(size))
|
||
|
i--
|
||
|
dAtA[i] = 0x32
|
||
|
}
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
func (m *AnyValue_BytesValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_BytesValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
i := len(dAtA)
|
||
|
i -= len(m.BytesValue)
|
||
|
copy(dAtA[i:], m.BytesValue)
|
||
|
i = encodeVarint(dAtA, i, uint64(len(m.BytesValue)))
|
||
|
i--
|
||
|
dAtA[i] = 0x3a
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
func (m *ArrayValue) MarshalVT() (dAtA []byte, err error) {
|
||
|
if m == nil {
|
||
|
return nil, nil
|
||
|
}
|
||
|
size := m.SizeVT()
|
||
|
dAtA = make([]byte, size)
|
||
|
n, err := m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
if err != nil {
|
||
|
return nil, err
|
||
|
}
|
||
|
return dAtA[:n], nil
|
||
|
}
|
||
|
|
||
|
func (m *ArrayValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *ArrayValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
if m == nil {
|
||
|
return 0, nil
|
||
|
}
|
||
|
i := len(dAtA)
|
||
|
_ = i
|
||
|
var l int
|
||
|
_ = l
|
||
|
if m.unknownFields != nil {
|
||
|
i -= len(m.unknownFields)
|
||
|
copy(dAtA[i:], m.unknownFields)
|
||
|
}
|
||
|
if len(m.Values) > 0 {
|
||
|
for iNdEx := len(m.Values) - 1; iNdEx >= 0; iNdEx-- {
|
||
|
size, err := m.Values[iNdEx].MarshalToSizedBufferVT(dAtA[:i])
|
||
|
if err != nil {
|
||
|
return 0, err
|
||
|
}
|
||
|
i -= size
|
||
|
i = encodeVarint(dAtA, i, uint64(size))
|
||
|
i--
|
||
|
dAtA[i] = 0xa
|
||
|
}
|
||
|
}
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
|
||
|
func (m *KeyValueList) MarshalVT() (dAtA []byte, err error) {
|
||
|
if m == nil {
|
||
|
return nil, nil
|
||
|
}
|
||
|
size := m.SizeVT()
|
||
|
dAtA = make([]byte, size)
|
||
|
n, err := m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
if err != nil {
|
||
|
return nil, err
|
||
|
}
|
||
|
return dAtA[:n], nil
|
||
|
}
|
||
|
|
||
|
func (m *KeyValueList) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *KeyValueList) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
if m == nil {
|
||
|
return 0, nil
|
||
|
}
|
||
|
i := len(dAtA)
|
||
|
_ = i
|
||
|
var l int
|
||
|
_ = l
|
||
|
if m.unknownFields != nil {
|
||
|
i -= len(m.unknownFields)
|
||
|
copy(dAtA[i:], m.unknownFields)
|
||
|
}
|
||
|
if len(m.Values) > 0 {
|
||
|
for iNdEx := len(m.Values) - 1; iNdEx >= 0; iNdEx-- {
|
||
|
size, err := m.Values[iNdEx].MarshalToSizedBufferVT(dAtA[:i])
|
||
|
if err != nil {
|
||
|
return 0, err
|
||
|
}
|
||
|
i -= size
|
||
|
i = encodeVarint(dAtA, i, uint64(size))
|
||
|
i--
|
||
|
dAtA[i] = 0xa
|
||
|
}
|
||
|
}
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
|
||
|
func (m *KeyValue) MarshalVT() (dAtA []byte, err error) {
|
||
|
if m == nil {
|
||
|
return nil, nil
|
||
|
}
|
||
|
size := m.SizeVT()
|
||
|
dAtA = make([]byte, size)
|
||
|
n, err := m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
if err != nil {
|
||
|
return nil, err
|
||
|
}
|
||
|
return dAtA[:n], nil
|
||
|
}
|
||
|
|
||
|
func (m *KeyValue) MarshalToVT(dAtA []byte) (int, error) {
|
||
|
size := m.SizeVT()
|
||
|
return m.MarshalToSizedBufferVT(dAtA[:size])
|
||
|
}
|
||
|
|
||
|
func (m *KeyValue) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
|
||
|
if m == nil {
|
||
|
return 0, nil
|
||
|
}
|
||
|
i := len(dAtA)
|
||
|
_ = i
|
||
|
var l int
|
||
|
_ = l
|
||
|
if m.unknownFields != nil {
|
||
|
i -= len(m.unknownFields)
|
||
|
copy(dAtA[i:], m.unknownFields)
|
||
|
}
|
||
|
if m.Value != nil {
|
||
|
size, err := m.Value.MarshalToSizedBufferVT(dAtA[:i])
|
||
|
if err != nil {
|
||
|
return 0, err
|
||
|
}
|
||
|
i -= size
|
||
|
i = encodeVarint(dAtA, i, uint64(size))
|
||
|
i--
|
||
|
dAtA[i] = 0x12
|
||
|
}
|
||
|
if len(m.Key) > 0 {
|
||
|
i -= len(m.Key)
|
||
|
copy(dAtA[i:], m.Key)
|
||
|
i = encodeVarint(dAtA, i, uint64(len(m.Key)))
|
||
|
i--
|
||
|
dAtA[i] = 0xa
|
||
|
}
|
||
|
return len(dAtA) - i, nil
|
||
|
}
|
||
|
|
||
|
func encodeVarint(dAtA []byte, offset int, v uint64) int {
|
||
|
offset -= sov(v)
|
||
|
base := offset
|
||
|
for v >= 1<<7 {
|
||
|
dAtA[offset] = uint8(v&0x7f | 0x80)
|
||
|
v >>= 7
|
||
|
offset++
|
||
|
}
|
||
|
dAtA[offset] = uint8(v)
|
||
|
return base
|
||
|
}
|
||
|
func (m *AnyValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
if vtmsg, ok := m.Value.(interface{ SizeVT() int }); ok {
|
||
|
n += vtmsg.SizeVT()
|
||
|
}
|
||
|
n += len(m.unknownFields)
|
||
|
return n
|
||
|
}
|
||
|
|
||
|
func (m *AnyValue_StringValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
l = len(m.StringValue)
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
return n
|
||
|
}
|
||
|
func (m *AnyValue_BoolValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
n += 2
|
||
|
return n
|
||
|
}
|
||
|
func (m *AnyValue_IntValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
n += 1 + sov(uint64(m.IntValue))
|
||
|
return n
|
||
|
}
|
||
|
func (m *AnyValue_DoubleValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
n += 9
|
||
|
return n
|
||
|
}
|
||
|
func (m *AnyValue_ArrayValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
if m.ArrayValue != nil {
|
||
|
l = m.ArrayValue.SizeVT()
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
}
|
||
|
return n
|
||
|
}
|
||
|
func (m *AnyValue_KvlistValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
if m.KvlistValue != nil {
|
||
|
l = m.KvlistValue.SizeVT()
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
}
|
||
|
return n
|
||
|
}
|
||
|
func (m *AnyValue_BytesValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
l = len(m.BytesValue)
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
return n
|
||
|
}
|
||
|
func (m *ArrayValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
if len(m.Values) > 0 {
|
||
|
for _, e := range m.Values {
|
||
|
l = e.SizeVT()
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
}
|
||
|
}
|
||
|
n += len(m.unknownFields)
|
||
|
return n
|
||
|
}
|
||
|
|
||
|
func (m *KeyValueList) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
if len(m.Values) > 0 {
|
||
|
for _, e := range m.Values {
|
||
|
l = e.SizeVT()
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
}
|
||
|
}
|
||
|
n += len(m.unknownFields)
|
||
|
return n
|
||
|
}
|
||
|
|
||
|
func (m *KeyValue) SizeVT() (n int) {
|
||
|
if m == nil {
|
||
|
return 0
|
||
|
}
|
||
|
var l int
|
||
|
_ = l
|
||
|
l = len(m.Key)
|
||
|
if l > 0 {
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
}
|
||
|
if m.Value != nil {
|
||
|
l = m.Value.SizeVT()
|
||
|
n += 1 + l + sov(uint64(l))
|
||
|
}
|
||
|
n += len(m.unknownFields)
|
||
|
return n
|
||
|
}
|
||
|
|
||
|
func sov(x uint64) (n int) {
|
||
|
return (bits.Len64(x|1) + 6) / 7
|
||
|
}
|
||
|
func soz(x uint64) (n int) {
|
||
|
return sov(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
||
|
}
|
||
|
func (m *AnyValue) UnmarshalVT(dAtA []byte) error {
|
||
|
l := len(dAtA)
|
||
|
iNdEx := 0
|
||
|
for iNdEx < l {
|
||
|
preIndex := iNdEx
|
||
|
var wire uint64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
wire |= uint64(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
fieldNum := int32(wire >> 3)
|
||
|
wireType := int(wire & 0x7)
|
||
|
if wireType == 4 {
|
||
|
return fmt.Errorf("proto: AnyValue: wiretype end group for non-group")
|
||
|
}
|
||
|
if fieldNum <= 0 {
|
||
|
return fmt.Errorf("proto: AnyValue: illegal tag %d (wire type %d)", fieldNum, wire)
|
||
|
}
|
||
|
switch fieldNum {
|
||
|
case 1:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field StringValue", wireType)
|
||
|
}
|
||
|
var stringLen uint64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
stringLen |= uint64(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
intStringLen := int(stringLen)
|
||
|
if intStringLen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + intStringLen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.Value = &AnyValue_StringValue{StringValue: string(dAtA[iNdEx:postIndex])}
|
||
|
iNdEx = postIndex
|
||
|
case 2:
|
||
|
if wireType != 0 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field BoolValue", wireType)
|
||
|
}
|
||
|
var v int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
v |= int(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
b := bool(v != 0)
|
||
|
m.Value = &AnyValue_BoolValue{BoolValue: b}
|
||
|
case 3:
|
||
|
if wireType != 0 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field IntValue", wireType)
|
||
|
}
|
||
|
var v int64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
v |= int64(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
m.Value = &AnyValue_IntValue{IntValue: v}
|
||
|
case 4:
|
||
|
if wireType != 1 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field DoubleValue", wireType)
|
||
|
}
|
||
|
var v uint64
|
||
|
if (iNdEx + 8) > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
v = uint64(binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
||
|
iNdEx += 8
|
||
|
m.Value = &AnyValue_DoubleValue{DoubleValue: float64(math.Float64frombits(v))}
|
||
|
case 5:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field ArrayValue", wireType)
|
||
|
}
|
||
|
var msglen int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
msglen |= int(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
if msglen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + msglen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
if oneof, ok := m.Value.(*AnyValue_ArrayValue); ok {
|
||
|
if err := oneof.ArrayValue.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil {
|
||
|
return err
|
||
|
}
|
||
|
} else {
|
||
|
v := &ArrayValue{}
|
||
|
if err := v.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil {
|
||
|
return err
|
||
|
}
|
||
|
m.Value = &AnyValue_ArrayValue{ArrayValue: v}
|
||
|
}
|
||
|
iNdEx = postIndex
|
||
|
case 6:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field KvlistValue", wireType)
|
||
|
}
|
||
|
var msglen int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
msglen |= int(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
if msglen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + msglen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
if oneof, ok := m.Value.(*AnyValue_KvlistValue); ok {
|
||
|
if err := oneof.KvlistValue.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil {
|
||
|
return err
|
||
|
}
|
||
|
} else {
|
||
|
v := &KeyValueList{}
|
||
|
if err := v.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil {
|
||
|
return err
|
||
|
}
|
||
|
m.Value = &AnyValue_KvlistValue{KvlistValue: v}
|
||
|
}
|
||
|
iNdEx = postIndex
|
||
|
case 7:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field BytesValue", wireType)
|
||
|
}
|
||
|
var byteLen int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
byteLen |= int(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
if byteLen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + byteLen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
v := make([]byte, postIndex-iNdEx)
|
||
|
copy(v, dAtA[iNdEx:postIndex])
|
||
|
m.Value = &AnyValue_BytesValue{BytesValue: v}
|
||
|
iNdEx = postIndex
|
||
|
default:
|
||
|
iNdEx = preIndex
|
||
|
skippy, err := skip(dAtA[iNdEx:])
|
||
|
if err != nil {
|
||
|
return err
|
||
|
}
|
||
|
if (skippy < 0) || (iNdEx+skippy) < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if (iNdEx + skippy) > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
|
||
|
iNdEx += skippy
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if iNdEx > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
func (m *ArrayValue) UnmarshalVT(dAtA []byte) error {
|
||
|
l := len(dAtA)
|
||
|
iNdEx := 0
|
||
|
for iNdEx < l {
|
||
|
preIndex := iNdEx
|
||
|
var wire uint64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
wire |= uint64(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
fieldNum := int32(wire >> 3)
|
||
|
wireType := int(wire & 0x7)
|
||
|
if wireType == 4 {
|
||
|
return fmt.Errorf("proto: ArrayValue: wiretype end group for non-group")
|
||
|
}
|
||
|
if fieldNum <= 0 {
|
||
|
return fmt.Errorf("proto: ArrayValue: illegal tag %d (wire type %d)", fieldNum, wire)
|
||
|
}
|
||
|
switch fieldNum {
|
||
|
case 1:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field Values", wireType)
|
||
|
}
|
||
|
var msglen int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
msglen |= int(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
if msglen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + msglen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.Values = append(m.Values, &AnyValue{})
|
||
|
if err := m.Values[len(m.Values)-1].UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil {
|
||
|
return err
|
||
|
}
|
||
|
iNdEx = postIndex
|
||
|
default:
|
||
|
iNdEx = preIndex
|
||
|
skippy, err := skip(dAtA[iNdEx:])
|
||
|
if err != nil {
|
||
|
return err
|
||
|
}
|
||
|
if (skippy < 0) || (iNdEx+skippy) < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if (iNdEx + skippy) > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
|
||
|
iNdEx += skippy
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if iNdEx > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
func (m *KeyValueList) UnmarshalVT(dAtA []byte) error {
|
||
|
l := len(dAtA)
|
||
|
iNdEx := 0
|
||
|
for iNdEx < l {
|
||
|
preIndex := iNdEx
|
||
|
var wire uint64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
wire |= uint64(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
fieldNum := int32(wire >> 3)
|
||
|
wireType := int(wire & 0x7)
|
||
|
if wireType == 4 {
|
||
|
return fmt.Errorf("proto: KeyValueList: wiretype end group for non-group")
|
||
|
}
|
||
|
if fieldNum <= 0 {
|
||
|
return fmt.Errorf("proto: KeyValueList: illegal tag %d (wire type %d)", fieldNum, wire)
|
||
|
}
|
||
|
switch fieldNum {
|
||
|
case 1:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field Values", wireType)
|
||
|
}
|
||
|
var msglen int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
msglen |= int(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
if msglen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + msglen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.Values = append(m.Values, &KeyValue{})
|
||
|
if err := m.Values[len(m.Values)-1].UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil {
|
||
|
return err
|
||
|
}
|
||
|
iNdEx = postIndex
|
||
|
default:
|
||
|
iNdEx = preIndex
|
||
|
skippy, err := skip(dAtA[iNdEx:])
|
||
|
if err != nil {
|
||
|
return err
|
||
|
}
|
||
|
if (skippy < 0) || (iNdEx+skippy) < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if (iNdEx + skippy) > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
|
||
|
iNdEx += skippy
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if iNdEx > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
func (m *KeyValue) UnmarshalVT(dAtA []byte) error {
|
||
|
l := len(dAtA)
|
||
|
iNdEx := 0
|
||
|
for iNdEx < l {
|
||
|
preIndex := iNdEx
|
||
|
var wire uint64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
wire |= uint64(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
fieldNum := int32(wire >> 3)
|
||
|
wireType := int(wire & 0x7)
|
||
|
if wireType == 4 {
|
||
|
return fmt.Errorf("proto: KeyValue: wiretype end group for non-group")
|
||
|
}
|
||
|
if fieldNum <= 0 {
|
||
|
return fmt.Errorf("proto: KeyValue: illegal tag %d (wire type %d)", fieldNum, wire)
|
||
|
}
|
||
|
switch fieldNum {
|
||
|
case 1:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field Key", wireType)
|
||
|
}
|
||
|
var stringLen uint64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
stringLen |= uint64(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
intStringLen := int(stringLen)
|
||
|
if intStringLen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + intStringLen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.Key = string(dAtA[iNdEx:postIndex])
|
||
|
iNdEx = postIndex
|
||
|
case 2:
|
||
|
if wireType != 2 {
|
||
|
return fmt.Errorf("proto: wrong wireType = %d for field Value", wireType)
|
||
|
}
|
||
|
var msglen int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
msglen |= int(b&0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
if msglen < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
postIndex := iNdEx + msglen
|
||
|
if postIndex < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if postIndex > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
if m.Value == nil {
|
||
|
m.Value = &AnyValue{}
|
||
|
}
|
||
|
if err := m.Value.UnmarshalVT(dAtA[iNdEx:postIndex]); err != nil {
|
||
|
return err
|
||
|
}
|
||
|
iNdEx = postIndex
|
||
|
default:
|
||
|
iNdEx = preIndex
|
||
|
skippy, err := skip(dAtA[iNdEx:])
|
||
|
if err != nil {
|
||
|
return err
|
||
|
}
|
||
|
if (skippy < 0) || (iNdEx+skippy) < 0 {
|
||
|
return ErrInvalidLength
|
||
|
}
|
||
|
if (iNdEx + skippy) > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
m.unknownFields = append(m.unknownFields, dAtA[iNdEx:iNdEx+skippy]...)
|
||
|
iNdEx += skippy
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if iNdEx > l {
|
||
|
return io.ErrUnexpectedEOF
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func skip(dAtA []byte) (n int, err error) {
|
||
|
l := len(dAtA)
|
||
|
iNdEx := 0
|
||
|
depth := 0
|
||
|
for iNdEx < l {
|
||
|
var wire uint64
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return 0, ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return 0, io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
wire |= (uint64(b) & 0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
wireType := int(wire & 0x7)
|
||
|
switch wireType {
|
||
|
case 0:
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return 0, ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return 0, io.ErrUnexpectedEOF
|
||
|
}
|
||
|
iNdEx++
|
||
|
if dAtA[iNdEx-1] < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
case 1:
|
||
|
iNdEx += 8
|
||
|
case 2:
|
||
|
var length int
|
||
|
for shift := uint(0); ; shift += 7 {
|
||
|
if shift >= 64 {
|
||
|
return 0, ErrIntOverflow
|
||
|
}
|
||
|
if iNdEx >= l {
|
||
|
return 0, io.ErrUnexpectedEOF
|
||
|
}
|
||
|
b := dAtA[iNdEx]
|
||
|
iNdEx++
|
||
|
length |= (int(b) & 0x7F) << shift
|
||
|
if b < 0x80 {
|
||
|
break
|
||
|
}
|
||
|
}
|
||
|
if length < 0 {
|
||
|
return 0, ErrInvalidLength
|
||
|
}
|
||
|
iNdEx += length
|
||
|
case 3:
|
||
|
depth++
|
||
|
case 4:
|
||
|
if depth == 0 {
|
||
|
return 0, ErrUnexpectedEndOfGroup
|
||
|
}
|
||
|
depth--
|
||
|
case 5:
|
||
|
iNdEx += 4
|
||
|
default:
|
||
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
||
|
}
|
||
|
if iNdEx < 0 {
|
||
|
return 0, ErrInvalidLength
|
||
|
}
|
||
|
if depth == 0 {
|
||
|
return iNdEx, nil
|
||
|
}
|
||
|
}
|
||
|
return 0, io.ErrUnexpectedEOF
|
||
|
}
|
||
|
|
||
|
var (
|
||
|
ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling")
|
||
|
ErrIntOverflow = fmt.Errorf("proto: integer overflow")
|
||
|
ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
|
||
|
)
|