1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.26.0
- // protoc v3.6.1
- // source: proto-gorm/api/proto-gorm.proto
- package proto_gorm
- import (
- _ "github.com/golang/protobuf/ptypes/empty"
- query "github.com/infobloxopen/atlas-app-toolkit/query"
- _ "github.com/infobloxopen/protoc-gen-gorm/options"
- _ "google.golang.org/genproto/googleapis/api/annotations"
- field_mask "google.golang.org/genproto/protobuf/field_mask"
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
- reflect "reflect"
- sync "sync"
- )
- const (
- // Verify that this generated code is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
- // Verify that runtime/protoimpl is sufficiently up-to-date.
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
- )
- // WSMessage wraps PB Messages with its type for transit
- type WSMessage struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
- Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
- Streamid string `protobuf:"bytes,3,opt,name=streamid,proto3" json:"streamid,omitempty"`
- Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
- }
- func (x *WSMessage) Reset() {
- *x = WSMessage{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *WSMessage) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*WSMessage) ProtoMessage() {}
- func (x *WSMessage) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[0]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use WSMessage.ProtoReflect.Descriptor instead.
- func (*WSMessage) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{0}
- }
- func (x *WSMessage) GetMethod() string {
- if x != nil {
- return x.Method
- }
- return ""
- }
- func (x *WSMessage) GetPath() string {
- if x != nil {
- return x.Path
- }
- return ""
- }
- func (x *WSMessage) GetStreamid() string {
- if x != nil {
- return x.Streamid
- }
- return ""
- }
- func (x *WSMessage) GetBody() []byte {
- if x != nil {
- return x.Body
- }
- return nil
- }
- // IntPoint is a basic message type representing a single cartesian point
- // that we want to store in a database
- type IntPoint struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
- X int32 `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"`
- Y int32 `protobuf:"varint,3,opt,name=y,proto3" json:"y,omitempty"`
- }
- func (x *IntPoint) Reset() {
- *x = IntPoint{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *IntPoint) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*IntPoint) ProtoMessage() {}
- func (x *IntPoint) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[1]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use IntPoint.ProtoReflect.Descriptor instead.
- func (*IntPoint) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{1}
- }
- func (x *IntPoint) GetId() uint32 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- func (x *IntPoint) GetX() int32 {
- if x != nil {
- return x.X
- }
- return 0
- }
- func (x *IntPoint) GetY() int32 {
- if x != nil {
- return x.Y
- }
- return 0
- }
- type CreateIntPointRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- // Convention dictates that this field be of the given type, and be
- // named 'payload' in order to autogenerate the handler
- Payload *IntPoint `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
- }
- func (x *CreateIntPointRequest) Reset() {
- *x = CreateIntPointRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CreateIntPointRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CreateIntPointRequest) ProtoMessage() {}
- func (x *CreateIntPointRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[2]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use CreateIntPointRequest.ProtoReflect.Descriptor instead.
- func (*CreateIntPointRequest) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{2}
- }
- func (x *CreateIntPointRequest) GetPayload() *IntPoint {
- if x != nil {
- return x.Payload
- }
- return nil
- }
- type CreateIntPointResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- // Convention also requires that the return type be the same and named 'result'
- Result *IntPoint `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
- }
- func (x *CreateIntPointResponse) Reset() {
- *x = CreateIntPointResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CreateIntPointResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CreateIntPointResponse) ProtoMessage() {}
- func (x *CreateIntPointResponse) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[3]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use CreateIntPointResponse.ProtoReflect.Descriptor instead.
- func (*CreateIntPointResponse) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{3}
- }
- func (x *CreateIntPointResponse) GetResult() *IntPoint {
- if x != nil {
- return x.Result
- }
- return nil
- }
- type ReadIntPointRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- // For a read request, the id field is the only to be specified
- Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
- Fields *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
- }
- func (x *ReadIntPointRequest) Reset() {
- *x = ReadIntPointRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *ReadIntPointRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ReadIntPointRequest) ProtoMessage() {}
- func (x *ReadIntPointRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[4]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use ReadIntPointRequest.ProtoReflect.Descriptor instead.
- func (*ReadIntPointRequest) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{4}
- }
- func (x *ReadIntPointRequest) GetId() uint32 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- func (x *ReadIntPointRequest) GetFields() *query.FieldSelection {
- if x != nil {
- return x.Fields
- }
- return nil
- }
- type ReadIntPointResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- // Again the type with 'result' name
- Result *IntPoint `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
- }
- func (x *ReadIntPointResponse) Reset() {
- *x = ReadIntPointResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[5]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *ReadIntPointResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ReadIntPointResponse) ProtoMessage() {}
- func (x *ReadIntPointResponse) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[5]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use ReadIntPointResponse.ProtoReflect.Descriptor instead.
- func (*ReadIntPointResponse) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{5}
- }
- func (x *ReadIntPointResponse) GetResult() *IntPoint {
- if x != nil {
- return x.Result
- }
- return nil
- }
- type UpdateIntPointRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Payload *IntPoint `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
- GerogeriGegege *field_mask.FieldMask `protobuf:"bytes,2,opt,name=gerogeri_gegege,json=gerogeriGegege,proto3" json:"gerogeri_gegege,omitempty"`
- }
- func (x *UpdateIntPointRequest) Reset() {
- *x = UpdateIntPointRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[6]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *UpdateIntPointRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*UpdateIntPointRequest) ProtoMessage() {}
- func (x *UpdateIntPointRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[6]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use UpdateIntPointRequest.ProtoReflect.Descriptor instead.
- func (*UpdateIntPointRequest) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{6}
- }
- func (x *UpdateIntPointRequest) GetPayload() *IntPoint {
- if x != nil {
- return x.Payload
- }
- return nil
- }
- func (x *UpdateIntPointRequest) GetGerogeriGegege() *field_mask.FieldMask {
- if x != nil {
- return x.GerogeriGegege
- }
- return nil
- }
- type UpdateIntPointResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Result *IntPoint `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
- }
- func (x *UpdateIntPointResponse) Reset() {
- *x = UpdateIntPointResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[7]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *UpdateIntPointResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*UpdateIntPointResponse) ProtoMessage() {}
- func (x *UpdateIntPointResponse) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[7]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use UpdateIntPointResponse.ProtoReflect.Descriptor instead.
- func (*UpdateIntPointResponse) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{7}
- }
- func (x *UpdateIntPointResponse) GetResult() *IntPoint {
- if x != nil {
- return x.Result
- }
- return nil
- }
- type UpdateSetIntPointRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Objects []*IntPoint `protobuf:"bytes,1,rep,name=objects,proto3" json:"objects,omitempty"`
- Masks []*field_mask.FieldMask `protobuf:"bytes,2,rep,name=masks,proto3" json:"masks,omitempty"`
- }
- func (x *UpdateSetIntPointRequest) Reset() {
- *x = UpdateSetIntPointRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[8]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *UpdateSetIntPointRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*UpdateSetIntPointRequest) ProtoMessage() {}
- func (x *UpdateSetIntPointRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[8]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use UpdateSetIntPointRequest.ProtoReflect.Descriptor instead.
- func (*UpdateSetIntPointRequest) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{8}
- }
- func (x *UpdateSetIntPointRequest) GetObjects() []*IntPoint {
- if x != nil {
- return x.Objects
- }
- return nil
- }
- func (x *UpdateSetIntPointRequest) GetMasks() []*field_mask.FieldMask {
- if x != nil {
- return x.Masks
- }
- return nil
- }
- type UpdateSetIntPointResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Results []*IntPoint `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
- }
- func (x *UpdateSetIntPointResponse) Reset() {
- *x = UpdateSetIntPointResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[9]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *UpdateSetIntPointResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*UpdateSetIntPointResponse) ProtoMessage() {}
- func (x *UpdateSetIntPointResponse) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[9]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use UpdateSetIntPointResponse.ProtoReflect.Descriptor instead.
- func (*UpdateSetIntPointResponse) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{9}
- }
- func (x *UpdateSetIntPointResponse) GetResults() []*IntPoint {
- if x != nil {
- return x.Results
- }
- return nil
- }
- type DeleteIntPointRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- // Only the id is needed for a delete request
- Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
- }
- func (x *DeleteIntPointRequest) Reset() {
- *x = DeleteIntPointRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[10]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DeleteIntPointRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeleteIntPointRequest) ProtoMessage() {}
- func (x *DeleteIntPointRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[10]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DeleteIntPointRequest.ProtoReflect.Descriptor instead.
- func (*DeleteIntPointRequest) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{10}
- }
- func (x *DeleteIntPointRequest) GetId() uint32 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- type DeleteIntPointsRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- // Only the id is needed for a delete request
- Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
- }
- func (x *DeleteIntPointsRequest) Reset() {
- *x = DeleteIntPointsRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[11]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DeleteIntPointsRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeleteIntPointsRequest) ProtoMessage() {}
- func (x *DeleteIntPointsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[11]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DeleteIntPointsRequest.ProtoReflect.Descriptor instead.
- func (*DeleteIntPointsRequest) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{11}
- }
- func (x *DeleteIntPointsRequest) GetIds() []uint32 {
- if x != nil {
- return x.Ids
- }
- return nil
- }
- // By convention, on DELETE no response data is given, so either a
- // google.protobuf.empty, or an empty struct is sufficient
- type DeleteIntPointResponse struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- }
- func (x *DeleteIntPointResponse) Reset() {
- *x = DeleteIntPointResponse{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[12]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DeleteIntPointResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeleteIntPointResponse) ProtoMessage() {}
- func (x *DeleteIntPointResponse) ProtoReflect() protoreflect.Message {
- mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[12]
- if protoimpl.UnsafeEnabled && x != nil {
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- if ms.LoadMessageInfo() == nil {
- ms.StoreMessageInfo(mi)
- }
- return ms
- }
- return mi.MessageOf(x)
- }
- // Deprecated: Use DeleteIntPointResponse.ProtoReflect.Descriptor instead.
- func (*DeleteIntPointResponse) Descriptor() ([]byte, []int) {
- return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{12}
- }
- var File_proto_gorm_api_proto_gorm_proto protoreflect.FileDescriptor
- var file_proto_gorm_api_proto_gorm_proto_rawDesc = []byte{
- 0x0a, 0x1f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2d, 0x67, 0x6f, 0x72, 0x6d, 0x2f, 0x61, 0x70, 0x69,
- 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2d, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74,
- 0x6f, 0x12, 0x0a, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x1a, 0x1b, 0x67,
- 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65,
- 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x12, 0x6f, 0x70, 0x74, 0x69,
- 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20,
- 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
- 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
- 0x1a, 0x29, 0x61, 0x74, 0x6c, 0x61, 0x73, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2f, 0x76, 0x31,
- 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6f, 0x70, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f,
- 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
- 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x67, 0x0a, 0x09, 0x57, 0x53, 0x4d,
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x12,
- 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61,
- 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x12, 0x12,
- 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x62, 0x6f,
- 0x64, 0x79, 0x22, 0x3e, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x0e,
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x0c,
- 0x0a, 0x01, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x78, 0x12, 0x0c, 0x0a, 0x01,
- 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x79, 0x3a, 0x06, 0xba, 0xb9, 0x19, 0x02,
- 0x08, 0x01, 0x22, 0x47, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50,
- 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x07, 0x70,
- 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70,
- 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69,
- 0x6e, 0x74, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x46, 0x0a, 0x16, 0x43,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f,
- 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73,
- 0x75, 0x6c, 0x74, 0x22, 0x5d, 0x0a, 0x13, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f,
- 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x36, 0x0a, 0x06, 0x66, 0x69,
- 0x65, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x61, 0x74, 0x6c,
- 0x61, 0x73, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x69, 0x65, 0x6c,
- 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c,
- 0x64, 0x73, 0x22, 0x44, 0x0a, 0x14, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69,
- 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74,
- 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x8c, 0x01, 0x0a, 0x15, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d,
- 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f,
- 0x61, 0x64, 0x12, 0x43, 0x0a, 0x0f, 0x67, 0x65, 0x72, 0x6f, 0x67, 0x65, 0x72, 0x69, 0x5f, 0x67,
- 0x65, 0x67, 0x65, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
- 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69,
- 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0e, 0x67, 0x65, 0x72, 0x6f, 0x67, 0x65, 0x72,
- 0x69, 0x47, 0x65, 0x67, 0x65, 0x67, 0x65, 0x22, 0x46, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49,
- 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22,
- 0x7c, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x50,
- 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x07, 0x6f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70,
- 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69,
- 0x6e, 0x74, 0x52, 0x07, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x30, 0x0a, 0x05, 0x6d,
- 0x61, 0x73, 0x6b, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
- 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65,
- 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x05, 0x6d, 0x61, 0x73, 0x6b, 0x73, 0x22, 0x4b, 0x0a,
- 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69,
- 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x07, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72,
- 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e,
- 0x74, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x22, 0x27, 0x0a, 0x15, 0x44, 0x65,
- 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52,
- 0x02, 0x69, 0x64, 0x22, 0x2a, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74,
- 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a,
- 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22,
- 0x18, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e,
- 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xb6, 0x04, 0x0a, 0x0f, 0x49, 0x6e,
- 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a,
- 0x06, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f,
- 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f,
- 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e,
- 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1a,
- 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x22, 0x09, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x69, 0x6e,
- 0x74, 0x3a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x61, 0x0a, 0x04, 0x52, 0x65,
- 0x61, 0x64, 0x12, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e,
- 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75,
- 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d,
- 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73,
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x16, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x10, 0x12, 0x0e, 0x2f,
- 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x78, 0x0a,
- 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f,
- 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f,
- 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e,
- 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x27,
- 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x32, 0x16, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x69, 0x6e,
- 0x74, 0x2f, 0x7b, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2e, 0x69, 0x64, 0x7d, 0x3a, 0x07,
- 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x5a, 0x0a, 0x09, 0x55, 0x70, 0x64, 0x61, 0x74,
- 0x65, 0x53, 0x65, 0x74, 0x12, 0x24, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72,
- 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x50, 0x6f,
- 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x70, 0x72, 0x6f,
- 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65,
- 0x74, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
- 0x65, 0x22, 0x00, 0x12, 0x75, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x21, 0x2e,
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
- 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65,
- 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70,
- 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x24, 0xba, 0xb9, 0x19, 0x0a, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x50,
- 0x6f, 0x69, 0x6e, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x10, 0x2a, 0x0e, 0x2f, 0x76, 0x31, 0x2f,
- 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x1a, 0x06, 0xba, 0xb9, 0x19, 0x02,
- 0x08, 0x01, 0x32, 0xd4, 0x03, 0x0a, 0x0b, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x54,
- 0x78, 0x6e, 0x12, 0x51, 0x0a, 0x06, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70,
- 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
- 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
- 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65,
- 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4b, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1f, 0x2e,
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49,
- 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x52, 0x65, 0x61, 0x64,
- 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
- 0x22, 0x00, 0x12, 0x51, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70,
- 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
- 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
- 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64,
- 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
- 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x60, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12,
- 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c,
- 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
- 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e,
- 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x0f, 0xba, 0xb9, 0x19, 0x0b, 0x0a, 0x09, 0x69, 0x6e,
- 0x74, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x64, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x65, 0x74,
- 0x65, 0x53, 0x65, 0x74, 0x12, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72,
- 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74,
- 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
- 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50,
- 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x0f, 0xba, 0xb9,
- 0x19, 0x0b, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x1a, 0x0a, 0xba,
- 0xb9, 0x19, 0x06, 0x08, 0x01, 0x10, 0x01, 0x18, 0x01, 0x42, 0x21, 0x5a, 0x1f, 0x67, 0x69, 0x74,
- 0x2e, 0x61, 0x6c, 0x66, 0x69, 0x2e, 0x6c, 0x69, 0x2f, 0x67, 0x61, 0x6d, 0x65, 0x6c, 0x61, 0x6e,
- 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x62, 0x06, 0x70, 0x72,
- 0x6f, 0x74, 0x6f, 0x33,
- }
- var (
- file_proto_gorm_api_proto_gorm_proto_rawDescOnce sync.Once
- file_proto_gorm_api_proto_gorm_proto_rawDescData = file_proto_gorm_api_proto_gorm_proto_rawDesc
- )
- func file_proto_gorm_api_proto_gorm_proto_rawDescGZIP() []byte {
- file_proto_gorm_api_proto_gorm_proto_rawDescOnce.Do(func() {
- file_proto_gorm_api_proto_gorm_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_gorm_api_proto_gorm_proto_rawDescData)
- })
- return file_proto_gorm_api_proto_gorm_proto_rawDescData
- }
- var file_proto_gorm_api_proto_gorm_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
- var file_proto_gorm_api_proto_gorm_proto_goTypes = []interface{}{
- (*WSMessage)(nil), // 0: proto_gorm.WSMessage
- (*IntPoint)(nil), // 1: proto_gorm.IntPoint
- (*CreateIntPointRequest)(nil), // 2: proto_gorm.CreateIntPointRequest
- (*CreateIntPointResponse)(nil), // 3: proto_gorm.CreateIntPointResponse
- (*ReadIntPointRequest)(nil), // 4: proto_gorm.ReadIntPointRequest
- (*ReadIntPointResponse)(nil), // 5: proto_gorm.ReadIntPointResponse
- (*UpdateIntPointRequest)(nil), // 6: proto_gorm.UpdateIntPointRequest
- (*UpdateIntPointResponse)(nil), // 7: proto_gorm.UpdateIntPointResponse
- (*UpdateSetIntPointRequest)(nil), // 8: proto_gorm.UpdateSetIntPointRequest
- (*UpdateSetIntPointResponse)(nil), // 9: proto_gorm.UpdateSetIntPointResponse
- (*DeleteIntPointRequest)(nil), // 10: proto_gorm.DeleteIntPointRequest
- (*DeleteIntPointsRequest)(nil), // 11: proto_gorm.DeleteIntPointsRequest
- (*DeleteIntPointResponse)(nil), // 12: proto_gorm.DeleteIntPointResponse
- (*query.FieldSelection)(nil), // 13: atlas.query.v1.FieldSelection
- (*field_mask.FieldMask)(nil), // 14: google.protobuf.FieldMask
- }
- var file_proto_gorm_api_proto_gorm_proto_depIdxs = []int32{
- 1, // 0: proto_gorm.CreateIntPointRequest.payload:type_name -> proto_gorm.IntPoint
- 1, // 1: proto_gorm.CreateIntPointResponse.result:type_name -> proto_gorm.IntPoint
- 13, // 2: proto_gorm.ReadIntPointRequest.fields:type_name -> atlas.query.v1.FieldSelection
- 1, // 3: proto_gorm.ReadIntPointResponse.result:type_name -> proto_gorm.IntPoint
- 1, // 4: proto_gorm.UpdateIntPointRequest.payload:type_name -> proto_gorm.IntPoint
- 14, // 5: proto_gorm.UpdateIntPointRequest.gerogeri_gegege:type_name -> google.protobuf.FieldMask
- 1, // 6: proto_gorm.UpdateIntPointResponse.result:type_name -> proto_gorm.IntPoint
- 1, // 7: proto_gorm.UpdateSetIntPointRequest.objects:type_name -> proto_gorm.IntPoint
- 14, // 8: proto_gorm.UpdateSetIntPointRequest.masks:type_name -> google.protobuf.FieldMask
- 1, // 9: proto_gorm.UpdateSetIntPointResponse.results:type_name -> proto_gorm.IntPoint
- 2, // 10: proto_gorm.IntPointService.Create:input_type -> proto_gorm.CreateIntPointRequest
- 4, // 11: proto_gorm.IntPointService.Read:input_type -> proto_gorm.ReadIntPointRequest
- 6, // 12: proto_gorm.IntPointService.Update:input_type -> proto_gorm.UpdateIntPointRequest
- 8, // 13: proto_gorm.IntPointService.UpdateSet:input_type -> proto_gorm.UpdateSetIntPointRequest
- 10, // 14: proto_gorm.IntPointService.Delete:input_type -> proto_gorm.DeleteIntPointRequest
- 2, // 15: proto_gorm.IntPointTxn.Create:input_type -> proto_gorm.CreateIntPointRequest
- 4, // 16: proto_gorm.IntPointTxn.Read:input_type -> proto_gorm.ReadIntPointRequest
- 6, // 17: proto_gorm.IntPointTxn.Update:input_type -> proto_gorm.UpdateIntPointRequest
- 10, // 18: proto_gorm.IntPointTxn.Delete:input_type -> proto_gorm.DeleteIntPointRequest
- 11, // 19: proto_gorm.IntPointTxn.DeleteSet:input_type -> proto_gorm.DeleteIntPointsRequest
- 3, // 20: proto_gorm.IntPointService.Create:output_type -> proto_gorm.CreateIntPointResponse
- 5, // 21: proto_gorm.IntPointService.Read:output_type -> proto_gorm.ReadIntPointResponse
- 7, // 22: proto_gorm.IntPointService.Update:output_type -> proto_gorm.UpdateIntPointResponse
- 9, // 23: proto_gorm.IntPointService.UpdateSet:output_type -> proto_gorm.UpdateSetIntPointResponse
- 12, // 24: proto_gorm.IntPointService.Delete:output_type -> proto_gorm.DeleteIntPointResponse
- 3, // 25: proto_gorm.IntPointTxn.Create:output_type -> proto_gorm.CreateIntPointResponse
- 5, // 26: proto_gorm.IntPointTxn.Read:output_type -> proto_gorm.ReadIntPointResponse
- 7, // 27: proto_gorm.IntPointTxn.Update:output_type -> proto_gorm.UpdateIntPointResponse
- 12, // 28: proto_gorm.IntPointTxn.Delete:output_type -> proto_gorm.DeleteIntPointResponse
- 12, // 29: proto_gorm.IntPointTxn.DeleteSet:output_type -> proto_gorm.DeleteIntPointResponse
- 20, // [20:30] is the sub-list for method output_type
- 10, // [10:20] is the sub-list for method input_type
- 10, // [10:10] is the sub-list for extension type_name
- 10, // [10:10] is the sub-list for extension extendee
- 0, // [0:10] is the sub-list for field type_name
- }
- func init() { file_proto_gorm_api_proto_gorm_proto_init() }
- func file_proto_gorm_api_proto_gorm_proto_init() {
- if File_proto_gorm_api_proto_gorm_proto != nil {
- return
- }
- if !protoimpl.UnsafeEnabled {
- file_proto_gorm_api_proto_gorm_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*WSMessage); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*IntPoint); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateIntPointRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateIntPointResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ReadIntPointRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ReadIntPointResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateIntPointRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateIntPointResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateSetIntPointRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*UpdateSetIntPointResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteIntPointRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteIntPointsRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_gorm_api_proto_gorm_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteIntPointResponse); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: file_proto_gorm_api_proto_gorm_proto_rawDesc,
- NumEnums: 0,
- NumMessages: 13,
- NumExtensions: 0,
- NumServices: 2,
- },
- GoTypes: file_proto_gorm_api_proto_gorm_proto_goTypes,
- DependencyIndexes: file_proto_gorm_api_proto_gorm_proto_depIdxs,
- MessageInfos: file_proto_gorm_api_proto_gorm_proto_msgTypes,
- }.Build()
- File_proto_gorm_api_proto_gorm_proto = out.File
- file_proto_gorm_api_proto_gorm_proto_rawDesc = nil
- file_proto_gorm_api_proto_gorm_proto_goTypes = nil
- file_proto_gorm_api_proto_gorm_proto_depIdxs = nil
- }
|