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

// 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_marketplace_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 Marketplace_Type int32

const (
	// Значение не указано
	Marketplace_TYPE_UNKNOWN Marketplace_Type = 0
	// Озон
	Marketplace_OZON Marketplace_Type = 1
	// Вайлдберриз
	Marketplace_WILDBERRIES Marketplace_Type = 2
	// Яндекс маркет
	Marketplace_YANDEX_MARKET Marketplace_Type = 3
	// Яндекс маркет
	Marketplace_SBER_MARKET Marketplace_Type = 4
)

// Enum value maps for Marketplace_Type.
var (
	Marketplace_Type_name = map[int32]string{
		0: "TYPE_UNKNOWN",
		1: "OZON",
		2: "WILDBERRIES",
		3: "YANDEX_MARKET",
		4: "SBER_MARKET",
	}
	Marketplace_Type_value = map[string]int32{
		"TYPE_UNKNOWN":  0,
		"OZON":          1,
		"WILDBERRIES":   2,
		"YANDEX_MARKET": 3,
		"SBER_MARKET":   4,
	}
)

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

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

func (Marketplace_Type) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_enumTypes[0].Descriptor()
}

func (Marketplace_Type) Type() protoreflect.EnumType {
	return &file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_enumTypes[0]
}

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

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

// Маркетплейс
type Marketplace 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 Marketplace_Type `protobuf:"varint,3,opt,name=type,proto3,enum=keyapis.ad.v1.Marketplace_Type" json:"type,omitempty"`
	// Выключен ли маркетплейс
	IsDisabled bool `protobuf:"varint,4,opt,name=is_disabled,json=isDisabled,proto3" json:"is_disabled,omitempty"`
	// Ссылка на карточку товара ключа в маркетплейсе
	CardUrl *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=card_url,json=cardUrl,proto3" json:"card_url,omitempty"`
	// Дата создания
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Дата последнего изменения.
	// Заполняется и обновляется сервером.
	// Заполняется при создании и изменении.
	// Является версией объекта
	ChangedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
}

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

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

func (*Marketplace) ProtoMessage() {}

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

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

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

func (x *Marketplace) GetType() Marketplace_Type {
	if x != nil {
		return x.Type
	}
	return Marketplace_TYPE_UNKNOWN
}

func (x *Marketplace) GetIsDisabled() bool {
	if x != nil {
		return x.IsDisabled
	}
	return false
}

func (x *Marketplace) GetCardUrl() *wrapperspb.StringValue {
	if x != nil {
		return x.CardUrl
	}
	return nil
}

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

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

// Запрос сохранения маркетплейса
type PostMarketplaceRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Маркетплейс
	Data *Marketplace `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

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

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

func (*PostMarketplaceRequest) ProtoMessage() {}

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

func (x *PostMarketplaceRequest) GetData() *Marketplace {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ на запрос сохранения маркетплейса
type PostMarketplaceResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*PostMarketplaceResponse) ProtoMessage() {}

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

func (m *PostMarketplaceResponse) GetType() isPostMarketplaceResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostMarketplaceResponse) GetData() *Marketplace {
	if x, ok := x.GetType().(*PostMarketplaceResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isPostMarketplaceResponse_Type interface {
	isPostMarketplaceResponse_Type()
}

type PostMarketplaceResponse_Data struct {
	// Маркетплейс
	Data *Marketplace `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*PostMarketplaceResponse_Data) isPostMarketplaceResponse_Type() {}

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

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

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

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

func (*GetMarketplaceRequest) ProtoMessage() {}

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

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

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

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

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

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

func (*GetMarketplaceResponse) ProtoMessage() {}

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

