//
//Сервис реализует функционал управления шаблонами пользовательских групп

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

package keyapis_access_management_v1

import (
	_ "google.golang.org/genproto/googleapis/api/annotations"
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

// Справочник типов сортировки
type GroupTemplateGroupPaging_OrderByType int32

const (
	// Значение не указано
	GroupTemplateGroupPaging_ORDER_BY_TYPE_UNKNOWN GroupTemplateGroupPaging_OrderByType = 0
	// По Идентификатору группы пользователя
	GroupTemplateGroupPaging_GROUP_ID GroupTemplateGroupPaging_OrderByType = 1
	// По шаблону групп
	GroupTemplateGroupPaging_GROUP_TEMPLATE_ID GroupTemplateGroupPaging_OrderByType = 2
)

// Enum value maps for GroupTemplateGroupPaging_OrderByType.
var (
	GroupTemplateGroupPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "GROUP_ID",
		2: "GROUP_TEMPLATE_ID",
	}
	GroupTemplateGroupPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"GROUP_ID":              1,
		"GROUP_TEMPLATE_ID":     2,
	}
)

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

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

func (GroupTemplateGroupPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[0].Descriptor()
}

func (GroupTemplateGroupPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[0]
}

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

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

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

const (
	// Значение не указано
	GroupTemplateGroupPaging_DIRECTION_TYPE_UNKNOWN GroupTemplateGroupPaging_DirectionType = 0
	// От большего к меньшему
	GroupTemplateGroupPaging_DESC GroupTemplateGroupPaging_DirectionType = 1
	// От меньшего к большему
	GroupTemplateGroupPaging_ASC GroupTemplateGroupPaging_DirectionType = 2
)

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

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

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

func (GroupTemplateGroupPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[1].Descriptor()
}

func (GroupTemplateGroupPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[1]
}

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

// Deprecated: Use GroupTemplateGroupPaging_DirectionType.Descriptor instead.
func (GroupTemplateGroupPaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescGZIP(), []int{4, 1}
}

// Справочник типов значений сортировки.
// # Тип: byte
type GroupTemplatePaging_OrderByType int32

const (
	// Значение не указано
	GroupTemplatePaging_ORDER_BY_TYPE_UNKNOWN GroupTemplatePaging_OrderByType = 0
	// По идентификатору
	GroupTemplatePaging_ID GroupTemplatePaging_OrderByType = 1
	// По наименованию
	GroupTemplatePaging_TITLE GroupTemplatePaging_OrderByType = 2
)

// Enum value maps for GroupTemplatePaging_OrderByType.
var (
	GroupTemplatePaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "ID",
		2: "TITLE",
	}
	GroupTemplatePaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"ID":                    1,
		"TITLE":                 2,
	}
)

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

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

func (GroupTemplatePaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[2].Descriptor()
}

func (GroupTemplatePaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[2]
}

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

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

// Справочник типов направлений сортировки.
// # Тип: byte
type GroupTemplatePaging_DirectionType int32

const (
	// Значение не указано
	GroupTemplatePaging_DIRECTION_TYPE_UNKNOWN GroupTemplatePaging_DirectionType = 0
	// От большего к меньшему
	GroupTemplatePaging_DESC GroupTemplatePaging_DirectionType = 1
	// От меньшего к большему
	GroupTemplatePaging_ASC GroupTemplatePaging_DirectionType = 2
)

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

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

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

func (GroupTemplatePaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[3].Descriptor()
}

func (GroupTemplatePaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes[3]
}

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

// Deprecated: Use GroupTemplatePaging_DirectionType.Descriptor instead.
func (GroupTemplatePaging_DirectionType) EnumDescriptor() ([]byte, []int) {
	return file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescGZIP(), []int{19, 1}
}

// Шаблон группы пользователей
type GroupTemplate struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор шаблона группы.
	// # Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Наименование шаблона группы.
	// # Диапазон: 3..256
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// Суффикс наименования группы.
	// # Диапазон: 3..256
	GroupTitleSuffix string `protobuf:"bytes,3,opt,name=group_title_suffix,json=groupTitleSuffix,proto3" json:"group_title_suffix,omitempty"`
	// Описание шаблона группы.
	// # Диапазон: 3..256
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Массив атрибутов группы.
	// Эти атрибуты назначены пользователям, которые принадлежат группе.
	// # Диапазон: 0..100
	Claims []*Claim `protobuf:"bytes,5,rep,name=claims,proto3" json:"claims,omitempty"`
	// Требования, означающие принадлежность пользователя к данной группе.
	// Пользователь принадлежит группе, если все атрибуты требований группы присутствуют у пользователя и имеют те же значения.
	// # Диапазон: 0..10
	Requirements []*Claim `protobuf:"bytes,6,rep,name=requirements,proto3" json:"requirements,omitempty"`
	// Теги шаблона группы.
	// # Диапазон: 0..10
	Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty"`
}

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

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

func (*GroupTemplate) ProtoMessage() {}

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

func (x *GroupTemplate) GetId() string {
	if x != nil {
		return x.Id
	}
	return ""
}

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

func (x *GroupTemplate) GetGroupTitleSuffix() string {
	if x != nil {
		return x.GroupTitleSuffix
	}
	return ""
}

func (x *GroupTemplate) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *GroupTemplate) GetClaims() []*Claim {
	if x != nil {
		return x.Claims
	}
	return nil
}

func (x *GroupTemplate) GetRequirements() []*Claim {
	if x != nil {
		return x.Requirements
	}
	return nil
}

func (x *GroupTemplate) GetTags() []string {
	if x != nil {
		return x.Tags
	}
	return nil
}

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

	// Фильтр связей шаблонов групп и группы пользователя
	Filter *GroupTemplateGroupFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Вариант разбиения на страницы
	//
	// Types that are assignable to Pagination:
	//
	//	*GetGroupTemplateGroupListRequest_Paging
	Pagination isGetGroupTemplateGroupListRequest_Pagination `protobuf_oneof:"pagination"`
}

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

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

func (*GetGroupTemplateGroupListRequest) ProtoMessage() {}

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

