Bumping k8s dependencies to 1.13
This commit is contained in:
65
vendor/google.golang.org/genproto/googleapis/genomics/v1/cigar.pb.go
generated
vendored
65
vendor/google.golang.org/genproto/googleapis/genomics/v1/cigar.pb.go
generated
vendored
@@ -3,16 +3,24 @@
|
||||
|
||||
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
|
||||
|
||||
// Describes the different types of CIGAR alignment operations that exist.
|
||||
// Used wherever CIGAR alignments are used.
|
||||
type CigarUnit_Operation int32
|
||||
@@ -77,6 +85,7 @@ var CigarUnit_Operation_name = map[int32]string{
|
||||
8: "SEQUENCE_MATCH",
|
||||
9: "SEQUENCE_MISMATCH",
|
||||
}
|
||||
|
||||
var CigarUnit_Operation_value = map[string]int32{
|
||||
"OPERATION_UNSPECIFIED": 0,
|
||||
"ALIGNMENT_MATCH": 1,
|
||||
@@ -93,24 +102,50 @@ var CigarUnit_Operation_value = map[string]int32{
|
||||
func (x CigarUnit_Operation) String() string {
|
||||
return proto.EnumName(CigarUnit_Operation_name, int32(x))
|
||||
}
|
||||
func (CigarUnit_Operation) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{0, 0} }
|
||||
|
||||
func (CigarUnit_Operation) EnumDescriptor() ([]byte, []int) {
|
||||
return fileDescriptor_353bda9a6ec457b8, []int{0, 0}
|
||||
}
|
||||
|
||||
// A single CIGAR operation.
|
||||
type CigarUnit struct {
|
||||
Operation CigarUnit_Operation `protobuf:"varint,1,opt,name=operation,enum=google.genomics.v1.CigarUnit_Operation" json:"operation,omitempty"`
|
||||
Operation CigarUnit_Operation `protobuf:"varint,1,opt,name=operation,proto3,enum=google.genomics.v1.CigarUnit_Operation" json:"operation,omitempty"`
|
||||
// The number of genomic bases that the operation runs for. Required.
|
||||
OperationLength int64 `protobuf:"varint,2,opt,name=operation_length,json=operationLength" json:"operation_length,omitempty"`
|
||||
OperationLength int64 `protobuf:"varint,2,opt,name=operation_length,json=operationLength,proto3" json:"operation_length,omitempty"`
|
||||
// `referenceSequence` is only used at mismatches
|
||||
// (`SEQUENCE_MISMATCH`) and deletions (`DELETE`).
|
||||
// Filling this field replaces SAM's MD tag. If the relevant information is
|
||||
// not available, this field is unset.
|
||||
ReferenceSequence string `protobuf:"bytes,3,opt,name=reference_sequence,json=referenceSequence" json:"reference_sequence,omitempty"`
|
||||
ReferenceSequence string `protobuf:"bytes,3,opt,name=reference_sequence,json=referenceSequence,proto3" json:"reference_sequence,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *CigarUnit) Reset() { *m = CigarUnit{} }
|
||||
func (m *CigarUnit) String() string { return proto.CompactTextString(m) }
|
||||
func (*CigarUnit) ProtoMessage() {}
|
||||
func (*CigarUnit) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
|
||||
func (m *CigarUnit) Reset() { *m = CigarUnit{} }
|
||||
func (m *CigarUnit) String() string { return proto.CompactTextString(m) }
|
||||
func (*CigarUnit) ProtoMessage() {}
|
||||
func (*CigarUnit) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_353bda9a6ec457b8, []int{0}
|
||||
}
|
||||
|
||||
func (m *CigarUnit) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_CigarUnit.Unmarshal(m, b)
|
||||
}
|
||||
func (m *CigarUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_CigarUnit.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *CigarUnit) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_CigarUnit.Merge(m, src)
|
||||
}
|
||||
func (m *CigarUnit) XXX_Size() int {
|
||||
return xxx_messageInfo_CigarUnit.Size(m)
|
||||
}
|
||||
func (m *CigarUnit) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_CigarUnit.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_CigarUnit proto.InternalMessageInfo
|
||||
|
||||
func (m *CigarUnit) GetOperation() CigarUnit_Operation {
|
||||
if m != nil {
|
||||
@@ -134,13 +169,13 @@ func (m *CigarUnit) GetReferenceSequence() string {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*CigarUnit)(nil), "google.genomics.v1.CigarUnit")
|
||||
proto.RegisterEnum("google.genomics.v1.CigarUnit_Operation", CigarUnit_Operation_name, CigarUnit_Operation_value)
|
||||
proto.RegisterType((*CigarUnit)(nil), "google.genomics.v1.CigarUnit")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/genomics/v1/cigar.proto", fileDescriptor1) }
|
||||
func init() { proto.RegisterFile("google/genomics/v1/cigar.proto", fileDescriptor_353bda9a6ec457b8) }
|
||||
|
||||
var fileDescriptor1 = []byte{
|
||||
var fileDescriptor_353bda9a6ec457b8 = []byte{
|
||||
// 367 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x51, 0xcf, 0x0e, 0x93, 0x30,
|
||||
0x1c, 0xb6, 0x63, 0x6e, 0xe3, 0x97, 0xb8, 0x75, 0x35, 0x33, 0xd3, 0x18, 0xb3, 0xec, 0xe2, 0x3c,
|
||||
|
||||
Reference in New Issue
Block a user