Bumping k8s dependencies to 1.13
This commit is contained in:
156
vendor/google.golang.org/genproto/googleapis/genomics/v1/readgroup.pb.go
generated
vendored
156
vendor/google.golang.org/genproto/googleapis/genomics/v1/readgroup.pb.go
generated
vendored
@@ -3,52 +3,83 @@
|
||||
|
||||
package genomics
|
||||
|
||||
import proto "github.com/golang/protobuf/proto"
|
||||
import fmt "fmt"
|
||||
import math "math"
|
||||
import _ "google.golang.org/genproto/googleapis/api/annotations"
|
||||
import google_protobuf3 "github.com/golang/protobuf/ptypes/struct"
|
||||
import (
|
||||
fmt "fmt"
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
_struct "github.com/golang/protobuf/ptypes/struct"
|
||||
_ "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 read group is all the data that's processed the same way by the sequencer.
|
||||
type ReadGroup struct {
|
||||
// The server-generated read group ID, unique for all read groups.
|
||||
// Note: This is different than the @RG ID field in the SAM spec. For that
|
||||
// value, see [name][google.genomics.v1.ReadGroup.name].
|
||||
Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
|
||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
// The dataset to which this read group belongs.
|
||||
DatasetId string `protobuf:"bytes,2,opt,name=dataset_id,json=datasetId" json:"dataset_id,omitempty"`
|
||||
DatasetId string `protobuf:"bytes,2,opt,name=dataset_id,json=datasetId,proto3" json:"dataset_id,omitempty"`
|
||||
// The read group name. This corresponds to the @RG ID field in the SAM spec.
|
||||
Name string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// A free-form text description of this read group.
|
||||
Description string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
|
||||
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
||||
// A client-supplied sample identifier for the reads in this read group.
|
||||
SampleId string `protobuf:"bytes,5,opt,name=sample_id,json=sampleId" json:"sample_id,omitempty"`
|
||||
SampleId string `protobuf:"bytes,5,opt,name=sample_id,json=sampleId,proto3" json:"sample_id,omitempty"`
|
||||
// The experiment used to generate this read group.
|
||||
Experiment *ReadGroup_Experiment `protobuf:"bytes,6,opt,name=experiment" json:"experiment,omitempty"`
|
||||
Experiment *ReadGroup_Experiment `protobuf:"bytes,6,opt,name=experiment,proto3" json:"experiment,omitempty"`
|
||||
// The predicted insert size of this read group. The insert size is the length
|
||||
// the sequenced DNA fragment from end-to-end, not including the adapters.
|
||||
PredictedInsertSize int32 `protobuf:"varint,7,opt,name=predicted_insert_size,json=predictedInsertSize" json:"predicted_insert_size,omitempty"`
|
||||
PredictedInsertSize int32 `protobuf:"varint,7,opt,name=predicted_insert_size,json=predictedInsertSize,proto3" json:"predicted_insert_size,omitempty"`
|
||||
// The programs used to generate this read group. Programs are always
|
||||
// identical for all read groups within a read group set. For this reason,
|
||||
// only the first read group in a returned set will have this field
|
||||
// populated.
|
||||
Programs []*ReadGroup_Program `protobuf:"bytes,10,rep,name=programs" json:"programs,omitempty"`
|
||||
Programs []*ReadGroup_Program `protobuf:"bytes,10,rep,name=programs,proto3" json:"programs,omitempty"`
|
||||
// The reference set the reads in this read group are aligned to.
|
||||
ReferenceSetId string `protobuf:"bytes,11,opt,name=reference_set_id,json=referenceSetId" json:"reference_set_id,omitempty"`
|
||||
ReferenceSetId string `protobuf:"bytes,11,opt,name=reference_set_id,json=referenceSetId,proto3" json:"reference_set_id,omitempty"`
|
||||
// A map of additional read group information. This must be of the form
|
||||
// map<string, string[]> (string key mapping to a list of string values).
|
||||
Info map[string]*google_protobuf3.ListValue `protobuf:"bytes,12,rep,name=info" json:"info,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
|
||||
Info map[string]*_struct.ListValue `protobuf:"bytes,12,rep,name=info,proto3" json:"info,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ReadGroup) Reset() { *m = ReadGroup{} }
|
||||
func (m *ReadGroup) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadGroup) ProtoMessage() {}
|
||||
func (*ReadGroup) Descriptor() ([]byte, []int) { return fileDescriptor7, []int{0} }
|
||||
func (m *ReadGroup) Reset() { *m = ReadGroup{} }
|
||||
func (m *ReadGroup) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadGroup) ProtoMessage() {}
|
||||
func (*ReadGroup) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_78f10e430d3182d6, []int{0}
|
||||
}
|
||||
|
||||
func (m *ReadGroup) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadGroup.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ReadGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ReadGroup.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ReadGroup) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ReadGroup.Merge(m, src)
|
||||
}
|
||||
func (m *ReadGroup) XXX_Size() int {
|
||||
return xxx_messageInfo_ReadGroup.Size(m)
|
||||
}
|
||||
func (m *ReadGroup) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ReadGroup.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ReadGroup proto.InternalMessageInfo
|
||||
|
||||
func (m *ReadGroup) GetId() string {
|
||||
if m != nil {
|
||||
@@ -113,7 +144,7 @@ func (m *ReadGroup) GetReferenceSetId() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (m *ReadGroup) GetInfo() map[string]*google_protobuf3.ListValue {
|
||||
func (m *ReadGroup) GetInfo() map[string]*_struct.ListValue {
|
||||
if m != nil {
|
||||
return m.Info
|
||||
}
|
||||
@@ -125,22 +156,45 @@ type ReadGroup_Experiment struct {
|
||||
// fragments which have been prepared for sequencing from a sample. This
|
||||
// field is important for quality control as error or bias can be introduced
|
||||
// during sample preparation.
|
||||
LibraryId string `protobuf:"bytes,1,opt,name=library_id,json=libraryId" json:"library_id,omitempty"`
|
||||
LibraryId string `protobuf:"bytes,1,opt,name=library_id,json=libraryId,proto3" json:"library_id,omitempty"`
|
||||
// The platform unit used as part of this experiment, for example
|
||||
// flowcell-barcode.lane for Illumina or slide for SOLiD. Corresponds to the
|
||||
// @RG PU field in the SAM spec.
|
||||
PlatformUnit string `protobuf:"bytes,2,opt,name=platform_unit,json=platformUnit" json:"platform_unit,omitempty"`
|
||||
PlatformUnit string `protobuf:"bytes,2,opt,name=platform_unit,json=platformUnit,proto3" json:"platform_unit,omitempty"`
|
||||
// The sequencing center used as part of this experiment.
|
||||
SequencingCenter string `protobuf:"bytes,3,opt,name=sequencing_center,json=sequencingCenter" json:"sequencing_center,omitempty"`
|
||||
SequencingCenter string `protobuf:"bytes,3,opt,name=sequencing_center,json=sequencingCenter,proto3" json:"sequencing_center,omitempty"`
|
||||
// The instrument model used as part of this experiment. This maps to
|
||||
// sequencing technology in the SAM spec.
|
||||
InstrumentModel string `protobuf:"bytes,4,opt,name=instrument_model,json=instrumentModel" json:"instrument_model,omitempty"`
|
||||
InstrumentModel string `protobuf:"bytes,4,opt,name=instrument_model,json=instrumentModel,proto3" json:"instrument_model,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ReadGroup_Experiment) Reset() { *m = ReadGroup_Experiment{} }
|
||||
func (m *ReadGroup_Experiment) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadGroup_Experiment) ProtoMessage() {}
|
||||
func (*ReadGroup_Experiment) Descriptor() ([]byte, []int) { return fileDescriptor7, []int{0, 0} }
|
||||
func (m *ReadGroup_Experiment) Reset() { *m = ReadGroup_Experiment{} }
|
||||
func (m *ReadGroup_Experiment) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadGroup_Experiment) ProtoMessage() {}
|
||||
func (*ReadGroup_Experiment) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_78f10e430d3182d6, []int{0, 0}
|
||||
}
|
||||
|
||||
func (m *ReadGroup_Experiment) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadGroup_Experiment.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ReadGroup_Experiment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ReadGroup_Experiment.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ReadGroup_Experiment) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ReadGroup_Experiment.Merge(m, src)
|
||||
}
|
||||
func (m *ReadGroup_Experiment) XXX_Size() int {
|
||||
return xxx_messageInfo_ReadGroup_Experiment.Size(m)
|
||||
}
|
||||
func (m *ReadGroup_Experiment) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ReadGroup_Experiment.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ReadGroup_Experiment proto.InternalMessageInfo
|
||||
|
||||
func (m *ReadGroup_Experiment) GetLibraryId() string {
|
||||
if m != nil {
|
||||
@@ -172,23 +226,46 @@ func (m *ReadGroup_Experiment) GetInstrumentModel() string {
|
||||
|
||||
type ReadGroup_Program struct {
|
||||
// The command line used to run this program.
|
||||
CommandLine string `protobuf:"bytes,1,opt,name=command_line,json=commandLine" json:"command_line,omitempty"`
|
||||
CommandLine string `protobuf:"bytes,1,opt,name=command_line,json=commandLine,proto3" json:"command_line,omitempty"`
|
||||
// The user specified locally unique ID of the program. Used along with
|
||||
// `prevProgramId` to define an ordering between programs.
|
||||
Id string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
|
||||
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
||||
// The display name of the program. This is typically the colloquial name of
|
||||
// the tool used, for example 'bwa' or 'picard'.
|
||||
Name string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
|
||||
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// The ID of the program run before this one.
|
||||
PrevProgramId string `protobuf:"bytes,4,opt,name=prev_program_id,json=prevProgramId" json:"prev_program_id,omitempty"`
|
||||
PrevProgramId string `protobuf:"bytes,4,opt,name=prev_program_id,json=prevProgramId,proto3" json:"prev_program_id,omitempty"`
|
||||
// The version of the program run.
|
||||
Version string `protobuf:"bytes,5,opt,name=version" json:"version,omitempty"`
|
||||
Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
}
|
||||
|
||||
func (m *ReadGroup_Program) Reset() { *m = ReadGroup_Program{} }
|
||||
func (m *ReadGroup_Program) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadGroup_Program) ProtoMessage() {}
|
||||
func (*ReadGroup_Program) Descriptor() ([]byte, []int) { return fileDescriptor7, []int{0, 1} }
|
||||
func (m *ReadGroup_Program) Reset() { *m = ReadGroup_Program{} }
|
||||
func (m *ReadGroup_Program) String() string { return proto.CompactTextString(m) }
|
||||
func (*ReadGroup_Program) ProtoMessage() {}
|
||||
func (*ReadGroup_Program) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_78f10e430d3182d6, []int{0, 1}
|
||||
}
|
||||
|
||||
func (m *ReadGroup_Program) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_ReadGroup_Program.Unmarshal(m, b)
|
||||
}
|
||||
func (m *ReadGroup_Program) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_ReadGroup_Program.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (m *ReadGroup_Program) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_ReadGroup_Program.Merge(m, src)
|
||||
}
|
||||
func (m *ReadGroup_Program) XXX_Size() int {
|
||||
return xxx_messageInfo_ReadGroup_Program.Size(m)
|
||||
}
|
||||
func (m *ReadGroup_Program) XXX_DiscardUnknown() {
|
||||
xxx_messageInfo_ReadGroup_Program.DiscardUnknown(m)
|
||||
}
|
||||
|
||||
var xxx_messageInfo_ReadGroup_Program proto.InternalMessageInfo
|
||||
|
||||
func (m *ReadGroup_Program) GetCommandLine() string {
|
||||
if m != nil {
|
||||
@@ -227,13 +304,14 @@ func (m *ReadGroup_Program) GetVersion() string {
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*ReadGroup)(nil), "google.genomics.v1.ReadGroup")
|
||||
proto.RegisterMapType((map[string]*_struct.ListValue)(nil), "google.genomics.v1.ReadGroup.InfoEntry")
|
||||
proto.RegisterType((*ReadGroup_Experiment)(nil), "google.genomics.v1.ReadGroup.Experiment")
|
||||
proto.RegisterType((*ReadGroup_Program)(nil), "google.genomics.v1.ReadGroup.Program")
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("google/genomics/v1/readgroup.proto", fileDescriptor7) }
|
||||
func init() { proto.RegisterFile("google/genomics/v1/readgroup.proto", fileDescriptor_78f10e430d3182d6) }
|
||||
|
||||
var fileDescriptor7 = []byte{
|
||||
var fileDescriptor_78f10e430d3182d6 = []byte{
|
||||
// 585 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xcb, 0x6e, 0xd4, 0x30,
|
||||
0x14, 0x55, 0xa6, 0xcf, 0xb9, 0xd3, 0xc7, 0x60, 0x04, 0x8a, 0x06, 0x90, 0x86, 0x22, 0x60, 0x10,
|
||||
|
||||
Reference in New Issue
Block a user