//
//Сервис реализует функционал управления точками продаж.
//Точки проджаж используются как точки дистрибьюции ключей

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.30.0
// 	protoc        v4.23.1
// source: keyapis/ad/v1/keyapis_ad_salepoint_v1.proto

package keyapis_ad_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	_ "google.golang.org/protobuf/types/descriptorpb"
	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
	wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
	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 Salepoint_Type int32

const (
	// Значение не указано
	Salepoint_TYPE_UNKNOWN Salepoint_Type = 0
	// Теле2
	Salepoint_TELE2 Salepoint_Type = 1
	// Почта россии
	Salepoint_POCHTA_ROSSII Salepoint_Type = 2
	// Перекресток
	Salepoint_PEREKRESTOK Salepoint_Type = 3
	// Пятерочка
	Salepoint_PYATEROCHKA Salepoint_Type = 4
	// Другая
	Salepoint_ANOTHER Salepoint_Type = 5
	// Мегафон
	Salepoint_MEGAFON Salepoint_Type = 6
)

// Enum value maps for Salepoint_Type.
var (
	Salepoint_Type_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "TELE2",
		2: "POCHTA_ROSSII",
		3: "PEREKRESTOK",
		4: "PYATEROCHKA",
		5: "ANOTHER",
		6: "MEGAFON",
	}
	Salepoint_Type_value = map[string]int32{
		"TYPE_UNKNOWN":  0,
		"TELE2":         1,
		"POCHTA_ROSSII": 2,
		"PEREKRESTOK":   3,
		"PYATEROCHKA":   4,
		"ANOTHER":       5,
		"MEGAFON":       6,
	}
)

func (x Salepoint_Type) Enum() *Salepoint_Type {
	p := new(Salepoint_Type)
	*p = x
	return p
}

func (x Salepoint_Type) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (Salepoint_Type) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[0].Descriptor()
}

func (Salepoint_Type) Type() protoreflect.EnumType {
	return &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[0]
}

func (x Salepoint_Type) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use Salepoint_Type.Descriptor instead.
func (Salepoint_Type) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{0, 0}
}

// Справочник дней
type Salepoint_Worktime_DayType int32

const (
	// Значение не указано
	Salepoint_Worktime_DAY_TYPE_UNKNOWN Salepoint_Worktime_DayType = 0
	// Понедельник
	Salepoint_Worktime_MONDAY Salepoint_Worktime_DayType = 1
	// Вторник
	Salepoint_Worktime_TUESDAY Salepoint_Worktime_DayType = 2
	// Среда
	Salepoint_Worktime_WEDNESDAY Salepoint_Worktime_DayType = 3
	// Четверг
	Salepoint_Worktime_THURSDAY Salepoint_Worktime_DayType = 4
	// Пятница
	Salepoint_Worktime_FRIDAY Salepoint_Worktime_DayType = 5
	// Суббота
	Salepoint_Worktime_SATURDAY Salepoint_Worktime_DayType = 6
	// Воскресенье
	Salepoint_Worktime_SUNDAY Salepoint_Worktime_DayType = 7
)

// Enum value maps for Salepoint_Worktime_DayType.
var (
	Salepoint_Worktime_DayType_name = map[int32]string{
		0: "DAY_TYPE_UNKNOWN",
		1: "MONDAY",
		2: "TUESDAY",
		3: "WEDNESDAY",
		4: "THURSDAY",
		5: "FRIDAY",
		6: "SATURDAY",
		7: "SUNDAY",
	}
	Salepoint_Worktime_DayType_value = map[string]int32{
		"DAY_TYPE_UNKNOWN": 0,
		"MONDAY":           1,
		"TUESDAY":          2,
		"WEDNESDAY":        3,
		"THURSDAY":         4,
		"FRIDAY":           5,
		"SATURDAY":         6,
		"SUNDAY":           7,
	}
)

func (x Salepoint_Worktime_DayType) Enum() *Salepoint_Worktime_DayType {
	p := new(Salepoint_Worktime_DayType)
	*p = x
	return p
}

func (x Salepoint_Worktime_DayType) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (Salepoint_Worktime_DayType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[1].Descriptor()
}

func (Salepoint_Worktime_DayType) Type() protoreflect.EnumType {
	return &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[1]
}

func (x Salepoint_Worktime_DayType) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use Salepoint_Worktime_DayType.Descriptor instead.
func (Salepoint_Worktime_DayType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{0, 1, 0}
}

// Справочник типов значений сортировки
type SalepointPaging_OrderByType int32

const (
	// Значение не указано
	SalepointPaging_ORDER_BY_TYPE_UNKNOWN SalepointPaging_OrderByType = 0
	// По идентификатору
	SalepointPaging_ID SalepointPaging_OrderByType = 1
	// По дистанции
	SalepointPaging_DISTANCE SalepointPaging_OrderByType = 2
	// По рангу близости.
	// При поиске по тексту
	SalepointPaging_RANK_CD SalepointPaging_OrderByType = 3
)

