Bumping k8s dependencies to 1.13
This commit is contained in:
57
vendor/google.golang.org/genproto/googleapis/genomics/v1/range.pb.go
generated
vendored
57
vendor/google.golang.org/genproto/googleapis/genomics/v1/range.pb.go
generated
vendored
@@ -3,31 +3,62 @@
|
||||
|
||||
package genomics
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
_ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
math "math"
|
||||
)
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
var _ = proto.Marshal
|
||||
var _ = fmt.Errorf
|
||||
var _ = math.Inf
|
||||
|
||||
// This is a compile-time assertion to ensure that this generated file
|
||||
// is compatible with the proto package it is being compiled against.
|
||||
// A compilation error at this line likely means your copy of the
|
||||
// proto package needs to be updated.
|
||||
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
|
||||
|
||||
// A 0-based half-open genomic coordinate range for search requests.
|
||||
type Range struct {
|
||||
// The reference sequence name, for example `chr1`,
|
||||
// `1`, or `chrX`.
|
||||
ReferenceName string `protobuf:"bytes,1,opt,name=reference_name,json=referenceName" json:"reference_name,omitempty"`
|
||||
ReferenceName string `protobuf:"bytes,1,opt,name=reference_name,json=referenceName,proto3" json:"reference_name,omitempty"`
|
||||
// The start position of the range on the reference, 0-based inclusive.
|
||||
Start int64 `protobuf:"varint,2,opt,name=start" json:"start,omitempty"`
|
||||
Start int64 `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
|
||||
// The end position of the range on the reference, 0-based exclusive.
|
||||
End int64 `protobuf:"varint,3,opt,name=end" json:"end,omitempty"`
|
||||
End int64 `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *Range) Reset() { *m = Range{} }
|
||||
func (m *Range) String() string { return proto.CompactTextString(m) }
|
||||
func (*Range) ProtoMessage() {}
|
||||
func (*Range) Descriptor() ([]byte, []int) { return fileDescriptor5, []int{0} }
|
||||
func (m *Range) Reset() { *m = Range{} }
|
||||
func (m *Range) String() string { return proto.CompactTextString(m) }
|
||||
func (*Range) ProtoMessage() {}
|
||||
func (*Range) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_296c87a77538e516, []int{0}
|
||||
}
|
||||
|
||||
func (m *Range) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Range.Unmarshal(m, b)
|
||||
}
|
||||
func (m *Range) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Range.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *Range) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Range.Merge(m, src)
|
||||
}
|
||||
func (m *Range) XXX_Size() int {
|
||||
return xxx_messageInfo_Range.Size(m)
|
||||
}
|
||||
func (m *Range) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_Range.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_Range proto.InternalMessageInfo
|
||||
|
||||
func (m *Range) GetReferenceName() string {
|
||||
if m != nil {
|
||||
@@ -54,9 +85,9 @@ func init() {
|
||||
proto.RegisterType((*Range)(nil), "google.genomics.v1.Range")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/genomics/v1/range.proto", fileDescriptor5) }
|
||||
func init() { proto.RegisterFile("google/genomics/v1/range.proto", fileDescriptor_296c87a77538e516) }
|
||||
|
||||
var fileDescriptor5 = []byte{
|
||||
var fileDescriptor_296c87a77538e516 = []byte{
|
||||
// 209 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x4f, 0x4d, 0x4b, 0xc4, 0x30,
|
||||
0x10, 0x25, 0x96, 0x15, 0x0c, 0x28, 0x12, 0x44, 0x8a, 0x88, 0x2c, 0x82, 0xb0, 0xa7, 0x84, 0xe2,
|
||||
|
||||
Reference in New Issue
Block a user