func (x *GetGroupTemplateGroupListRequest) GetFilter() *GroupTemplateGroupFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetGroupTemplateGroupListRequest) GetPagination() isGetGroupTemplateGroupListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetGroupTemplateGroupListRequest) GetPaging() *GroupTemplateGroupPaging {
	if x, ok := x.GetPagination().(*GetGroupTemplateGroupListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetGroupTemplateGroupListRequest_Pagination interface {
	isGetGroupTemplateGroupListRequest_Pagination()
}

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

func (*GetGroupTemplateGroupListRequest_Paging) isGetGroupTemplateGroupListRequest_Pagination() {}

// Запрос получения количества связей шаблонов групп и группы пользователя
type GetGroupTemplateGroupCountRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Фильтр связей шаблонов групп и группы пользователя
	Filter *GroupTemplateGroupFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
}

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

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

func (*GetGroupTemplateGroupCountRequest) ProtoMessage() {}

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

func (x *GetGroupTemplateGroupCountRequest) GetFilter() *GroupTemplateGroupFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

// Ответ на запрос получения количества связей шаблонов групп и группы пользователя
type GetGroupTemplateGroupCountResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetGroupTemplateGroupCountResponse) ProtoMessage() {}

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

func (m *GetGroupTemplateGroupCountResponse) GetType() isGetGroupTemplateGroupCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

type isGetGroupTemplateGroupCountResponse_Type interface {
	isGetGroupTemplateGroupCountResponse_Type()
}

type GetGroupTemplateGroupCountResponse_Data struct {
	// Всего связей шаблонов групп и группы пользователя
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

func (*GetGroupTemplateGroupCountResponse_Data) isGetGroupTemplateGroupCountResponse_Type() {}

// Пагинация шаблонов групп и группы пользователя
type GroupTemplateGroupPaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// По умолчанию: ID
	OrderByType GroupTemplateGroupPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.access_management.v1.GroupTemplateGroupPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// По умолчанию: DESC
	DirectionType GroupTemplateGroupPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.access_management.v1.GroupTemplateGroupPaging_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 *GroupTemplateGroupPaging) Reset() {
	*x = GroupTemplateGroupPaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[4]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GroupTemplateGroupPaging) ProtoMessage() {}

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

func (x *GroupTemplateGroupPaging) GetOrderByType() GroupTemplateGroupPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return GroupTemplateGroupPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *GroupTemplateGroupPaging) GetDirectionType() GroupTemplateGroupPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return GroupTemplateGroupPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Ответ на запрос получения списка связей шаблонов групп и группы пользователя
type GetGroupTemplateGroupListResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetGroupTemplateGroupListResponse) ProtoMessage() {}

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

func (m *GetGroupTemplateGroupListResponse) GetType() isGetGroupTemplateGroupListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetGroupTemplateGroupListResponse) GetData() *GroupTemplateGroup {
	if x, ok := x.GetType().(*GetGroupTemplateGroupListResponse_Data); ok {
		return x.Data
	}
	return nil
}

type isGetGroupTemplateGroupListResponse_Type interface {
	isGetGroupTemplateGroupListResponse_Type()
}

type GetGroupTemplateGroupListResponse_Data struct {
	// Связь шаблона группы и группы пользователя
	Data *GroupTemplateGroup `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

func (*GetGroupTemplateGroupListResponse_Data) isGetGroupTemplateGroupListResponse_Type() {}

// Запрос сохранения связей шаблона группы и группы пользователя
type PutGroupTemplateGroupAttachRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Связь шаблона группы и группы пользователя
	GroupTemplateGroup *GroupTemplateGroup `protobuf:"bytes,1,opt,name=group_template_group,json=groupTemplateGroup,proto3" json:"group_template_group,omitempty"`
}

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

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

func (*PutGroupTemplateGroupAttachRequest) ProtoMessage() {}

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

func (x *PutGroupTemplateGroupAttachRequest) GetGroupTemplateGroup() *GroupTemplateGroup {
	if x != nil {
		return x.GroupTemplateGroup
	}
	return nil
}

// Ответ на запрос сохранения связи шаблона группы и группы пользователя
type PutGroupTemplateGroupAttachResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PutGroupTemplateGroupAttachResponse) ProtoMessage() {}

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

// Запрос удаления связей шаблона группы и группы пользователя
type PutGroupTemplateGroupDetachRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Связь шаблона группы и группы пользователя
	GroupTemplateGroup *GroupTemplateGroup `protobuf:"bytes,1,opt,name=group_template_group,json=groupTemplateGroup,proto3" json:"group_template_group,omitempty"`
}

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

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

func (*PutGroupTemplateGroupDetachRequest) ProtoMessage() {}

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

func (x *PutGroupTemplateGroupDetachRequest) GetGroupTemplateGroup() *GroupTemplateGroup {
	if x != nil {
		return x.GroupTemplateGroup
	}
	return nil
}

// Связка шаблона группы и группы пользователя.
// Задает область ресурсов (resource scope), доступную пользователю.
// Используется для контроля доступа к шаблону группы
type GroupTemplateGroup struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор группы.
	// # Тип: Guid
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// Идентификатор шаблона группы.
	// # Тип: Guid
	GroupTemplateId string `protobuf:"bytes,2,opt,name=group_template_id,json=groupTemplateId,proto3" json:"group_template_id,omitempty"`
}

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

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

func (*GroupTemplateGroup) ProtoMessage() {}

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

func (x *GroupTemplateGroup) GetGroupId() string {
	if x != nil {
		return x.GroupId
	}
	return ""
}

func (x *GroupTemplateGroup) GetGroupTemplateId() string {
	if x != nil {
		return x.GroupTemplateId
	}
	return ""
}

// Фильтр для запроса связей шаблона группы и группы пользователя.
// При передаче массива в параметр фильтра элементы массива работают в выборке через ИЛИ.
// При передаче нескольких разных параметров фильтра они работают в выборке через И
type GroupTemplateGroupFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По Идентификатору группы пользователя
	GroupIds []string `protobuf:"bytes,1,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	// По шаблону группы
	GroupTemplateIds []string `protobuf:"bytes,2,rep,name=group_template_ids,json=groupTemplateIds,proto3" json:"group_template_ids,omitempty"`
}

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

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