// Enum value maps for SalepointPaging_OrderByType.
var (
	SalepointPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "ID",
		2: "DISTANCE",
		3: "RANK_CD",
	}
	SalepointPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"ID":                    1,
		"DISTANCE":              2,
		"RANK_CD":               3,
	}
)

func (x SalepointPaging_OrderByType) Enum() *SalepointPaging_OrderByType {
	p := new(SalepointPaging_OrderByType)
	*p = x
	return p
}

func (x SalepointPaging_OrderByType) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (SalepointPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[2].Descriptor()
}

func (SalepointPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[2]
}

func (x SalepointPaging_OrderByType) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use SalepointPaging_OrderByType.Descriptor instead.
func (SalepointPaging_OrderByType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{2, 0}
}

// Справочник типов направлений сортировки
type SalepointPaging_DirectionType int32

const (
	// Значение не указано
	SalepointPaging_DIRECTION_TYPE_UNKNOWN SalepointPaging_DirectionType = 0
	// От большего к меньшему
	SalepointPaging_DESC SalepointPaging_DirectionType = 1
	// От меньшего к большему
	SalepointPaging_ASC SalepointPaging_DirectionType = 2
)

// Enum value maps for SalepointPaging_DirectionType.
var (
	SalepointPaging_DirectionType_name = map[int32]string{
		0: "DIRECTION_TYPE_UNKNOWN",
		1: "DESC",
		2: "ASC",
	}
	SalepointPaging_DirectionType_value = map[string]int32{
		"DIRECTION_TYPE_UNKNOWN": 0,
		"DESC":                   1,
		"ASC":                    2,
	}
)

func (x SalepointPaging_DirectionType) Enum() *SalepointPaging_DirectionType {
	p := new(SalepointPaging_DirectionType)
	*p = x
	return p
}

func (x SalepointPaging_DirectionType) String() string {
	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}

func (SalepointPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[3].Descriptor()
}

func (SalepointPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes[3]
}

func (x SalepointPaging_DirectionType) Number() protoreflect.EnumNumber {
	return protoreflect.EnumNumber(x)
}

// Deprecated: Use SalepointPaging_DirectionType.Descriptor instead.
func (SalepointPaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{2, 1}
}

// Точка продаж
type Salepoint struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Название
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// Тип точки продаж
	Type Salepoint_Type `protobuf:"varint,3,opt,name=type,proto3,enum=keyapis.ad.v1.Salepoint_Type" json:"type,omitempty"`
	// Описание
	Description *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Адрес
	Address string `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"`
	// Местонахождение
	Location *Salepoint_Location `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"`
	// Рабочее время
	Worktimes []*Salepoint_Worktime `protobuf:"bytes,7,rep,name=worktimes,proto3" json:"worktimes,omitempty"`
	// Номер телефона
	PhoneNumber *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"`
	// Ссылка на сайт
	SiteUrl string `protobuf:"bytes,9,opt,name=site_url,json=siteUrl,proto3" json:"site_url,omitempty"`
	// Дата создания
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения.
	// Заполняется и обновляется сервером.
	// Заполняется при создании и изменении.
	// Является версией объекта
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	// Дата архивации
	ArchievedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=archieved_at,json=archievedAt,proto3" json:"archieved_at,omitempty"`
}

func (x *Salepoint) Reset() {
	*x = Salepoint{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[0]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *Salepoint) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Salepoint) ProtoMessage() {}

func (x *Salepoint) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 Salepoint.ProtoReflect.Descriptor instead.
func (*Salepoint) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{0}
}

func (x *Salepoint) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

func (x *Salepoint) GetTitle() string {
	if x != nil {
		return x.Title
	}
	return ""
}

func (x *Salepoint) GetType() Salepoint_Type {
	if x != nil {
		return x.Type
	}
	return Salepoint_TYPE_UNKNOWN
}

func (x *Salepoint) GetDescription() *wrapperspb.StringValue {
	if x != nil {
		return x.Description
	}
	return nil
}

func (x *Salepoint) GetAddress() string {
	if x != nil {
		return x.Address
	}
	return ""
}

func (x *Salepoint) GetLocation() *Salepoint_Location {
	if x != nil {
		return x.Location
	}
	return nil
}

func (x *Salepoint) GetWorktimes() []*Salepoint_Worktime {
	if x != nil {
		return x.Worktimes
	}
	return nil
}

func (x *Salepoint) GetPhoneNumber() *wrapperspb.StringValue {
	if x != nil {
		return x.PhoneNumber
	}
	return nil
}

func (x *Salepoint) GetSiteUrl() string {
	if x != nil {
		return x.SiteUrl
	}
	return ""
}

func (x *Salepoint) GetCreatedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.CreatedAt
	}
	return nil
}

func (x *Salepoint) GetChangedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ChangedAt
	}
	return nil
}

func (x *Salepoint) GetArchievedAt() *timestamppb.Timestamp {
	if x != nil {
		return x.ArchievedAt
	}
	return nil
}