func (m *GetMarketplaceResponse) GetType() isGetMarketplaceResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetMarketplaceResponse) GetData() *Marketplace {
	if x, ok := x.GetType().(*GetMarketplaceResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetMarketplaceResponse_Type interface {
	isGetMarketplaceResponse_Type()
}

type GetMarketplaceResponse_Data struct {
	// Маркетплейс
	Data *Marketplace `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetMarketplaceResponse_Data) isGetMarketplaceResponse_Type() {}

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

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

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

func (*GetMarketplaceListRequest) ProtoMessage() {}

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

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

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

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

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

func (*GetMarketplaceListResponse) ProtoMessage() {}

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

func (m *GetMarketplaceListResponse) GetType() isGetMarketplaceListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetMarketplaceListResponse) GetData() *Marketplace {
	if x, ok := x.GetType().(*GetMarketplaceListResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetMarketplaceListResponse_Type interface {
	isGetMarketplaceListResponse_Type()
}

type GetMarketplaceListResponse_Data struct {
	// Маркетплейс
	Data *Marketplace `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetMarketplaceListResponse_Data) isGetMarketplaceListResponse_Type() {}

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

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

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

func (*GetMarketplaceCountRequest) ProtoMessage() {}

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

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

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

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

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

func (*GetMarketplaceCountResponse) ProtoMessage() {}

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

func (m *GetMarketplaceCountResponse) GetType() isGetMarketplaceCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

type isGetMarketplaceCountResponse_Type interface {
	isGetMarketplaceCountResponse_Type()
}

type GetMarketplaceCountResponse_Data struct {
	// Всего маркетплейсов
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

func (*GetMarketplaceCountResponse_Data) isGetMarketplaceCountResponse_Type() {}

var File_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto protoreflect.FileDescriptor

var file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDesc = []byte{
	0x0a, 0x2d, 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, 0x6d, 0x61, 0x72, 0x6b, 0x65,
	0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 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, 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, 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,
	0x22, 0xaa, 0x03, 0x0a, 0x0b, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65,
	0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x42, 0x03, 0xe0, 0x41,
	0x03, 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, 0x38, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1f,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d,
	0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x54, 0x79, 0x70, 0x65, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x73,
	0x5f, 0x64, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52,
	0x0a, 0x69, 0x73, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x37, 0x0a, 0x08, 0x63,
	0x61, 0x72, 0x64, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 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, 0x07, 0x63, 0x61, 0x72,
	0x64, 0x55, 0x72, 0x6c, 0x12, 0x3e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f,
	0x61, 0x74, 0x18, 0x06, 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, 0x07, 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, 0x22, 0x57, 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, 0x08,
	0x0a, 0x04, 0x4f, 0x5a, 0x4f, 0x4e, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x57, 0x49, 0x4c, 0x44,
	0x42, 0x45, 0x52, 0x52, 0x49, 0x45, 0x53, 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x59, 0x41, 0x4e,
	0x44, 0x45, 0x58, 0x5f, 0x4d, 0x41, 0x52, 0x4b, 0x45, 0x54, 0x10, 0x03, 0x12, 0x0f, 0x0a, 0x0b,
	0x53, 0x42, 0x45, 0x52, 0x5f, 0x4d, 0x41, 0x52, 0x4b, 0x45, 0x54, 0x10, 0x04, 0x22, 0x4d, 0x0a,
	0x16, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65,
	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x33, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63,
	0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x53, 0x0a, 0x17,
	0x50, 0x6f, 0x73, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63,
	0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70,
	0x65, 0x22, 0x2c, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c,
	0x61, 0x63, 0x65, 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,
	0x52, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63,
	0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c,
	0x61, 0x63, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74,
	0x79, 0x70, 0x65, 0x22, 0x1b, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74,
	0x70, 0x6c, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x22, 0x56, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61,
	0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30,
	0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x61, 0x72,
	0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61,
	0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x1c, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x4d,
	0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x3b, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72,
	0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 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, 0xc7, 0x04, 0x0a, 0x12, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c,
	0x61, 0x63, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x0f, 0x50,
	0x6f, 0x73, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x12, 0x25,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50,
	0x6f, 0x73, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74,
	0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x21, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x3a, 0x01, 0x2a, 0x22, 0x16, 0x2f, 0x61, 0x64, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65,
	0x12, 0x82, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c,
	0x61, 0x63, 0x65, 0x12, 0x24, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64,
	0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61,
	0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72,
	0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x64, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65,
	0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x90, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72,
	0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x28, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
	0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52,
	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74,
	0x70, 0x6c, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x61, 0x64, 0x2f, 0x61,
	0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63,
	0x65, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, 0x92, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74,
	0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74,
	0x12, 0x29, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31,
	0x2e, 0x47, 0x65, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43,
	0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x4d,
	0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x24, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12,
	0x1c, 0x2f, 0x61, 0x64, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x61, 0x72, 0x6b,
	0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 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_marketplace_v1_proto_rawDescOnce sync.Once
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDescData = file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDesc
)

func file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDescGZIP() []byte {
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDescData)
	})
	return file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDescData
}

