123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.28.1
- // protoc v3.20.1
- // source: proto/logPush.proto
- package logPush
- import (
- 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)
- )
- type LogPushJobEntity struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
- DataSet string `protobuf:"bytes,2,opt,name=dataSet,proto3" json:"dataSet,omitempty"`
- DestinationConf string `protobuf:"bytes,3,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
- Enabled bool `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"`
- ErrorMessage string `protobuf:"bytes,5,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
- Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
- }
- func (x *LogPushJobEntity) Reset() {
- *x = LogPushJobEntity{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *LogPushJobEntity) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*LogPushJobEntity) ProtoMessage() {}
- func (x *LogPushJobEntity) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 LogPushJobEntity.ProtoReflect.Descriptor instead.
- func (*LogPushJobEntity) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{0}
- }
- func (x *LogPushJobEntity) GetId() int64 {
- if x != nil {
- return x.Id
- }
- return 0
- }
- func (x *LogPushJobEntity) GetDataSet() string {
- if x != nil {
- return x.DataSet
- }
- return ""
- }
- func (x *LogPushJobEntity) GetDestinationConf() string {
- if x != nil {
- return x.DestinationConf
- }
- return ""
- }
- func (x *LogPushJobEntity) GetEnabled() bool {
- if x != nil {
- return x.Enabled
- }
- return false
- }
- func (x *LogPushJobEntity) GetErrorMessage() string {
- if x != nil {
- return x.ErrorMessage
- }
- return ""
- }
- func (x *LogPushJobEntity) GetName() string {
- if x != nil {
- return x.Name
- }
- return ""
- }
- type OwnershipChallengeEntity struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
- Valid bool `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
- Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
- }
- func (x *OwnershipChallengeEntity) Reset() {
- *x = OwnershipChallengeEntity{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *OwnershipChallengeEntity) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*OwnershipChallengeEntity) ProtoMessage() {}
- func (x *OwnershipChallengeEntity) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 OwnershipChallengeEntity.ProtoReflect.Descriptor instead.
- func (*OwnershipChallengeEntity) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{1}
- }
- func (x *OwnershipChallengeEntity) GetFilename() string {
- if x != nil {
- return x.Filename
- }
- return ""
- }
- func (x *OwnershipChallengeEntity) GetValid() bool {
- if x != nil {
- return x.Valid
- }
- return false
- }
- func (x *OwnershipChallengeEntity) GetMessage() string {
- if x != nil {
- return x.Message
- }
- return ""
- }
- type ListLogPushJobRequestByZoneId struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
- ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
- ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
- DataSet string `protobuf:"bytes,4,opt,name=dataSet,proto3" json:"dataSet,omitempty"`
- }
- func (x *ListLogPushJobRequestByZoneId) Reset() {
- *x = ListLogPushJobRequestByZoneId{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *ListLogPushJobRequestByZoneId) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ListLogPushJobRequestByZoneId) ProtoMessage() {}
- func (x *ListLogPushJobRequestByZoneId) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 ListLogPushJobRequestByZoneId.ProtoReflect.Descriptor instead.
- func (*ListLogPushJobRequestByZoneId) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{2}
- }
- func (x *ListLogPushJobRequestByZoneId) GetApiKey() string {
- if x != nil {
- return x.ApiKey
- }
- return ""
- }
- func (x *ListLogPushJobRequestByZoneId) GetApiEmail() string {
- if x != nil {
- return x.ApiEmail
- }
- return ""
- }
- func (x *ListLogPushJobRequestByZoneId) GetZoneId() string {
- if x != nil {
- return x.ZoneId
- }
- return ""
- }
- func (x *ListLogPushJobRequestByZoneId) GetDataSet() string {
- if x != nil {
- return x.DataSet
- }
- return ""
- }
- type ListLogPushJobReplay struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Result []*LogPushJobEntity `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
- }
- func (x *ListLogPushJobReplay) Reset() {
- *x = ListLogPushJobReplay{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *ListLogPushJobReplay) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ListLogPushJobReplay) ProtoMessage() {}
- func (x *ListLogPushJobReplay) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 ListLogPushJobReplay.ProtoReflect.Descriptor instead.
- func (*ListLogPushJobReplay) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{3}
- }
- func (x *ListLogPushJobReplay) GetResult() []*LogPushJobEntity {
- if x != nil {
- return x.Result
- }
- return nil
- }
- type CreateLogPushJobRequestByZoneId struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
- ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
- ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
- DataSet string `protobuf:"bytes,4,opt,name=dataSet,proto3" json:"dataSet,omitempty"`
- DestinationConf string `protobuf:"bytes,5,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
- OwnershipChallenge string `protobuf:"bytes,6,opt,name=ownershipChallenge,proto3" json:"ownershipChallenge,omitempty"`
- }
- func (x *CreateLogPushJobRequestByZoneId) Reset() {
- *x = CreateLogPushJobRequestByZoneId{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CreateLogPushJobRequestByZoneId) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CreateLogPushJobRequestByZoneId) ProtoMessage() {}
- func (x *CreateLogPushJobRequestByZoneId) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 CreateLogPushJobRequestByZoneId.ProtoReflect.Descriptor instead.
- func (*CreateLogPushJobRequestByZoneId) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{4}
- }
- func (x *CreateLogPushJobRequestByZoneId) GetApiKey() string {
- if x != nil {
- return x.ApiKey
- }
- return ""
- }
- func (x *CreateLogPushJobRequestByZoneId) GetApiEmail() string {
- if x != nil {
- return x.ApiEmail
- }
- return ""
- }
- func (x *CreateLogPushJobRequestByZoneId) GetZoneId() string {
- if x != nil {
- return x.ZoneId
- }
- return ""
- }
- func (x *CreateLogPushJobRequestByZoneId) GetDataSet() string {
- if x != nil {
- return x.DataSet
- }
- return ""
- }
- func (x *CreateLogPushJobRequestByZoneId) GetDestinationConf() string {
- if x != nil {
- return x.DestinationConf
- }
- return ""
- }
- func (x *CreateLogPushJobRequestByZoneId) GetOwnershipChallenge() string {
- if x != nil {
- return x.OwnershipChallenge
- }
- return ""
- }
- type CreateLogPushJobReplay struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Result *LogPushJobEntity `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
- }
- func (x *CreateLogPushJobReplay) Reset() {
- *x = CreateLogPushJobReplay{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[5]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CreateLogPushJobReplay) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CreateLogPushJobReplay) ProtoMessage() {}
- func (x *CreateLogPushJobReplay) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 CreateLogPushJobReplay.ProtoReflect.Descriptor instead.
- func (*CreateLogPushJobReplay) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{5}
- }
- func (x *CreateLogPushJobReplay) GetResult() *LogPushJobEntity {
- if x != nil {
- return x.Result
- }
- return nil
- }
- type DeleteLogPushJobRequestByZoneId struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
- ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
- ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
- JobId int64 `protobuf:"varint,4,opt,name=jobId,proto3" json:"jobId,omitempty"`
- }
- func (x *DeleteLogPushJobRequestByZoneId) Reset() {
- *x = DeleteLogPushJobRequestByZoneId{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[6]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DeleteLogPushJobRequestByZoneId) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeleteLogPushJobRequestByZoneId) ProtoMessage() {}
- func (x *DeleteLogPushJobRequestByZoneId) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 DeleteLogPushJobRequestByZoneId.ProtoReflect.Descriptor instead.
- func (*DeleteLogPushJobRequestByZoneId) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{6}
- }
- func (x *DeleteLogPushJobRequestByZoneId) GetApiKey() string {
- if x != nil {
- return x.ApiKey
- }
- return ""
- }
- func (x *DeleteLogPushJobRequestByZoneId) GetApiEmail() string {
- if x != nil {
- return x.ApiEmail
- }
- return ""
- }
- func (x *DeleteLogPushJobRequestByZoneId) GetZoneId() string {
- if x != nil {
- return x.ZoneId
- }
- return ""
- }
- func (x *DeleteLogPushJobRequestByZoneId) GetJobId() int64 {
- if x != nil {
- return x.JobId
- }
- return 0
- }
- type DeleteLogPushJobReplay struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
- Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
- }
- func (x *DeleteLogPushJobReplay) Reset() {
- *x = DeleteLogPushJobReplay{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[7]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *DeleteLogPushJobReplay) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*DeleteLogPushJobReplay) ProtoMessage() {}
- func (x *DeleteLogPushJobReplay) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 DeleteLogPushJobReplay.ProtoReflect.Descriptor instead.
- func (*DeleteLogPushJobReplay) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{7}
- }
- func (x *DeleteLogPushJobReplay) GetSuccess() bool {
- if x != nil {
- return x.Success
- }
- return false
- }
- func (x *DeleteLogPushJobReplay) GetMessage() string {
- if x != nil {
- return x.Message
- }
- return ""
- }
- type GetOwnershipChallengeRequestByZoneId struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
- ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
- ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
- DestinationConf string `protobuf:"bytes,4,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
- }
- func (x *GetOwnershipChallengeRequestByZoneId) Reset() {
- *x = GetOwnershipChallengeRequestByZoneId{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[8]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetOwnershipChallengeRequestByZoneId) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetOwnershipChallengeRequestByZoneId) ProtoMessage() {}
- func (x *GetOwnershipChallengeRequestByZoneId) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 GetOwnershipChallengeRequestByZoneId.ProtoReflect.Descriptor instead.
- func (*GetOwnershipChallengeRequestByZoneId) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{8}
- }
- func (x *GetOwnershipChallengeRequestByZoneId) GetApiKey() string {
- if x != nil {
- return x.ApiKey
- }
- return ""
- }
- func (x *GetOwnershipChallengeRequestByZoneId) GetApiEmail() string {
- if x != nil {
- return x.ApiEmail
- }
- return ""
- }
- func (x *GetOwnershipChallengeRequestByZoneId) GetZoneId() string {
- if x != nil {
- return x.ZoneId
- }
- return ""
- }
- func (x *GetOwnershipChallengeRequestByZoneId) GetDestinationConf() string {
- if x != nil {
- return x.DestinationConf
- }
- return ""
- }
- type GetOwnershipChallengeReply struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Result *OwnershipChallengeEntity `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
- }
- func (x *GetOwnershipChallengeReply) Reset() {
- *x = GetOwnershipChallengeReply{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[9]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *GetOwnershipChallengeReply) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetOwnershipChallengeReply) ProtoMessage() {}
- func (x *GetOwnershipChallengeReply) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 GetOwnershipChallengeReply.ProtoReflect.Descriptor instead.
- func (*GetOwnershipChallengeReply) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{9}
- }
- func (x *GetOwnershipChallengeReply) GetResult() *OwnershipChallengeEntity {
- if x != nil {
- return x.Result
- }
- return nil
- }
- type CheckDestinationExistRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
- ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
- ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
- DestinationConf string `protobuf:"bytes,4,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
- }
- func (x *CheckDestinationExistRequest) Reset() {
- *x = CheckDestinationExistRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[10]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CheckDestinationExistRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CheckDestinationExistRequest) ProtoMessage() {}
- func (x *CheckDestinationExistRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 CheckDestinationExistRequest.ProtoReflect.Descriptor instead.
- func (*CheckDestinationExistRequest) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{10}
- }
- func (x *CheckDestinationExistRequest) GetApiKey() string {
- if x != nil {
- return x.ApiKey
- }
- return ""
- }
- func (x *CheckDestinationExistRequest) GetApiEmail() string {
- if x != nil {
- return x.ApiEmail
- }
- return ""
- }
- func (x *CheckDestinationExistRequest) GetZoneId() string {
- if x != nil {
- return x.ZoneId
- }
- return ""
- }
- func (x *CheckDestinationExistRequest) GetDestinationConf() string {
- if x != nil {
- return x.DestinationConf
- }
- return ""
- }
- type CheckDestinationExistReply struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Exists bool `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
- }
- func (x *CheckDestinationExistReply) Reset() {
- *x = CheckDestinationExistReply{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[11]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *CheckDestinationExistReply) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*CheckDestinationExistReply) ProtoMessage() {}
- func (x *CheckDestinationExistReply) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 CheckDestinationExistReply.ProtoReflect.Descriptor instead.
- func (*CheckDestinationExistReply) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{11}
- }
- func (x *CheckDestinationExistReply) GetExists() bool {
- if x != nil {
- return x.Exists
- }
- return false
- }
- type ValidateOwnershipChallengeRequest struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"`
- ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"`
- ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"`
- DestinationConf string `protobuf:"bytes,4,opt,name=destinationConf,proto3" json:"destinationConf,omitempty"`
- OwnershipChallenge string `protobuf:"bytes,5,opt,name=ownershipChallenge,proto3" json:"ownershipChallenge,omitempty"`
- }
- func (x *ValidateOwnershipChallengeRequest) Reset() {
- *x = ValidateOwnershipChallengeRequest{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[12]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *ValidateOwnershipChallengeRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ValidateOwnershipChallengeRequest) ProtoMessage() {}
- func (x *ValidateOwnershipChallengeRequest) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_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 ValidateOwnershipChallengeRequest.ProtoReflect.Descriptor instead.
- func (*ValidateOwnershipChallengeRequest) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{12}
- }
- func (x *ValidateOwnershipChallengeRequest) GetApiKey() string {
- if x != nil {
- return x.ApiKey
- }
- return ""
- }
- func (x *ValidateOwnershipChallengeRequest) GetApiEmail() string {
- if x != nil {
- return x.ApiEmail
- }
- return ""
- }
- func (x *ValidateOwnershipChallengeRequest) GetZoneId() string {
- if x != nil {
- return x.ZoneId
- }
- return ""
- }
- func (x *ValidateOwnershipChallengeRequest) GetDestinationConf() string {
- if x != nil {
- return x.DestinationConf
- }
- return ""
- }
- func (x *ValidateOwnershipChallengeRequest) GetOwnershipChallenge() string {
- if x != nil {
- return x.OwnershipChallenge
- }
- return ""
- }
- type ValidateOwnershipChallengeReply struct {
- state protoimpl.MessageState
- sizeCache protoimpl.SizeCache
- unknownFields protoimpl.UnknownFields
- Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
- }
- func (x *ValidateOwnershipChallengeReply) Reset() {
- *x = ValidateOwnershipChallengeReply{}
- if protoimpl.UnsafeEnabled {
- mi := &file_proto_logPush_proto_msgTypes[13]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- }
- func (x *ValidateOwnershipChallengeReply) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ValidateOwnershipChallengeReply) ProtoMessage() {}
- func (x *ValidateOwnershipChallengeReply) ProtoReflect() protoreflect.Message {
- mi := &file_proto_logPush_proto_msgTypes[13]
- 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 ValidateOwnershipChallengeReply.ProtoReflect.Descriptor instead.
- func (*ValidateOwnershipChallengeReply) Descriptor() ([]byte, []int) {
- return file_proto_logPush_proto_rawDescGZIP(), []int{13}
- }
- func (x *ValidateOwnershipChallengeReply) GetValid() bool {
- if x != nil {
- return x.Valid
- }
- return false
- }
- var File_proto_logPush_proto protoreflect.FileDescriptor
- var file_proto_logPush_proto_rawDesc = []byte{
- 0x0a, 0x13, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e,
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x15, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
- 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x22, 0xb8, 0x01, 0x0a,
- 0x10, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x45, 0x6e, 0x74, 0x69, 0x74,
- 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
- 0x64, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01,
- 0x28, 0x09, 0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x64,
- 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x03,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12,
- 0x22, 0x0a, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18,
- 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x66, 0x0a, 0x18, 0x4f, 0x77, 0x6e, 0x65, 0x72,
- 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x6e, 0x74,
- 0x69, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18,
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x12,
- 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05,
- 0x76, 0x61, 0x6c, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22,
- 0x85, 0x01, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a,
- 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49,
- 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69,
- 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69,
- 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18,
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a,
- 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
- 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x22, 0x57, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x4c,
- 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x12,
- 0x3f, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
- 0x27, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e,
- 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a,
- 0x6f, 0x62, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
- 0x22, 0xe1, 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75,
- 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f,
- 0x6e, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08,
- 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
- 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65,
- 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64,
- 0x12, 0x18, 0x0a, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x07, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65,
- 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x05, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
- 0x43, 0x6f, 0x6e, 0x66, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69,
- 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x12, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c,
- 0x65, 0x6e, 0x67, 0x65, 0x22, 0x59, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f,
- 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x12, 0x3f,
- 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27,
- 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c,
- 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f,
- 0x62, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22,
- 0x83, 0x01, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73,
- 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e,
- 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20,
- 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61,
- 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61,
- 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49,
- 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12,
- 0x14, 0x0a, 0x05, 0x6a, 0x6f, 0x62, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
- 0x6a, 0x6f, 0x62, 0x49, 0x64, 0x22, 0x4c, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4c,
- 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x12,
- 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08,
- 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73,
- 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73,
- 0x61, 0x67, 0x65, 0x22, 0x9c, 0x01, 0x0a, 0x24, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72,
- 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
- 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70,
- 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
- 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x74,
- 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
- 0x6e, 0x66, 0x22, 0x65, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68,
- 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79,
- 0x12, 0x47, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
- 0x32, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69,
- 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68,
- 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74,
- 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x94, 0x01, 0x0a, 0x1c, 0x43, 0x68,
- 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78,
- 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70,
- 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b,
- 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16,
- 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
- 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
- 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
- 0x22, 0x34, 0x0a, 0x1a, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61,
- 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x16,
- 0x0a, 0x06, 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06,
- 0x65, 0x78, 0x69, 0x73, 0x74, 0x73, 0x22, 0xc9, 0x01, 0x0a, 0x21, 0x56, 0x61, 0x6c, 0x69, 0x64,
- 0x61, 0x74, 0x65, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c,
- 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06,
- 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70,
- 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c,
- 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
- 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x74,
- 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28,
- 0x09, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
- 0x6e, 0x66, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43,
- 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12,
- 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e,
- 0x67, 0x65, 0x22, 0x37, 0x0a, 0x1f, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x77,
- 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65,
- 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x32, 0xca, 0x06, 0x0a, 0x11,
- 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
- 0x65, 0x12, 0x7e, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68,
- 0x4a, 0x6f, 0x62, 0x73, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x34, 0x2e, 0x63,
- 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67,
- 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68,
- 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65,
- 0x49, 0x64, 0x1a, 0x2b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41,
- 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4c,
- 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x22,
- 0x00, 0x12, 0x83, 0x01, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50,
- 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x36,
- 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c,
- 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67,
- 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x79,
- 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x1a, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c,
- 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x43,
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52,
- 0x65, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65,
- 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x42, 0x79, 0x5a, 0x6f,
- 0x6e, 0x65, 0x49, 0x64, 0x12, 0x36, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
- 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x44, 0x65, 0x6c,
- 0x65, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x1a, 0x2d, 0x2e, 0x63,
- 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67,
- 0x50, 0x75, 0x73, 0x68, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4c, 0x6f, 0x67, 0x50, 0x75,
- 0x73, 0x68, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x79, 0x22, 0x00, 0x12, 0x91, 0x01,
- 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68,
- 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12,
- 0x3b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e,
- 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72,
- 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71,
- 0x75, 0x65, 0x73, 0x74, 0x42, 0x79, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x1a, 0x31, 0x2e, 0x63,
- 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67,
- 0x50, 0x75, 0x73, 0x68, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69,
- 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
- 0x00, 0x12, 0x81, 0x01, 0x0a, 0x15, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69,
- 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, 0x63, 0x6c,
- 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50,
- 0x75, 0x73, 0x68, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61,
- 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
- 0x1a, 0x31, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69,
- 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44, 0x65,
- 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65,
- 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x90, 0x01, 0x0a, 0x1a, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61,
- 0x74, 0x65, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c,
- 0x65, 0x6e, 0x67, 0x65, 0x12, 0x38, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72,
- 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x56, 0x61, 0x6c,
- 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68,
- 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36,
- 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x6c,
- 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x4f,
- 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67,
- 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x45, 0x0a, 0x1a, 0x69, 0x6f, 0x2e, 0x67,
- 0x72, 0x70, 0x63, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x2e, 0x6c,
- 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x42, 0x0c, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x50,
- 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x17, 0x2e, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66,
- 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2f, 0x6c, 0x6f, 0x67, 0x50, 0x75, 0x73, 0x68, 0x62,
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
- }
- var (
- file_proto_logPush_proto_rawDescOnce sync.Once
- file_proto_logPush_proto_rawDescData = file_proto_logPush_proto_rawDesc
- )
- func file_proto_logPush_proto_rawDescGZIP() []byte {
- file_proto_logPush_proto_rawDescOnce.Do(func() {
- file_proto_logPush_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_logPush_proto_rawDescData)
- })
- return file_proto_logPush_proto_rawDescData
- }
- var file_proto_logPush_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
- var file_proto_logPush_proto_goTypes = []interface{}{
- (*LogPushJobEntity)(nil), // 0: cloudflareApi.logPush.LogPushJobEntity
- (*OwnershipChallengeEntity)(nil), // 1: cloudflareApi.logPush.OwnershipChallengeEntity
- (*ListLogPushJobRequestByZoneId)(nil), // 2: cloudflareApi.logPush.ListLogPushJobRequestByZoneId
- (*ListLogPushJobReplay)(nil), // 3: cloudflareApi.logPush.ListLogPushJobReplay
- (*CreateLogPushJobRequestByZoneId)(nil), // 4: cloudflareApi.logPush.CreateLogPushJobRequestByZoneId
- (*CreateLogPushJobReplay)(nil), // 5: cloudflareApi.logPush.CreateLogPushJobReplay
- (*DeleteLogPushJobRequestByZoneId)(nil), // 6: cloudflareApi.logPush.DeleteLogPushJobRequestByZoneId
- (*DeleteLogPushJobReplay)(nil), // 7: cloudflareApi.logPush.DeleteLogPushJobReplay
- (*GetOwnershipChallengeRequestByZoneId)(nil), // 8: cloudflareApi.logPush.GetOwnershipChallengeRequestByZoneId
- (*GetOwnershipChallengeReply)(nil), // 9: cloudflareApi.logPush.GetOwnershipChallengeReply
- (*CheckDestinationExistRequest)(nil), // 10: cloudflareApi.logPush.CheckDestinationExistRequest
- (*CheckDestinationExistReply)(nil), // 11: cloudflareApi.logPush.CheckDestinationExistReply
- (*ValidateOwnershipChallengeRequest)(nil), // 12: cloudflareApi.logPush.ValidateOwnershipChallengeRequest
- (*ValidateOwnershipChallengeReply)(nil), // 13: cloudflareApi.logPush.ValidateOwnershipChallengeReply
- }
- var file_proto_logPush_proto_depIdxs = []int32{
- 0, // 0: cloudflareApi.logPush.ListLogPushJobReplay.result:type_name -> cloudflareApi.logPush.LogPushJobEntity
- 0, // 1: cloudflareApi.logPush.CreateLogPushJobReplay.result:type_name -> cloudflareApi.logPush.LogPushJobEntity
- 1, // 2: cloudflareApi.logPush.GetOwnershipChallengeReply.result:type_name -> cloudflareApi.logPush.OwnershipChallengeEntity
- 2, // 3: cloudflareApi.logPush.LogPushCloudflare.ListLogPushJobsByZoneId:input_type -> cloudflareApi.logPush.ListLogPushJobRequestByZoneId
- 4, // 4: cloudflareApi.logPush.LogPushCloudflare.CreateLogPushJobByZoneId:input_type -> cloudflareApi.logPush.CreateLogPushJobRequestByZoneId
- 6, // 5: cloudflareApi.logPush.LogPushCloudflare.DeleteLogPushJobByZoneId:input_type -> cloudflareApi.logPush.DeleteLogPushJobRequestByZoneId
- 8, // 6: cloudflareApi.logPush.LogPushCloudflare.GetOwnershipChallengeByZoneId:input_type -> cloudflareApi.logPush.GetOwnershipChallengeRequestByZoneId
- 10, // 7: cloudflareApi.logPush.LogPushCloudflare.CheckDestinationExist:input_type -> cloudflareApi.logPush.CheckDestinationExistRequest
- 12, // 8: cloudflareApi.logPush.LogPushCloudflare.ValidateOwnershipChallenge:input_type -> cloudflareApi.logPush.ValidateOwnershipChallengeRequest
- 3, // 9: cloudflareApi.logPush.LogPushCloudflare.ListLogPushJobsByZoneId:output_type -> cloudflareApi.logPush.ListLogPushJobReplay
- 5, // 10: cloudflareApi.logPush.LogPushCloudflare.CreateLogPushJobByZoneId:output_type -> cloudflareApi.logPush.CreateLogPushJobReplay
- 7, // 11: cloudflareApi.logPush.LogPushCloudflare.DeleteLogPushJobByZoneId:output_type -> cloudflareApi.logPush.DeleteLogPushJobReplay
- 9, // 12: cloudflareApi.logPush.LogPushCloudflare.GetOwnershipChallengeByZoneId:output_type -> cloudflareApi.logPush.GetOwnershipChallengeReply
- 11, // 13: cloudflareApi.logPush.LogPushCloudflare.CheckDestinationExist:output_type -> cloudflareApi.logPush.CheckDestinationExistReply
- 13, // 14: cloudflareApi.logPush.LogPushCloudflare.ValidateOwnershipChallenge:output_type -> cloudflareApi.logPush.ValidateOwnershipChallengeReply
- 9, // [9:15] is the sub-list for method output_type
- 3, // [3:9] is the sub-list for method input_type
- 3, // [3:3] is the sub-list for extension type_name
- 3, // [3:3] is the sub-list for extension extendee
- 0, // [0:3] is the sub-list for field type_name
- }
- func init() { file_proto_logPush_proto_init() }
- func file_proto_logPush_proto_init() {
- if File_proto_logPush_proto != nil {
- return
- }
- if !protoimpl.UnsafeEnabled {
- file_proto_logPush_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*LogPushJobEntity); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*OwnershipChallengeEntity); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListLogPushJobRequestByZoneId); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ListLogPushJobReplay); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateLogPushJobRequestByZoneId); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CreateLogPushJobReplay); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteLogPushJobRequestByZoneId); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*DeleteLogPushJobReplay); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetOwnershipChallengeRequestByZoneId); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*GetOwnershipChallengeReply); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CheckDestinationExistRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*CheckDestinationExistReply); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ValidateOwnershipChallengeRequest); i {
- case 0:
- return &v.state
- case 1:
- return &v.sizeCache
- case 2:
- return &v.unknownFields
- default:
- return nil
- }
- }
- file_proto_logPush_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
- switch v := v.(*ValidateOwnershipChallengeReply); 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_logPush_proto_rawDesc,
- NumEnums: 0,
- NumMessages: 14,
- NumExtensions: 0,
- NumServices: 1,
- },
- GoTypes: file_proto_logPush_proto_goTypes,
- DependencyIndexes: file_proto_logPush_proto_depIdxs,
- MessageInfos: file_proto_logPush_proto_msgTypes,
- }.Build()
- File_proto_logPush_proto = out.File
- file_proto_logPush_proto_rawDesc = nil
- file_proto_logPush_proto_goTypes = nil
- file_proto_logPush_proto_depIdxs = nil
- }
|