// Фильтр точек продаж
type SalepointFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По тексту.
	// Если значение не передано то поиск по нему не производится.
	// # Поиск производится по полям:
	// # - Название
	Text *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// По местонахождению.
	// Игнорируется если дистанция не передана
	Location *SalepointFilter_Location `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
	// По дистанции.
	// Игнорируется если местонахождение не передано
	Distance *wrapperspb.FloatValue `protobuf:"bytes,3,opt,name=distance,proto3" json:"distance,omitempty"`
	// По архивированым
	IsArchieved *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=is_archieved,json=isArchieved,proto3" json:"is_archieved,omitempty"`
}

func (x *SalepointFilter) Reset() {
	*x = SalepointFilter{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[1]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SalepointFilter) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SalepointFilter) ProtoMessage() {}

func (x *SalepointFilter) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 SalepointFilter.ProtoReflect.Descriptor instead.
func (*SalepointFilter) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{1}
}

func (x *SalepointFilter) GetText() *wrapperspb.StringValue {
	if x != nil {
		return x.Text
	}
	return nil
}

func (x *SalepointFilter) GetLocation() *SalepointFilter_Location {
	if x != nil {
		return x.Location
	}
	return nil
}

func (x *SalepointFilter) GetDistance() *wrapperspb.FloatValue {
	if x != nil {
		return x.Distance
	}
	return nil
}

func (x *SalepointFilter) GetIsArchieved() *wrapperspb.BoolValue {
	if x != nil {
		return x.IsArchieved
	}
	return nil
}

// Пагинация по точекам продаж
type SalepointPaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// По умолчанию: ORDER_BY_TYPE_ID
	OrderByType SalepointPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.ad.v1.SalepointPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// По умолчанию: DESC
	DirectionType SalepointPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.ad.v1.SalepointPaging_DirectionType" json:"direction_type,omitempty"`
	// Количество записей на страницу.
	// Минимальное значение: 1.
	// Максимальное значение: 100.
	// По умолчанию: 20.
	// Если значение 0 (не передано), то выставляем значение по умолчанию
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// Сдвиг.
	// По умолчанию: 0
	Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
}

func (x *SalepointPaging) Reset() {
	*x = SalepointPaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SalepointPaging) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SalepointPaging) ProtoMessage() {}

func (x *SalepointPaging) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 SalepointPaging.ProtoReflect.Descriptor instead.
func (*SalepointPaging) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{2}
}

func (x *SalepointPaging) GetOrderByType() SalepointPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return SalepointPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *SalepointPaging) GetDirectionType() SalepointPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return SalepointPaging_DIRECTION_TYPE_UNKNOWN
}

func (x *SalepointPaging) GetLimit() int32 {
	if x != nil {
		return x.Limit
	}
	return 0
}

func (x *SalepointPaging) GetOffset() int32 {
	if x != nil {
		return x.Offset
	}
	return 0
}

// Запрос сохранения точки продаж
type PostSalepointRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Точка продаж
	Data *Salepoint `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (x *PostSalepointRequest) Reset() {
	*x = PostSalepointRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[3]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostSalepointRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostSalepointRequest) ProtoMessage() {}

func (x *PostSalepointRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 PostSalepointRequest.ProtoReflect.Descriptor instead.
func (*PostSalepointRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{3}
}

func (x *PostSalepointRequest) GetData() *Salepoint {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ на запрос сохранения точки продаж
type PostSalepointResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*PostSalepointResponse_Data
	Type isPostSalepointResponse_Type `protobuf_oneof:"type"`
}

func (x *PostSalepointResponse) Reset() {
	*x = PostSalepointResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[4]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *PostSalepointResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*PostSalepointResponse) ProtoMessage() {}

func (x *PostSalepointResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 PostSalepointResponse.ProtoReflect.Descriptor instead.
func (*PostSalepointResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{4}
}

func (m *PostSalepointResponse) GetType() isPostSalepointResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostSalepointResponse) GetData() *Salepoint {
	if x, ok := x.GetType().(*PostSalepointResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isPostSalepointResponse_Type interface {
	isPostSalepointResponse_Type()
}

type PostSalepointResponse_Data struct {
	// Точка продаж
	Data *Salepoint `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*PostSalepointResponse_Data) isPostSalepointResponse_Type() {}

// Запрос получения точки продаж
type GetSalepointRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор точки продаж
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (x *GetSalepointRequest) Reset() {
	*x = GetSalepointRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[5]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetSalepointRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetSalepointRequest) ProtoMessage() {}

func (x *GetSalepointRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 GetSalepointRequest.ProtoReflect.Descriptor instead.
func (*GetSalepointRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{5}
}

func (x *GetSalepointRequest) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

// Ответ на запрос получения точки продаж
type GetSalepointResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*GetSalepointResponse_Data
	Type isGetSalepointResponse_Type `protobuf_oneof:"type"`
}

func (x *GetSalepointResponse) Reset() {
	*x = GetSalepointResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[6]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetSalepointResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetSalepointResponse) ProtoMessage() {}