func (*GroupTemplateGroupFilter) ProtoMessage() {}

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

func (x *GroupTemplateGroupFilter) GetGroupIds() []string {
	if x != nil {
		return x.GroupIds
	}
	return nil
}

func (x *GroupTemplateGroupFilter) GetGroupTemplateIds() []string {
	if x != nil {
		return x.GroupTemplateIds
	}
	return nil
}

// Ответ на запрос удаления связи шаблона группы и группы пользователя
type PutGroupTemplateGroupDetachResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

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

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

func (*PutGroupTemplateGroupDetachResponse) ProtoMessage() {}

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

// Запрос получения шаблона группы
type GetGroupTemplateRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор шаблона группы.
	// # Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

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

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

func (*GetGroupTemplateRequest) ProtoMessage() {}

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

func (x *GetGroupTemplateRequest) GetId() string {
	if x != nil {
		return x.Id
	}
	return ""
}

// Ответ на запрос получения шаблона группы
type GetGroupTemplateResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

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

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

func (*GetGroupTemplateResponse) ProtoMessage() {}

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

func (m *GetGroupTemplateResponse) GetType() isGetGroupTemplateResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetGroupTemplateResponse) GetData() *GroupTemplate {
	if x, ok := x.GetType().(*GetGroupTemplateResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetGroupTemplateResponse) GetError() *GetGroupTemplateResponse_Error {
	if x, ok := x.GetType().(*GetGroupTemplateResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetGroupTemplateResponse_Type interface {
	isGetGroupTemplateResponse_Type()
}

type GetGroupTemplateResponse_Data struct {
	// Шаблон группы
	Data *GroupTemplate `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type GetGroupTemplateResponse_Error_ struct {
	// Ошибка
	Error *GetGroupTemplateResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetGroupTemplateResponse_Data) isGetGroupTemplateResponse_Type() {}

func (*GetGroupTemplateResponse_Error_) isGetGroupTemplateResponse_Type() {}

// Запрос получения списка шаблонов групп
type GetGroupTemplateListRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

func (x *GetGroupTemplateListRequest) Reset() {
	*x = GetGroupTemplateListRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[14]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetGroupTemplateListRequest) ProtoMessage() {}

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

func (x *GetGroupTemplateListRequest) GetFilter() *GroupTemplateFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetGroupTemplateListRequest) GetPagination() isGetGroupTemplateListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetGroupTemplateListRequest) GetPaging() *GroupTemplatePaging {
	if x, ok := x.GetPagination().(*GetGroupTemplateListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetGroupTemplateListRequest_Pagination interface {
	isGetGroupTemplateListRequest_Pagination()
}

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

func (*GetGroupTemplateListRequest_Paging) isGetGroupTemplateListRequest_Pagination() {}

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

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

func (x *GetGroupTemplateListResponse) Reset() {
	*x = GetGroupTemplateListResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[15]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetGroupTemplateListResponse) ProtoMessage() {}

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

func (m *GetGroupTemplateListResponse) GetType() isGetGroupTemplateListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetGroupTemplateListResponse) GetData() *GroupTemplate {
	if x, ok := x.GetType().(*GetGroupTemplateListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetGroupTemplateListResponse) GetError() *GetGroupTemplateListResponse_Error {
	if x, ok := x.GetType().(*GetGroupTemplateListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetGroupTemplateListResponse_Type interface {
	isGetGroupTemplateListResponse_Type()
}

type GetGroupTemplateListResponse_Data struct {
	// Шаблон группы
	Data *GroupTemplate `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type GetGroupTemplateListResponse_Error_ struct {
	// Ошибка
	Error *GetGroupTemplateListResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetGroupTemplateListResponse_Data) isGetGroupTemplateListResponse_Type() {}

func (*GetGroupTemplateListResponse_Error_) isGetGroupTemplateListResponse_Type() {}

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

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

func (x *GetGroupTemplateCountRequest) Reset() {
	*x = GetGroupTemplateCountRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[16]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetGroupTemplateCountRequest) ProtoMessage() {}

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

func (x *GetGroupTemplateCountRequest) GetFilter() *GroupTemplateFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

func (x *GetGroupTemplateCountResponse) Reset() {
	*x = GetGroupTemplateCountResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[17]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetGroupTemplateCountResponse) ProtoMessage() {}

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

func (m *GetGroupTemplateCountResponse) GetType() isGetGroupTemplateCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *GetGroupTemplateCountResponse) GetError() *GetGroupTemplateCountResponse_Error {
	if x, ok := x.GetType().(*GetGroupTemplateCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetGroupTemplateCountResponse_Type interface {
	isGetGroupTemplateCountResponse_Type()
}

type GetGroupTemplateCountResponse_Data struct {
	// Всего шаблонов групп
	Data int32 `protobuf:"varint,1,opt,name=data,proto3,oneof"`
}

type GetGroupTemplateCountResponse_Error_ struct {
	// Ошибка
	Error *GetGroupTemplateCountResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*GetGroupTemplateCountResponse_Data) isGetGroupTemplateCountResponse_Type() {}

func (*GetGroupTemplateCountResponse_Error_) isGetGroupTemplateCountResponse_Type() {}

// Фильтр шаблонов групп.
// При передаче массива в параметр фильтра элементы массива работают в выборке через ИЛИ.
// При передаче нескольких разных параметров фильтра они работают в выборке через И
type GroupTemplateFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По тексту.
	// Если значение не передано то поиск по нему не производится.
	// # Диапазон: 3..64.
	// # Поиск производится по полям:
	// # - Наименование
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// По тегам.
	// # Диапазон: 0..10
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
}

func (x *GroupTemplateFilter) Reset() {
	*x = GroupTemplateFilter{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[18]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GroupTemplateFilter) ProtoMessage() {}

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

func (x *GroupTemplateFilter) GetText() string {
	if x != nil {
		return x.Text
	}
	return ""
}

func (x *GroupTemplateFilter) GetTags() []string {
	if x != nil {
		return x.Tags
	}
	return nil
}

// Пагинация шаблонов групп
type GroupTemplatePaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

func (x *GroupTemplatePaging) Reset() {
	*x = GroupTemplatePaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[19]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GroupTemplatePaging) ProtoMessage() {}

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

func (x *GroupTemplatePaging) GetOrderByType() GroupTemplatePaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return GroupTemplatePaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *GroupTemplatePaging) GetDirectionType() GroupTemplatePaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return GroupTemplatePaging_DIRECTION_TYPE_UNKNOWN
}

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

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

// Запрос сохранения шаблона группы
type PostGroupTemplateRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Шаблон группы
	Data *GroupTemplate `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
}

func (x *PostGroupTemplateRequest) Reset() {
	*x = PostGroupTemplateRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[20]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostGroupTemplateRequest) ProtoMessage() {}

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

func (x *PostGroupTemplateRequest) GetData() *GroupTemplate {
	if x != nil {
		return x.Data
	}
	return nil
}

// Ответ на запрос сохранения шаблона группы
type PostGroupTemplateResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

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

func (x *PostGroupTemplateResponse) Reset() {
	*x = PostGroupTemplateResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[21]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostGroupTemplateResponse) ProtoMessage() {}

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

func (m *PostGroupTemplateResponse) GetType() isPostGroupTemplateResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PostGroupTemplateResponse) GetData() *GroupTemplate {
	if x, ok := x.GetType().(*PostGroupTemplateResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *PostGroupTemplateResponse) GetError() *PostGroupTemplateResponse_Error {
	if x, ok := x.GetType().(*PostGroupTemplateResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPostGroupTemplateResponse_Type interface {
	isPostGroupTemplateResponse_Type()
}

type PostGroupTemplateResponse_Data struct {
	// Шаблон группы
	Data *GroupTemplate `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

type PostGroupTemplateResponse_Error_ struct {
	// Ошибка
	Error *PostGroupTemplateResponse_Error `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

func (*PostGroupTemplateResponse_Data) isPostGroupTemplateResponse_Type() {}

func (*PostGroupTemplateResponse_Error_) isPostGroupTemplateResponse_Type() {}

// Запрос удаления шаблона группы
type DeleteGroupTemplateRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор шаблона группы.
	// # Тип: Guid
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (x *DeleteGroupTemplateRequest) Reset() {
	*x = DeleteGroupTemplateRequest{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[22]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteGroupTemplateRequest) ProtoMessage() {}

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

func (x *DeleteGroupTemplateRequest) GetId() string {
	if x != nil {
		return x.Id
	}
	return ""
}

// Ответ на запрос удаления группы
type DeleteGroupTemplateResponse struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields
}

func (x *DeleteGroupTemplateResponse) Reset() {
	*x = DeleteGroupTemplateResponse{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[23]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*DeleteGroupTemplateResponse) ProtoMessage() {}

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

// Ошибка запроса получения шаблона группы
type GetGroupTemplateResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetGroupTemplateResponse_Error_Validation
	Reason isGetGroupTemplateResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *GetGroupTemplateResponse_Error) Reset() {
	*x = GetGroupTemplateResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[24]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetGroupTemplateResponse_Error) ProtoMessage() {}

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

func (m *GetGroupTemplateResponse_Error) GetReason() isGetGroupTemplateResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetGroupTemplateResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetGroupTemplateResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetGroupTemplateResponse_Error_Reason interface {
	isGetGroupTemplateResponse_Error_Reason()
}

type GetGroupTemplateResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetGroupTemplateResponse_Error_Validation) isGetGroupTemplateResponse_Error_Reason() {}

// Ошибка запроса получения списка шаблонов групп
type GetGroupTemplateListResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetGroupTemplateListResponse_Error_Validation
	Reason isGetGroupTemplateListResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *GetGroupTemplateListResponse_Error) Reset() {
	*x = GetGroupTemplateListResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[25]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetGroupTemplateListResponse_Error) ProtoMessage() {}

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

func (m *GetGroupTemplateListResponse_Error) GetReason() isGetGroupTemplateListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetGroupTemplateListResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetGroupTemplateListResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetGroupTemplateListResponse_Error_Reason interface {
	isGetGroupTemplateListResponse_Error_Reason()
}

type GetGroupTemplateListResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetGroupTemplateListResponse_Error_Validation) isGetGroupTemplateListResponse_Error_Reason() {}

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

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*GetGroupTemplateCountResponse_Error_Validation
	Reason isGetGroupTemplateCountResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *GetGroupTemplateCountResponse_Error) Reset() {
	*x = GetGroupTemplateCountResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[26]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*GetGroupTemplateCountResponse_Error) ProtoMessage() {}

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

func (m *GetGroupTemplateCountResponse_Error) GetReason() isGetGroupTemplateCountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *GetGroupTemplateCountResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*GetGroupTemplateCountResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isGetGroupTemplateCountResponse_Error_Reason interface {
	isGetGroupTemplateCountResponse_Error_Reason()
}

type GetGroupTemplateCountResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*GetGroupTemplateCountResponse_Error_Validation) isGetGroupTemplateCountResponse_Error_Reason() {
}

// Ошибка запроса сохранения шаблона группы
type PostGroupTemplateResponse_Error struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Причина ошибки
	//
	// Types that are assignable to Reason:
	//
	//	*PostGroupTemplateResponse_Error_Validation
	Reason isPostGroupTemplateResponse_Error_Reason `protobuf_oneof:"reason"`
}

func (x *PostGroupTemplateResponse_Error) Reset() {
	*x = PostGroupTemplateResponse_Error{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[27]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*PostGroupTemplateResponse_Error) ProtoMessage() {}

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

func (m *PostGroupTemplateResponse_Error) GetReason() isPostGroupTemplateResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

func (x *PostGroupTemplateResponse_Error) GetValidation() *ValidationError {
	if x, ok := x.GetReason().(*PostGroupTemplateResponse_Error_Validation); ok {
		return x.Validation
	}
	return nil
}

type isPostGroupTemplateResponse_Error_Reason interface {
	isPostGroupTemplateResponse_Error_Reason()
}

type PostGroupTemplateResponse_Error_Validation struct {
	// Ошибка валидации
	Validation *ValidationError `protobuf:"bytes,1,opt,name=validation,proto3,oneof"`
}

func (*PostGroupTemplateResponse_Error_Validation) isPostGroupTemplateResponse_Error_Reason() {}

var File_keyapis_access_management_v1_keyapis_access_management_template_v1_proto protoreflect.FileDescriptor

var file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDesc = []byte{
	0x0a, 0x48, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61,
	0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
	0x65, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1c, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67,
	0x65, 0x6d, 0x65, 0x6e, 0x74, 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, 0x45, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65,
	0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5f,
	0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xa9,
	0x02, 0x0a, 0x0d, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
	0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 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, 0x31, 0x0a, 0x12, 0x67,
	0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x5f, 0x73, 0x75, 0x66, 0x66, 0x69,
	0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x10, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x75, 0x66, 0x66, 0x69, 0x78, 0x12, 0x20,
	0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x12, 0x3b, 0x0a, 0x06, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b,
	0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
	0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x06, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x73, 0x12, 0x47, 0x0a,
	0x0c, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20,
	0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e,
	0x76, 0x31, 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x0c, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72,
	0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x07,
	0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x22, 0xd2, 0x01, 0x0a, 0x20, 0x47,
	0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
	0x4e, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75,
	0x70, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12,
	0x50, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75,
	0x70, 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,
	0x73, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c,
	0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71,
	0x75, 0x65, 0x73, 0x74, 0x12, 0x4e, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74,
	0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
	0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x22, 0x42, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x22, 0xac, 0x03, 0x0a, 0x18, 0x47, 0x72, 0x6f,
	0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50,
	0x61, 0x67, 0x69, 0x6e, 0x67, 0x12, 0x66, 0x0a, 0x0d, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62,
	0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x42, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61,
	0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75,
	0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x6b, 0x0a,
	0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x44, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e,
	0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61,
	0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x4d, 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, 0x0c, 0x0a, 0x08, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x5f, 0x49, 0x44, 0x10, 0x01,
	0x12, 0x15, 0x0a, 0x11, 0x47, 0x52, 0x4f, 0x55, 0x50, 0x5f, 0x54, 0x45, 0x4d, 0x50, 0x4c, 0x41,
	0x54, 0x45, 0x5f, 0x49, 0x44, 0x10, 0x02, 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, 0x73, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x46, 0x0a, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61,
	0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x8d, 0x01, 0x0a,
	0x22, 0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
	0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x14, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31,
	0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x12, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x25, 0x0a, 0x23,
	0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
	0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x22, 0x8d, 0x01, 0x0a, 0x22, 0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x74,
	0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x14, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x67, 0x72, 0x6f,
	0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
	0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52,
	0x12, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x22, 0x65, 0x0a, 0x12, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70,
	0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1e, 0x0a, 0x08, 0x67, 0x72, 0x6f,
	0x75, 0x70, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02,
	0x52, 0x07, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x11, 0x67, 0x72, 0x6f,
	0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02,
	0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0f, 0x67, 0x72, 0x6f, 0x75, 0x70,
	0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x18, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f,
	0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70,
	0x49, 0x64, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52,
	0x10, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64,
	0x73, 0x22, 0x25, 0x0a, 0x23, 0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2e, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75,
	0x65, 0x73, 0x74, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42,
	0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x22, 0x9f, 0x02, 0x0a, 0x18, 0x47, 0x65, 0x74,
	0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73,
	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e,
	0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
	0x48, 0x00, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x54, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f,
	0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d,
	0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x62,
	0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4f, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e,
	0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61,
	0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73,
	0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xc3, 0x01, 0x0a, 0x1b, 0x47,
	0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c,
	0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x49, 0x0a, 0x06, 0x66, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61,
	0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66,
	0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x4b, 0x0a, 0x06, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x18,
	0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e,
	0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61,
	0x74, 0x65, 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, 0xa7, 0x02, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x12, 0x41, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x12, 0x58, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e,
	0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c,
	0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
	0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x62,
	0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4f, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e,
	0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61,
	0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73,
	0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x69, 0x0a, 0x1c, 0x47, 0x65,
	0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x43, 0x6f,
	0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x49, 0x0a, 0x06, 0x66, 0x69,
	0x6c, 0x74, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61,
	0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66,
	0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0xfc, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f,
	0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 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, 0x12, 0x59, 0x0a,
	0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61,
	0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x75, 0x6e,
	0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48,
	0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x62, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f,
	0x72, 0x12, 0x4f, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e,
	0x74, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04,
	0x74, 0x79, 0x70, 0x65, 0x22, 0x3d, 0x0a, 0x13, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x74,
	0x65, 0x78, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12,
	0x12, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x74,
	0x61, 0x67, 0x73, 0x22, 0x8b, 0x03, 0x0a, 0x13, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x12, 0x61, 0x0a, 0x0d, 0x6f,
	0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0e, 0x32, 0x3d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76,
	0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 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, 0x66,
	0x0a, 0x0e, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x3f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65,
	0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c,
	0x61, 0x74, 0x65, 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, 0x3b, 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, 0x09, 0x0a, 0x05, 0x54, 0x49, 0x54, 0x4c, 0x45, 0x10,
	0x02, 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, 0x60, 0x0a, 0x18, 0x50, 0x6f, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65,
	0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x44, 0x0a,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e,
	0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x04, 0x64,
	0x61, 0x74, 0x61, 0x22, 0xa1, 0x02, 0x0a, 0x19, 0x50, 0x6f, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75,
	0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x12, 0x41, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x48, 0x00, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x12, 0x55, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e,
	0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70,
	0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72,
	0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x62, 0x0a, 0x05, 0x45,
	0x72, 0x72, 0x6f, 0x72, 0x12, 0x4f, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70,
	0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
	0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69,
	0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x69, 0x64,
	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x42,
	0x06, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x31, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74,
	0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65,
	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
	0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x02, 0x69, 0x64, 0x22, 0x1d, 0x0a, 0x1b, 0x44, 0x65,
	0x6c, 0x65, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
	0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x81, 0x10, 0x0a, 0x14, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69,
	0x63, 0x65, 0x12, 0xb8, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x35, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d,
	0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
	0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65,
	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d,
	0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65,
	0x6e, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f,
	0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0xc6, 0x01,
	0x0a, 0x14, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61,
	0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65,
	0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65,
	0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x3a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31,
	0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
	0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35, 0x82,
	0xd3, 0xe4, 0x93, 0x02, 0x2f, 0x12, 0x2d, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d,
	0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31,
	0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2f,
	0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12, 0xc8, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74,
	0x12, 0x3a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
	0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
	0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61,
	0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x75, 0x6e,
	0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x30, 0x12, 0x2e, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67,
	0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x72, 0x6f,
	0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2f, 0x63, 0x6f, 0x75, 0x6e,
	0x74, 0x12, 0xb9, 0x01, 0x0a, 0x11, 0x50, 0x6f, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x36, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69,
	0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d,
	0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x37, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50,
	0x6f, 0x73, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x33, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d,
	0x3a, 0x01, 0x2a, 0x22, 0x28, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e,
	0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x67,
	0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0xc1, 0x01,
	0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d,
	0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x38, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e,
	0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x44,
	0x65, 0x6c, 0x65, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61,
	0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x35, 0x82, 0xd3, 0xe4, 0x93,
	0x02, 0x2f, 0x2a, 0x2d, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61,
	0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2f, 0x7b, 0x69, 0x64,
	0x7d, 0x12, 0xdb, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65,
	0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12,
	0x3e, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x3f, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x22, 0x3b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x12, 0x33, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x61, 0x70, 0x69,
	0x2f, 0x76, 0x31, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61,
	0x74, 0x65, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x01, 0x12,
	0xdd, 0x01, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70,
	0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3f,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
	0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
	0x40, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x47,
	0x65, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
	0x65, 0x22, 0x3c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x36, 0x12, 0x34, 0x2f, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x61, 0x70,
	0x69, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c,
	0x61, 0x74, 0x65, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
	0xac, 0x02, 0x0a, 0x1b, 0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70,
	0x6c, 0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x12,
	0x40, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50,
	0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x41, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31,
	0x2e, 0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
	0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70,
	0x6f, 0x6e, 0x73, 0x65, 0x22, 0x87, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x80, 0x01, 0x1a, 0x7e,
	0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65,
	0x6e, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f,
	0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2f, 0x7b, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f,
	0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x67,
	0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64,
	0x7d, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x7b, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x12, 0xac,
	0x02, 0x0a, 0x1b, 0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c,
	0x61, 0x74, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x12, 0x40,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75,
	0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x47, 0x72,
	0x6f, 0x75, 0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
	0x1a, 0x41, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76, 0x31, 0x2e,
	0x50, 0x75, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
	0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x22, 0x87, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x80, 0x01, 0x1a, 0x7e, 0x2f,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e,
	0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2f, 0x7b, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74,
	0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x7d,
	0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x7b, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x74, 0x65,
	0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x67, 0x72, 0x6f,
	0x75, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x65, 0x74, 0x61, 0x63, 0x68, 0x42, 0xe2, 0x01,
	0x0a, 0x1f, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x76,
	0x31, 0x42, 0x1e, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74,
	0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x1d, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e,
	0x74, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01, 0xa2, 0x02, 0x19, 0x4b, 0x45, 0x59,
	0x41, 0x50, 0x49, 0x53, 0x41, 0x43, 0x43, 0x45, 0x53, 0x53, 0x4d, 0x41, 0x4e, 0x41, 0x47, 0x45,
	0x4d, 0x45, 0x4e, 0x54, 0x56, 0x31, 0xaa, 0x02, 0x1b, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73,
	0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e,
	0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x1b, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x41,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x5c,
	0x56, 0x31, 0xea, 0x02, 0x1d, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x41, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x3a, 0x3a,
	0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescOnce sync.Once
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescData = file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDesc
)

func file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescGZIP() []byte {
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescData)
	})
	return file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDescData
}

var file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 4)
var file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
var file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_goTypes = []interface{}{
	(GroupTemplateGroupPaging_OrderByType)(0),   // 0: keyapis.access_management.v1.GroupTemplateGroupPaging.OrderByType
	(GroupTemplateGroupPaging_DirectionType)(0), // 1: keyapis.access_management.v1.GroupTemplateGroupPaging.DirectionType
	(GroupTemplatePaging_OrderByType)(0),        // 2: keyapis.access_management.v1.GroupTemplatePaging.OrderByType
	(GroupTemplatePaging_DirectionType)(0),      // 3: keyapis.access_management.v1.GroupTemplatePaging.DirectionType
	(*GroupTemplate)(nil),                       // 4: keyapis.access_management.v1.GroupTemplate
	(*GetGroupTemplateGroupListRequest)(nil),    // 5: keyapis.access_management.v1.GetGroupTemplateGroupListRequest
	(*GetGroupTemplateGroupCountRequest)(nil),   // 6: keyapis.access_management.v1.GetGroupTemplateGroupCountRequest
	(*GetGroupTemplateGroupCountResponse)(nil),  // 7: keyapis.access_management.v1.GetGroupTemplateGroupCountResponse
	(*GroupTemplateGroupPaging)(nil),            // 8: keyapis.access_management.v1.GroupTemplateGroupPaging
	(*GetGroupTemplateGroupListResponse)(nil),   // 9: keyapis.access_management.v1.GetGroupTemplateGroupListResponse
	(*PutGroupTemplateGroupAttachRequest)(nil),  // 10: keyapis.access_management.v1.PutGroupTemplateGroupAttachRequest
	(*PutGroupTemplateGroupAttachResponse)(nil), // 11: keyapis.access_management.v1.PutGroupTemplateGroupAttachResponse
	(*PutGroupTemplateGroupDetachRequest)(nil),  // 12: keyapis.access_management.v1.PutGroupTemplateGroupDetachRequest
	(*GroupTemplateGroup)(nil),                  // 13: keyapis.access_management.v1.GroupTemplateGroup
	(*GroupTemplateGroupFilter)(nil),            // 14: keyapis.access_management.v1.GroupTemplateGroupFilter
	(*PutGroupTemplateGroupDetachResponse)(nil), // 15: keyapis.access_management.v1.PutGroupTemplateGroupDetachResponse
	(*GetGroupTemplateRequest)(nil),             // 16: keyapis.access_management.v1.GetGroupTemplateRequest
	(*GetGroupTemplateResponse)(nil),            // 17: keyapis.access_management.v1.GetGroupTemplateResponse
	(*GetGroupTemplateListRequest)(nil),         // 18: keyapis.access_management.v1.GetGroupTemplateListRequest
	(*GetGroupTemplateListResponse)(nil),        // 19: keyapis.access_management.v1.GetGroupTemplateListResponse
	(*GetGroupTemplateCountRequest)(nil),        // 20: keyapis.access_management.v1.GetGroupTemplateCountRequest
	(*GetGroupTemplateCountResponse)(nil),       // 21: keyapis.access_management.v1.GetGroupTemplateCountResponse
	(*GroupTemplateFilter)(nil),                 // 22: keyapis.access_management.v1.GroupTemplateFilter
	(*GroupTemplatePaging)(nil),                 // 23: keyapis.access_management.v1.GroupTemplatePaging
	(*PostGroupTemplateRequest)(nil),            // 24: keyapis.access_management.v1.PostGroupTemplateRequest
	(*PostGroupTemplateResponse)(nil),           // 25: keyapis.access_management.v1.PostGroupTemplateResponse
	(*DeleteGroupTemplateRequest)(nil),          // 26: keyapis.access_management.v1.DeleteGroupTemplateRequest
	(*DeleteGroupTemplateResponse)(nil),         // 27: keyapis.access_management.v1.DeleteGroupTemplateResponse
	(*GetGroupTemplateResponse_Error)(nil),      // 28: keyapis.access_management.v1.GetGroupTemplateResponse.Error
	(*GetGroupTemplateListResponse_Error)(nil),  // 29: keyapis.access_management.v1.GetGroupTemplateListResponse.Error
	(*GetGroupTemplateCountResponse_Error)(nil), // 30: keyapis.access_management.v1.GetGroupTemplateCountResponse.Error
	(*PostGroupTemplateResponse_Error)(nil),     // 31: keyapis.access_management.v1.PostGroupTemplateResponse.Error
	(*Claim)(nil),                               // 32: keyapis.access_management.v1.Claim
	(*ValidationError)(nil),                     // 33: keyapis.access_management.v1.ValidationError
}
var file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_depIdxs = []int32{
	32, // 0: keyapis.access_management.v1.GroupTemplate.claims:type_name -> keyapis.access_management.v1.Claim
	32, // 1: keyapis.access_management.v1.GroupTemplate.requirements:type_name -> keyapis.access_management.v1.Claim
	14, // 2: keyapis.access_management.v1.GetGroupTemplateGroupListRequest.filter:type_name -> keyapis.access_management.v1.GroupTemplateGroupFilter
	8,  // 3: keyapis.access_management.v1.GetGroupTemplateGroupListRequest.paging:type_name -> keyapis.access_management.v1.GroupTemplateGroupPaging
	14, // 4: keyapis.access_management.v1.GetGroupTemplateGroupCountRequest.filter:type_name -> keyapis.access_management.v1.GroupTemplateGroupFilter
	0,  // 5: keyapis.access_management.v1.GroupTemplateGroupPaging.order_by_type:type_name -> keyapis.access_management.v1.GroupTemplateGroupPaging.OrderByType
	1,  // 6: keyapis.access_management.v1.GroupTemplateGroupPaging.direction_type:type_name -> keyapis.access_management.v1.GroupTemplateGroupPaging.DirectionType
	13, // 7: keyapis.access_management.v1.GetGroupTemplateGroupListResponse.data:type_name -> keyapis.access_management.v1.GroupTemplateGroup
	13, // 8: keyapis.access_management.v1.PutGroupTemplateGroupAttachRequest.group_template_group:type_name -> keyapis.access_management.v1.GroupTemplateGroup
	13, // 9: keyapis.access_management.v1.PutGroupTemplateGroupDetachRequest.group_template_group:type_name -> keyapis.access_management.v1.GroupTemplateGroup
	4,  // 10: keyapis.access_management.v1.GetGroupTemplateResponse.data:type_name -> keyapis.access_management.v1.GroupTemplate
	28, // 11: keyapis.access_management.v1.GetGroupTemplateResponse.error:type_name -> keyapis.access_management.v1.GetGroupTemplateResponse.Error
	22, // 12: keyapis.access_management.v1.GetGroupTemplateListRequest.filter:type_name -> keyapis.access_management.v1.GroupTemplateFilter
	23, // 13: keyapis.access_management.v1.GetGroupTemplateListRequest.paging:type_name -> keyapis.access_management.v1.GroupTemplatePaging
	4,  // 14: keyapis.access_management.v1.GetGroupTemplateListResponse.data:type_name -> keyapis.access_management.v1.GroupTemplate
	29, // 15: keyapis.access_management.v1.GetGroupTemplateListResponse.error:type_name -> keyapis.access_management.v1.GetGroupTemplateListResponse.Error
	22, // 16: keyapis.access_management.v1.GetGroupTemplateCountRequest.filter:type_name -> keyapis.access_management.v1.GroupTemplateFilter
	30, // 17: keyapis.access_management.v1.GetGroupTemplateCountResponse.error:type_name -> keyapis.access_management.v1.GetGroupTemplateCountResponse.Error
	2,  // 18: keyapis.access_management.v1.GroupTemplatePaging.order_by_type:type_name -> keyapis.access_management.v1.GroupTemplatePaging.OrderByType
	3,  // 19: keyapis.access_management.v1.GroupTemplatePaging.direction_type:type_name -> keyapis.access_management.v1.GroupTemplatePaging.DirectionType
	4,  // 20: keyapis.access_management.v1.PostGroupTemplateRequest.data:type_name -> keyapis.access_management.v1.GroupTemplate
	4,  // 21: keyapis.access_management.v1.PostGroupTemplateResponse.data:type_name -> keyapis.access_management.v1.GroupTemplate
	31, // 22: keyapis.access_management.v1.PostGroupTemplateResponse.error:type_name -> keyapis.access_management.v1.PostGroupTemplateResponse.Error
	33, // 23: keyapis.access_management.v1.GetGroupTemplateResponse.Error.validation:type_name -> keyapis.access_management.v1.ValidationError
	33, // 24: keyapis.access_management.v1.GetGroupTemplateListResponse.Error.validation:type_name -> keyapis.access_management.v1.ValidationError
	33, // 25: keyapis.access_management.v1.GetGroupTemplateCountResponse.Error.validation:type_name -> keyapis.access_management.v1.ValidationError
	33, // 26: keyapis.access_management.v1.PostGroupTemplateResponse.Error.validation:type_name -> keyapis.access_management.v1.ValidationError
	16, // 27: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplate:input_type -> keyapis.access_management.v1.GetGroupTemplateRequest
	18, // 28: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateList:input_type -> keyapis.access_management.v1.GetGroupTemplateListRequest
	20, // 29: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateCount:input_type -> keyapis.access_management.v1.GetGroupTemplateCountRequest
	24, // 30: keyapis.access_management.v1.GroupTemplateService.PostGroupTemplate:input_type -> keyapis.access_management.v1.PostGroupTemplateRequest
	26, // 31: keyapis.access_management.v1.GroupTemplateService.DeleteGroupTemplate:input_type -> keyapis.access_management.v1.DeleteGroupTemplateRequest
	5,  // 32: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateGroupList:input_type -> keyapis.access_management.v1.GetGroupTemplateGroupListRequest
	6,  // 33: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateGroupCount:input_type -> keyapis.access_management.v1.GetGroupTemplateGroupCountRequest
	10, // 34: keyapis.access_management.v1.GroupTemplateService.PutGroupTemplateGroupAttach:input_type -> keyapis.access_management.v1.PutGroupTemplateGroupAttachRequest
	12, // 35: keyapis.access_management.v1.GroupTemplateService.PutGroupTemplateGroupDetach:input_type -> keyapis.access_management.v1.PutGroupTemplateGroupDetachRequest
	17, // 36: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplate:output_type -> keyapis.access_management.v1.GetGroupTemplateResponse
	19, // 37: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateList:output_type -> keyapis.access_management.v1.GetGroupTemplateListResponse
	21, // 38: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateCount:output_type -> keyapis.access_management.v1.GetGroupTemplateCountResponse
	25, // 39: keyapis.access_management.v1.GroupTemplateService.PostGroupTemplate:output_type -> keyapis.access_management.v1.PostGroupTemplateResponse
	27, // 40: keyapis.access_management.v1.GroupTemplateService.DeleteGroupTemplate:output_type -> keyapis.access_management.v1.DeleteGroupTemplateResponse
	9,  // 41: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateGroupList:output_type -> keyapis.access_management.v1.GetGroupTemplateGroupListResponse
	7,  // 42: keyapis.access_management.v1.GroupTemplateService.GetGroupTemplateGroupCount:output_type -> keyapis.access_management.v1.GetGroupTemplateGroupCountResponse
	11, // 43: keyapis.access_management.v1.GroupTemplateService.PutGroupTemplateGroupAttach:output_type -> keyapis.access_management.v1.PutGroupTemplateGroupAttachResponse
	15, // 44: keyapis.access_management.v1.GroupTemplateService.PutGroupTemplateGroupDetach:output_type -> keyapis.access_management.v1.PutGroupTemplateGroupDetachResponse
	36, // [36:45] is the sub-list for method output_type
	27, // [27:36] is the sub-list for method input_type
	27, // [27:27] is the sub-list for extension type_name
	27, // [27:27] is the sub-list for extension extendee
	0,  // [0:27] is the sub-list for field type_name
}

func init() { file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_init() }
func file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_init() {
	if File_keyapis_access_management_v1_keyapis_access_management_template_v1_proto != nil {
		return
	}
	file_keyapis_access_management_v1_keyapis_access_management_group_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GroupTemplate); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateGroupListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateGroupCountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateGroupCountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GroupTemplateGroupPaging); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateGroupListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutGroupTemplateGroupAttachRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutGroupTemplateGroupAttachResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutGroupTemplateGroupDetachRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GroupTemplateGroup); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GroupTemplateGroupFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutGroupTemplateGroupDetachResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateCountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateCountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GroupTemplateFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GroupTemplatePaging); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostGroupTemplateRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostGroupTemplateResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteGroupTemplateRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*DeleteGroupTemplateResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateListResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetGroupTemplateCountResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PostGroupTemplateResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[1].OneofWrappers = []interface{}{
		(*GetGroupTemplateGroupListRequest_Paging)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetGroupTemplateGroupCountResponse_Data)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[5].OneofWrappers = []interface{}{
		(*GetGroupTemplateGroupListResponse_Data)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[13].OneofWrappers = []interface{}{
		(*GetGroupTemplateResponse_Data)(nil),
		(*GetGroupTemplateResponse_Error_)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*GetGroupTemplateListRequest_Paging)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[15].OneofWrappers = []interface{}{
		(*GetGroupTemplateListResponse_Data)(nil),
		(*GetGroupTemplateListResponse_Error_)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[17].OneofWrappers = []interface{}{
		(*GetGroupTemplateCountResponse_Data)(nil),
		(*GetGroupTemplateCountResponse_Error_)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[21].OneofWrappers = []interface{}{
		(*PostGroupTemplateResponse_Data)(nil),
		(*PostGroupTemplateResponse_Error_)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[24].OneofWrappers = []interface{}{
		(*GetGroupTemplateResponse_Error_Validation)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[25].OneofWrappers = []interface{}{
		(*GetGroupTemplateListResponse_Error_Validation)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[26].OneofWrappers = []interface{}{
		(*GetGroupTemplateCountResponse_Error_Validation)(nil),
	}
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes[27].OneofWrappers = []interface{}{
		(*PostGroupTemplateResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDesc,
			NumEnums:      4,
			NumMessages:   28,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_msgTypes,
	}.Build()
	File_keyapis_access_management_v1_keyapis_access_management_template_v1_proto = out.File
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_rawDesc = nil
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_goTypes = nil
	file_keyapis_access_management_v1_keyapis_access_management_template_v1_proto_depIdxs = nil
}
