// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 // protoc v3.21.4 // 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 }