func (x *GetSalepointResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 GetSalepointResponse.ProtoReflect.Descriptor instead.
func (*GetSalepointResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{6}
}

func (m *GetSalepointResponse) GetType() isGetSalepointResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSalepointResponse) GetData() *Salepoint {
	if x, ok := x.GetType().(*GetSalepointResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetSalepointResponse_Type interface {
	isGetSalepointResponse_Type()
}

type GetSalepointResponse_Data struct {
	// Точка продаж
	Data *Salepoint `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetSalepointResponse_Data) isGetSalepointResponse_Type() {}

// Запрос получения списка точек продаж
type GetSalepointListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Фильтр
	Filter *SalepointFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Вариант разбиения на страницы
	//
	// Types that are assignable to Pagination:
	//
	//	*GetSalepointListRequest_Paging
	Pagination isGetSalepointListRequest_Pagination `protobuf_oneof:"pagination"`
}

func (x *GetSalepointListRequest) Reset() {
	*x = GetSalepointListRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[7]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetSalepointListRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetSalepointListRequest) ProtoMessage() {}

func (x *GetSalepointListRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 GetSalepointListRequest.ProtoReflect.Descriptor instead.
func (*GetSalepointListRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{7}
}

func (x *GetSalepointListRequest) GetFilter() *SalepointFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetSalepointListRequest) GetPagination() isGetSalepointListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetSalepointListRequest) GetPaging() *SalepointPaging {
	if x, ok := x.GetPagination().(*GetSalepointListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetSalepointListRequest_Pagination interface {
	isGetSalepointListRequest_Pagination()
}

type GetSalepointListRequest_Paging struct {
	// Пагинация
	Paging *SalepointPaging `protobuf:"bytes,2,opt,name=paging,proto3,oneof"`
}

func (*GetSalepointListRequest_Paging) isGetSalepointListRequest_Pagination() {}

// Ответ на запрос получения списка точек продаж
type GetSalepointListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*GetSalepointListResponse_Data
	Type isGetSalepointListResponse_Type `protobuf_oneof:"type"`
}

func (x *GetSalepointListResponse) Reset() {
	*x = GetSalepointListResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[8]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetSalepointListResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetSalepointListResponse) ProtoMessage() {}

func (x *GetSalepointListResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 GetSalepointListResponse.ProtoReflect.Descriptor instead.
func (*GetSalepointListResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{8}
}

func (m *GetSalepointListResponse) GetType() isGetSalepointListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSalepointListResponse) GetData() *Salepoint {
	if x, ok := x.GetType().(*GetSalepointListResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetSalepointListResponse_Type interface {
	isGetSalepointListResponse_Type()
}

type GetSalepointListResponse_Data struct {
	// Точка продаж
	Data *Salepoint `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetSalepointListResponse_Data) isGetSalepointListResponse_Type() {}

// Запрос получения количества точек продаж
type GetSalepointCountRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Фильтр
	Filter *SalepointFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}

func (x *GetSalepointCountRequest) Reset() {
	*x = GetSalepointCountRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[9]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetSalepointCountRequest) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetSalepointCountRequest) ProtoMessage() {}

func (x *GetSalepointCountRequest) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 GetSalepointCountRequest.ProtoReflect.Descriptor instead.
func (*GetSalepointCountRequest) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{9}
}

func (x *GetSalepointCountRequest) GetFilter() *SalepointFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

// Ответ на запрос получения количества точек продаж
type GetSalepointCountResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип результата
	//
	// Types that are assignable to Type:
	//
	//	*GetSalepointCountResponse_Data
	Type isGetSalepointCountResponse_Type `protobuf_oneof:"type"`
}

func (x *GetSalepointCountResponse) Reset() {
	*x = GetSalepointCountResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[10]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *GetSalepointCountResponse) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*GetSalepointCountResponse) ProtoMessage() {}

func (x *GetSalepointCountResponse) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 GetSalepointCountResponse.ProtoReflect.Descriptor instead.
func (*GetSalepointCountResponse) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{10}
}

func (m *GetSalepointCountResponse) GetType() isGetSalepointCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetSalepointCountResponse) GetData() int32 {
	if x, ok := x.GetType().(*GetSalepointCountResponse_Data); ok {
		return x.Data
	}
	return 0
}

type isGetSalepointCountResponse_Type interface {
	isGetSalepointCountResponse_Type()
}

type GetSalepointCountResponse_Data struct {
	// Всего точек продаж
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

func (*GetSalepointCountResponse_Data) isGetSalepointCountResponse_Type() {}

// Местонахождение
type Salepoint_Location struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Широта
	Latitude float32 `protobuf:"fixed32,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// Долгота
	Longitude float32 `protobuf:"fixed32,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
}

func (x *Salepoint_Location) Reset() {
	*x = Salepoint_Location{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[11]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *Salepoint_Location) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Salepoint_Location) ProtoMessage() {}

func (x *Salepoint_Location) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 Salepoint_Location.ProtoReflect.Descriptor instead.
func (*Salepoint_Location) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{0, 0}
}