var file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
var file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_goTypes = []interface{}{
	(Marketplace_Type)(0),               // 0: keyapis.ad.v1.Marketplace.Type
	(*Marketplace)(nil),                 // 1: keyapis.ad.v1.Marketplace
	(*PostMarketplaceRequest)(nil),      // 2: keyapis.ad.v1.PostMarketplaceRequest
	(*PostMarketplaceResponse)(nil),     // 3: keyapis.ad.v1.PostMarketplaceResponse
	(*GetMarketplaceRequest)(nil),       // 4: keyapis.ad.v1.GetMarketplaceRequest
	(*GetMarketplaceResponse)(nil),      // 5: keyapis.ad.v1.GetMarketplaceResponse
	(*GetMarketplaceListRequest)(nil),   // 6: keyapis.ad.v1.GetMarketplaceListRequest
	(*GetMarketplaceListResponse)(nil),  // 7: keyapis.ad.v1.GetMarketplaceListResponse
	(*GetMarketplaceCountRequest)(nil),  // 8: keyapis.ad.v1.GetMarketplaceCountRequest
	(*GetMarketplaceCountResponse)(nil), // 9: keyapis.ad.v1.GetMarketplaceCountResponse
	(*wrapperspb.StringValue)(nil),      // 10: google.protobuf.StringValue
	(*timestamppb.Timestamp)(nil),       // 11: google.protobuf.Timestamp
}
var file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_depIdxs = []int32{
	0,  // 0: keyapis.ad.v1.Marketplace.type:type_name -> keyapis.ad.v1.Marketplace.Type
	10, // 1: keyapis.ad.v1.Marketplace.card_url:type_name -> google.protobuf.StringValue
	11, // 2: keyapis.ad.v1.Marketplace.created_at:type_name -> google.protobuf.Timestamp
	11, // 3: keyapis.ad.v1.Marketplace.changed_at:type_name -> google.protobuf.Timestamp
	1,  // 4: keyapis.ad.v1.PostMarketplaceRequest.data:type_name -> keyapis.ad.v1.Marketplace
	1,  // 5: keyapis.ad.v1.PostMarketplaceResponse.data:type_name -> keyapis.ad.v1.Marketplace
	1,  // 6: keyapis.ad.v1.GetMarketplaceResponse.data:type_name -> keyapis.ad.v1.Marketplace
	1,  // 7: keyapis.ad.v1.GetMarketplaceListResponse.data:type_name -> keyapis.ad.v1.Marketplace
	2,  // 8: keyapis.ad.v1.MarketplaceService.PostMarketplace:input_type -> keyapis.ad.v1.PostMarketplaceRequest
	4,  // 9: keyapis.ad.v1.MarketplaceService.GetMarketplace:input_type -> keyapis.ad.v1.GetMarketplaceRequest
	6,  // 10: keyapis.ad.v1.MarketplaceService.GetMarketplaceList:input_type -> keyapis.ad.v1.GetMarketplaceListRequest
	8,  // 11: keyapis.ad.v1.MarketplaceService.GetMarketplaceCount:input_type -> keyapis.ad.v1.GetMarketplaceCountRequest
	3,  // 12: keyapis.ad.v1.MarketplaceService.PostMarketplace:output_type -> keyapis.ad.v1.PostMarketplaceResponse
	5,  // 13: keyapis.ad.v1.MarketplaceService.GetMarketplace:output_type -> keyapis.ad.v1.GetMarketplaceResponse
	7,  // 14: keyapis.ad.v1.MarketplaceService.GetMarketplaceList:output_type -> keyapis.ad.v1.GetMarketplaceListResponse
	9,  // 15: keyapis.ad.v1.MarketplaceService.GetMarketplaceCount:output_type -> keyapis.ad.v1.GetMarketplaceCountResponse
	12, // [12:16] is the sub-list for method output_type
	8,  // [8:12] is the sub-list for method input_type
	8,  // [8:8] is the sub-list for extension type_name
	8,  // [8:8] is the sub-list for extension extendee
	0,  // [0:8] is the sub-list for field type_name
}

func init() { file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_init() }
func file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_init() {
	if File_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto != nil {
		return
	}
	if !protoimpl.UnsafeEnabled {
		file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*Marketplace); 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_marketplace_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostMarketplaceRequest); 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_marketplace_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostMarketplaceResponse); 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_marketplace_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetMarketplaceRequest); 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_marketplace_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetMarketplaceResponse); 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_marketplace_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetMarketplaceListRequest); 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_marketplace_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetMarketplaceListResponse); 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_marketplace_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetMarketplaceCountRequest); 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_marketplace_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetMarketplaceCountResponse); 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_marketplace_v1_proto_msgTypes[2].OneofWrappers = []interface{}{
		(*PostMarketplaceResponse_Data)(nil),
	}
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetMarketplaceResponse_Data)(nil),
	}
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetMarketplaceListResponse_Data)(nil),
	}
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*GetMarketplaceCountResponse_Data)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDesc,
			NumEnums:      1,
			NumMessages:   9,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_msgTypes,
	}.Build()
	File_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto = out.File
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_rawDesc = nil
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_goTypes = nil
	file_keyapis_ad_v1_keyapis_ad_marketplace_v1_proto_depIdxs = nil
}