func (x *Salepoint_Location) GetLatitude() float32 {
	if x != nil {
		return x.Latitude
	}
	return 0
}

func (x *Salepoint_Location) GetLongitude() float32 {
	if x != nil {
		return x.Longitude
	}
	return 0
}

// Рабочее время
type Salepoint_Worktime struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// День недели
	DayType Salepoint_Worktime_DayType `protobuf:"varint,1,opt,name=day_type,json=dayType,proto3,enum=keyapis.ad.v1.Salepoint_Worktime_DayType" json:"day_type,omitempty"`
	// Время открытия
	OpenedAt string `protobuf:"bytes,2,opt,name=opened_at,json=openedAt,proto3" json:"opened_at,omitempty"`
	// Время закрытия
	ClosedAt string `protobuf:"bytes,3,opt,name=closed_at,json=closedAt,proto3" json:"closed_at,omitempty"`
}

func (x *Salepoint_Worktime) Reset() {
	*x = Salepoint_Worktime{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[12]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *Salepoint_Worktime) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*Salepoint_Worktime) ProtoMessage() {}

func (x *Salepoint_Worktime) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 Salepoint_Worktime.ProtoReflect.Descriptor instead.
func (*Salepoint_Worktime) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{0, 1}
}

func (x *Salepoint_Worktime) GetDayType() Salepoint_Worktime_DayType {
	if x != nil {
		return x.DayType
	}
	return Salepoint_Worktime_DAY_TYPE_UNKNOWN
}

func (x *Salepoint_Worktime) GetOpenedAt() string {
	if x != nil {
		return x.OpenedAt
	}
	return ""
}

func (x *Salepoint_Worktime) GetClosedAt() string {
	if x != nil {
		return x.ClosedAt
	}
	return ""
}

// Местонахождение
type SalepointFilter_Location struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По широте
	Latitude float32 `protobuf:"fixed32,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// По долготе
	Longitude float32 `protobuf:"fixed32,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
}

func (x *SalepointFilter_Location) Reset() {
	*x = SalepointFilter_Location{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[13]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

func (x *SalepointFilter_Location) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SalepointFilter_Location) ProtoMessage() {}

func (x *SalepointFilter_Location) ProtoReflect() protoreflect.Message {
	mi := &file_keyapis_ad_v1_keyapis_ad_salepoint_v1_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 SalepointFilter_Location.ProtoReflect.Descriptor instead.
func (*SalepointFilter_Location) Descriptor() ([]byte, []int) {
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP(), []int{1, 0}
}

func (x *SalepointFilter_Location) GetLatitude() float32 {
	if x != nil {
		return x.Latitude
	}
	return 0
}

func (x *SalepointFilter_Location) GetLongitude() float32 {
	if x != nil {
		return x.Longitude
	}
	return 0
}

var File_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto protoreflect.FileDescriptor

var file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDesc = []byte{
	0x0a, 0x2b, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x64, 0x2f, 0x76, 0x31, 0x2f,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x61, 0x64, 0x5f, 0x73, 0x61, 0x6c, 0x65, 0x70,
	0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f,
	0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68,
	0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f,
	0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73,
	0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67,
	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77,
	0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67,
	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74,
	0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd4,
	0x08, 0x0a, 0x09, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02,
	0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x05,
	0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x36, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
	0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e,
	0x54, 0x79, 0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,
	0x3e, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c,
	0x75, 0x65, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
	0x1d, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
	0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x42,
	0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31,
	0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x4c, 0x6f, 0x63, 0x61, 0x74,
	0x69, 0x6f, 0x6e, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x12, 0x44, 0x0a, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x18,
	0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e,
	0x57, 0x6f, 0x72, 0x6b, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x77,
	0x6f, 0x72, 0x6b, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x12, 0x3f, 0x0a, 0x0c, 0x70, 0x68, 0x6f, 0x6e,
	0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c,
	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
	0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0b, 0x70, 0x68,
	0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1e, 0x0a, 0x08, 0x73, 0x69, 0x74,
	0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x07, 0x73, 0x69, 0x74, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x72, 0x65,
	0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
	0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09,
	0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x68, 0x61,
	0x6e, 0x67, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
	0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x09,
	0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x41, 0x74, 0x12, 0x3d, 0x0a, 0x0c, 0x61, 0x72, 0x63,
	0x68, 0x69, 0x65, 0x76, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
	0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x61, 0x72, 0x63,
	0x68, 0x69, 0x65, 0x76, 0x65, 0x64, 0x41, 0x74, 0x1a, 0x4e, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x6c, 0x61, 0x74,
	0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x21, 0x0a, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75,
	0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x02, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x09, 0x6c,
	0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x1a, 0x96, 0x02, 0x0a, 0x08, 0x57, 0x6f, 0x72,
	0x6b, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x49, 0x0a, 0x08, 0x64, 0x61, 0x79, 0x5f, 0x74, 0x79, 0x70,
	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e,
	0x74, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x44, 0x61, 0x79, 0x54, 0x79,
	0x70, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x64, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65,
	0x12, 0x20, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x6e, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x65, 0x64,
	0x41, 0x74, 0x12, 0x20, 0x0a, 0x09, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18,
	0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x08, 0x63, 0x6c, 0x6f, 0x73,
	0x65, 0x64, 0x41, 0x74, 0x22, 0x7b, 0x0a, 0x07, 0x44, 0x61, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12,
	0x14, 0x0a, 0x10, 0x44, 0x41, 0x59, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e,
	0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x4d, 0x4f, 0x4e, 0x44, 0x41, 0x59, 0x10,
	0x01, 0x12, 0x0b, 0x0a, 0x07, 0x54, 0x55, 0x45, 0x53, 0x44, 0x41, 0x59, 0x10, 0x02, 0x12, 0x0d,
	0x0a, 0x09, 0x57, 0x45, 0x44, 0x4e, 0x45, 0x53, 0x44, 0x41, 0x59, 0x10, 0x03, 0x12, 0x0c, 0x0a,
	0x08, 0x54, 0x48, 0x55, 0x52, 0x53, 0x44, 0x41, 0x59, 0x10, 0x04, 0x12, 0x0a, 0x0a, 0x06, 0x46,
	0x52, 0x49, 0x44, 0x41, 0x59, 0x10, 0x05, 0x12, 0x0c, 0x0a, 0x08, 0x53, 0x41, 0x54, 0x55, 0x52,
	0x44, 0x41, 0x59, 0x10, 0x06, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x55, 0x4e, 0x44, 0x41, 0x59, 0x10,
	0x07, 0x22, 0x72, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x54, 0x59, 0x50,
	0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x54,
	0x45, 0x4c, 0x45, 0x32, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x4f, 0x43, 0x48, 0x54, 0x41,
	0x5f, 0x52, 0x4f, 0x53, 0x53, 0x49, 0x49, 0x10, 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x45, 0x52,
	0x45, 0x4b, 0x52, 0x45, 0x53, 0x54, 0x4f, 0x4b, 0x10, 0x03, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x59,
	0x41, 0x54, 0x45, 0x52, 0x4f, 0x43, 0x48, 0x4b, 0x41, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x41,
	0x4e, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x10, 0x05, 0x12, 0x0b, 0x0a, 0x07, 0x4d, 0x45, 0x47, 0x41,
	0x46, 0x4f, 0x4e, 0x10, 0x06, 0x22, 0xc6, 0x02, 0x0a, 0x0f, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f,
	0x69, 0x6e, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x30, 0x0a, 0x04, 0x74, 0x65, 0x78,
	0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67,
	0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x43, 0x0a, 0x08, 0x6c,
	0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61,
	0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x2e, 0x4c, 0x6f,
	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
	0x12, 0x37, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52,
	0x08, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x3d, 0x0a, 0x0c, 0x69, 0x73, 0x5f,
	0x61, 0x72, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
	0x66, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x0b, 0x69, 0x73, 0x41,
	0x72, 0x63, 0x68, 0x69, 0x65, 0x76, 0x65, 0x64, 0x1a, 0x44, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61,
	0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x02, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75, 0x64, 0x65,
	0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x02, 0x52, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x22, 0xf1,
	0x02, 0x0a, 0x0f, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x50, 0x61, 0x67, 0x69,
	0x6e, 0x67, 0x12, 0x4e, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74,
	0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f,
	0x69, 0x6e, 0x74, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x42,
	0x79, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x54, 0x79,
	0x70, 0x65, 0x12, 0x53, 0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
	0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70,
	0x6f, 0x69, 0x6e, 0x74, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x2e, 0x44, 0x69, 0x72, 0x65, 0x63,
	0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x52, 0x0d, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74,
	0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74,
	0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a,
	0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6f,
	0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x4b, 0x0a, 0x0b, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79,
	0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x4f, 0x52, 0x44, 0x45, 0x52, 0x5f, 0x42, 0x59,
	0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12,
	0x06, 0x0a, 0x02, 0x49, 0x44, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x49, 0x53, 0x54, 0x41,
	0x4e, 0x43, 0x45, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x41, 0x4e, 0x4b, 0x5f, 0x43, 0x44,
	0x10, 0x03, 0x22, 0x3e, 0x0a, 0x0d, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54,
	0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x52, 0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e,
	0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12,
	0x08, 0x0a, 0x04, 0x44, 0x45, 0x53, 0x43, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x53, 0x43,
	0x10, 0x02, 0x22, 0x49, 0x0a, 0x14, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f,
	0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69,
	0x6e, 0x74, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x4f, 0x0a,
	0x15, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61,
	0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x48, 0x00,
	0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x2a,
	0x0a, 0x13, 0x47, 0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x05, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4e, 0x0a, 0x14, 0x47, 0x65,
	0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x18, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31,
	0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x99, 0x01, 0x0a, 0x17, 0x47,
	0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74,
	0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x38,
	0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53,
	0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x48, 0x00,
	0x52, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x42, 0x0c, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69,
	0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x52, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x53, 0x61, 0x6c,
	0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
	0x73, 0x65, 0x12, 0x2e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
	0x32, 0x18, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31,
	0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61,
	0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x52, 0x0a, 0x18, 0x47, 0x65,
	0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74,
	0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x39,
	0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x43, 0x6f,
	0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x32, 0xa3, 0x04, 0x0a, 0x10, 0x53, 0x61,
	0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x7b,
	0x0a, 0x0d, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12,
	0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e,
	0x50, 0x6f, 0x73, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61,
	0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69,
	0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x19, 0x3a, 0x01, 0x2a, 0x22, 0x14, 0x2f, 0x61, 0x64, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x73, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x7a, 0x0a, 0x0c, 0x47,
	0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x22, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53,
	0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e,
	0x47, 0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x21, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61,
	0x64, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69,
	0x6e, 0x74, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x88, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53,
	0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
	0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61,
	0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e,
	0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x21, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x12, 0x19, 0x2f, 0x61, 0x64, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
	0x31, 0x2f, 0x73, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x6c, 0x69, 0x73, 0x74,
	0x30, 0x01, 0x12, 0x8a, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f,
	0x69, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x27, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x61, 0x6c, 0x65,
	0x70, 0x6f, 0x69, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x43, 0x6f,
	0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4,
	0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x61, 0x64, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
	0x73, 0x61, 0x6c, 0x65, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42,
	0x7e, 0x0a, 0x10, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64,
	0x2e, 0x76, 0x31, 0x42, 0x10, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x41, 0x64, 0x56, 0x31,
	0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x0e, 0x2f, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x5f, 0x61, 0x64, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2,
	0x02, 0x0b, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x41, 0x44, 0x56, 0x31, 0xaa, 0x02, 0x0d,
	0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x41, 0x64, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0d,
	0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x41, 0x64, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x0f,
	0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x41, 0x64, 0x3a, 0x3a, 0x56, 0x31, 0x62,
	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescOnce sync.Once
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescData = file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDesc
)

func file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescGZIP() []byte {
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescData)
	})
	return file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDescData
}

var file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
var file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
var file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_goTypes = []interface{}{
	(Salepoint_Type)(0),                // 0: keyapis.ad.v1.Salepoint.Type
	(Salepoint_Worktime_DayType)(0),    // 1: keyapis.ad.v1.Salepoint.Worktime.DayType
	(SalepointPaging_OrderByType)(0),   // 2: keyapis.ad.v1.SalepointPaging.OrderByType
	(SalepointPaging_DirectionType)(0), // 3: keyapis.ad.v1.SalepointPaging.DirectionType
	(*Salepoint)(nil),                  // 4: keyapis.ad.v1.Salepoint
	(*SalepointFilter)(nil),            // 5: keyapis.ad.v1.SalepointFilter
	(*SalepointPaging)(nil),            // 6: keyapis.ad.v1.SalepointPaging
	(*PostSalepointRequest)(nil),       // 7: keyapis.ad.v1.PostSalepointRequest
	(*PostSalepointResponse)(nil),      // 8: keyapis.ad.v1.PostSalepointResponse
	(*GetSalepointRequest)(nil),        // 9: keyapis.ad.v1.GetSalepointRequest
	(*GetSalepointResponse)(nil),       // 10: keyapis.ad.v1.GetSalepointResponse
	(*GetSalepointListRequest)(nil),    // 11: keyapis.ad.v1.GetSalepointListRequest
	(*GetSalepointListResponse)(nil),   // 12: keyapis.ad.v1.GetSalepointListResponse
	(*GetSalepointCountRequest)(nil),   // 13: keyapis.ad.v1.GetSalepointCountRequest
	(*GetSalepointCountResponse)(nil),  // 14: keyapis.ad.v1.GetSalepointCountResponse
	(*Salepoint_Location)(nil),         // 15: keyapis.ad.v1.Salepoint.Location
	(*Salepoint_Worktime)(nil),         // 16: keyapis.ad.v1.Salepoint.Worktime
	(*SalepointFilter_Location)(nil),   // 17: keyapis.ad.v1.SalepointFilter.Location
	(*wrapperspb.StringValue)(nil),     // 18: google.protobuf.StringValue
	(*timestamppb.Timestamp)(nil),      // 19: google.protobuf.Timestamp
	(*wrapperspb.FloatValue)(nil),      // 20: google.protobuf.FloatValue
	(*wrapperspb.BoolValue)(nil),       // 21: google.protobuf.BoolValue
}
var file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_depIdxs = []int32{
	0,  // 0: keyapis.ad.v1.Salepoint.type:type_name -> keyapis.ad.v1.Salepoint.Type
	18, // 1: keyapis.ad.v1.Salepoint.description:type_name -> google.protobuf.StringValue
	15, // 2: keyapis.ad.v1.Salepoint.location:type_name -> keyapis.ad.v1.Salepoint.Location
	16, // 3: keyapis.ad.v1.Salepoint.worktimes:type_name -> keyapis.ad.v1.Salepoint.Worktime
	18, // 4: keyapis.ad.v1.Salepoint.phone_number:type_name -> google.protobuf.StringValue
	19, // 5: keyapis.ad.v1.Salepoint.created_at:type_name -> google.protobuf.Timestamp
	19, // 6: keyapis.ad.v1.Salepoint.changed_at:type_name -> google.protobuf.Timestamp
	19, // 7: keyapis.ad.v1.Salepoint.archieved_at:type_name -> google.protobuf.Timestamp
	18, // 8: keyapis.ad.v1.SalepointFilter.text:type_name -> google.protobuf.StringValue
	17, // 9: keyapis.ad.v1.SalepointFilter.location:type_name -> keyapis.ad.v1.SalepointFilter.Location
	20, // 10: keyapis.ad.v1.SalepointFilter.distance:type_name -> google.protobuf.FloatValue
	21, // 11: keyapis.ad.v1.SalepointFilter.is_archieved:type_name -> google.protobuf.BoolValue
	2,  // 12: keyapis.ad.v1.SalepointPaging.order_by_type:type_name -> keyapis.ad.v1.SalepointPaging.OrderByType
	3,  // 13: keyapis.ad.v1.SalepointPaging.direction_type:type_name -> keyapis.ad.v1.SalepointPaging.DirectionType
	4,  // 14: keyapis.ad.v1.PostSalepointRequest.data:type_name -> keyapis.ad.v1.Salepoint
	4,  // 15: keyapis.ad.v1.PostSalepointResponse.data:type_name -> keyapis.ad.v1.Salepoint
	4,  // 16: keyapis.ad.v1.GetSalepointResponse.data:type_name -> keyapis.ad.v1.Salepoint
	5,  // 17: keyapis.ad.v1.GetSalepointListRequest.filter:type_name -> keyapis.ad.v1.SalepointFilter
	6,  // 18: keyapis.ad.v1.GetSalepointListRequest.paging:type_name -> keyapis.ad.v1.SalepointPaging
	4,  // 19: keyapis.ad.v1.GetSalepointListResponse.data:type_name -> keyapis.ad.v1.Salepoint
	5,  // 20: keyapis.ad.v1.GetSalepointCountRequest.filter:type_name -> keyapis.ad.v1.SalepointFilter
	1,  // 21: keyapis.ad.v1.Salepoint.Worktime.day_type:type_name -> keyapis.ad.v1.Salepoint.Worktime.DayType
	7,  // 22: keyapis.ad.v1.SalepointService.PostSalepoint:input_type -> keyapis.ad.v1.PostSalepointRequest
	9,  // 23: keyapis.ad.v1.SalepointService.GetSalepoint:input_type -> keyapis.ad.v1.GetSalepointRequest
	11, // 24: keyapis.ad.v1.SalepointService.GetSalepointList:input_type -> keyapis.ad.v1.GetSalepointListRequest
	13, // 25: keyapis.ad.v1.SalepointService.GetSalepointCount:input_type -> keyapis.ad.v1.GetSalepointCountRequest
	8,  // 26: keyapis.ad.v1.SalepointService.PostSalepoint:output_type -> keyapis.ad.v1.PostSalepointResponse
	10, // 27: keyapis.ad.v1.SalepointService.GetSalepoint:output_type -> keyapis.ad.v1.GetSalepointResponse
	12, // 28: keyapis.ad.v1.SalepointService.GetSalepointList:output_type -> keyapis.ad.v1.GetSalepointListResponse
	14, // 29: keyapis.ad.v1.SalepointService.GetSalepointCount:output_type -> keyapis.ad.v1.GetSalepointCountResponse
	26, // [26:30] is the sub-list for method output_type
	22, // [22:26] is the sub-list for method input_type
	22, // [22:22] is the sub-list for extension type_name
	22, // [22:22] is the sub-list for extension extendee
	0,  // [0:22] is the sub-list for field type_name
}

func init() { file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_init() }
func file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_init() {
	if File_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Salepoint); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SalepointFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SalepointPaging); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSalepointRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostSalepointResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSalepointRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSalepointResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSalepointListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSalepointListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSalepointCountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetSalepointCountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Salepoint_Location); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Salepoint_Worktime); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*SalepointFilter_Location); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*PostSalepointResponse_Data)(nil),
	}
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetSalepointResponse_Data)(nil),
	}
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[7].OneofWrappers = []interface{}{
		(*GetSalepointListRequest_Paging)(nil),
	}
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*GetSalepointListResponse_Data)(nil),
	}
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes[10].OneofWrappers = []interface{}{
		(*GetSalepointCountResponse_Data)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDesc,
			NumEnums:      4,
			NumMessages:   14,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_msgTypes,
	}.Build()
	File_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto = out.File
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_rawDesc = nil
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_goTypes = nil
	file_keyapis_ad_v1_keyapis_ad_salepoint_v1_proto_depIdxs = nil
}
