//
//Сервис реализует функционал управления связями точек доступа и групп

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

package keyapis_access_control_v1

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

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

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

const (
	// Значение не указано
	AccessPointGroupPaging_ORDER_BY_TYPE_UNKNOWN AccessPointGroupPaging_OrderByType = 0
	// По идентификатору группы
	AccessPointGroupPaging_GROUP_ID AccessPointGroupPaging_OrderByType = 1
	// По идентификатору точки доступа
	AccessPointGroupPaging_ACCESS_POINT_ID AccessPointGroupPaging_OrderByType = 2
	// По дате создания
	AccessPointGroupPaging_CREATED_AT AccessPointGroupPaging_OrderByType = 3
)

// Enum value maps for AccessPointGroupPaging_OrderByType.
var (
	AccessPointGroupPaging_OrderByType_name = map[int32]string{
		0: "ORDER_BY_TYPE_UNKNOWN",
		1: "GROUP_ID",
		2: "ACCESS_POINT_ID",
		3: "CREATED_AT",
	}
	AccessPointGroupPaging_OrderByType_value = map[string]int32{
		"ORDER_BY_TYPE_UNKNOWN": 0,
		"GROUP_ID":              1,
		"ACCESS_POINT_ID":       2,
		"CREATED_AT":            3,
	}
)

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

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

func (AccessPointGroupPaging_OrderByType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_enumTypes[0].Descriptor()
}

func (AccessPointGroupPaging_OrderByType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_enumTypes[0]
}

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

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

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

const (
	// Значение не указано
	AccessPointGroupPaging_DIRECTION_TYPE_UNKNOWN AccessPointGroupPaging_DirectionType = 0
	// От большего к меньшему
	AccessPointGroupPaging_DESC AccessPointGroupPaging_DirectionType = 1
	// От меньшего к большему
	AccessPointGroupPaging_ASC AccessPointGroupPaging_DirectionType = 2
)

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

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

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

func (AccessPointGroupPaging_DirectionType) Descriptor() protoreflect.EnumDescriptor {
	return file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_enumTypes[1].Descriptor()
}

func (AccessPointGroupPaging_DirectionType) Type() protoreflect.EnumType {
	return &file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_enumTypes[1]
}

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

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

// Связка точки доступа и группы.
// # Описание модели
type AccessPointGroup struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Идентификатор точки доступа.
	// # Тип: Guid
	AccessPointId string `protobuf:"bytes,1,opt,name=access_point_id,json=accessPointId,proto3" json:"access_point_id,omitempty"`
	// Идентификатор группы.
	// # Тип: Guid
	GroupId string `protobuf:"bytes,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
}

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

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

func (*AccessPointGroup) ProtoMessage() {}

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

func (x *AccessPointGroup) GetAccessPointId() string {
	if x != nil {
		return x.AccessPointId
	}
	return ""
}

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

// Фильтр по связям точек доступа и групп
type AccessPointGroupFilter struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// По идентификаторам точки доступа.
	// # Тип: Guid
	AccessPointIds []string `protobuf:"bytes,1,rep,name=access_point_ids,json=accessPointIds,proto3" json:"access_point_ids,omitempty"`
	// По идентификаторам группы.
	// # Тип: Guid
	GroupIds []string `protobuf:"bytes,2,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
}

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

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

func (*AccessPointGroupFilter) ProtoMessage() {}

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

func (x *AccessPointGroupFilter) GetAccessPointIds() []string {
	if x != nil {
		return x.AccessPointIds
	}
	return nil
}

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

// Постраничный вывод
type AccessPointGroupPaging struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Тип значения сортировки.
	// Если значение не передано, то будет взято значение по умолчанию.
	// # По умолчанию: GROUP_ID
	OrderByType AccessPointGroupPaging_OrderByType `protobuf:"varint,1,opt,name=order_by_type,json=orderByType,proto3,enum=keyapis.access_control.v1.AccessPointGroupPaging_OrderByType" json:"order_by_type,omitempty"`
	// Тип направления сортировки.
	// # По умолчанию: DESC
	DirectionType AccessPointGroupPaging_DirectionType `protobuf:"varint,2,opt,name=direction_type,json=directionType,proto3,enum=keyapis.access_control.v1.AccessPointGroupPaging_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 *AccessPointGroupPaging) Reset() {
	*x = AccessPointGroupPaging{}
	if protoimpl.UnsafeEnabled {
		mi := &file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[2]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

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

func (*AccessPointGroupPaging) ProtoMessage() {}

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

func (x *AccessPointGroupPaging) GetOrderByType() AccessPointGroupPaging_OrderByType {
	if x != nil {
		return x.OrderByType
	}
	return AccessPointGroupPaging_ORDER_BY_TYPE_UNKNOWN
}

func (x *AccessPointGroupPaging) GetDirectionType() AccessPointGroupPaging_DirectionType {
	if x != nil {
		return x.DirectionType
	}
	return AccessPointGroupPaging_DIRECTION_TYPE_UNKNOWN
}

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

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

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

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

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

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

func (*GetAccessPointGroupListRequest) ProtoMessage() {}

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

func (x *GetAccessPointGroupListRequest) GetFilter() *AccessPointGroupFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

func (m *GetAccessPointGroupListRequest) GetPagination() isGetAccessPointGroupListRequest_Pagination {
	if m != nil {
		return m.Pagination
	}
	return nil
}

func (x *GetAccessPointGroupListRequest) GetPaging() *AccessPointGroupPaging {
	if x, ok := x.GetPagination().(*GetAccessPointGroupListRequest_Paging); ok {
		return x.Paging
	}
	return nil
}

type isGetAccessPointGroupListRequest_Pagination interface {
	isGetAccessPointGroupListRequest_Pagination()
}

type GetAccessPointGroupListRequest_Paging struct {
	// Стандартный постраничный вывод
	Paging *AccessPointGroupPaging `protobuf:"bytes,2,opt,name=paging,proto3,oneof"`
}

func (*GetAccessPointGroupListRequest_Paging) isGetAccessPointGroupListRequest_Pagination() {}

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

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

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

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

func (*GetAccessPointGroupListResponse) ProtoMessage() {}

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

func (m *GetAccessPointGroupListResponse) GetType() isGetAccessPointGroupListResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *GetAccessPointGroupListResponse) GetData() *AccessPointGroup {
	if x, ok := x.GetType().(*GetAccessPointGroupListResponse_Data); ok {
		return x.Data
	}
	return nil
}

func (x *GetAccessPointGroupListResponse) GetError() *GetAccessPointGroupListResponse_Error {
	if x, ok := x.GetType().(*GetAccessPointGroupListResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetAccessPointGroupListResponse_Type interface {
	isGetAccessPointGroupListResponse_Type()
}

type GetAccessPointGroupListResponse_Data struct {
	// Связь точки доступа и группы
	Data *AccessPointGroup `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}

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

func (*GetAccessPointGroupListResponse_Data) isGetAccessPointGroupListResponse_Type() {}

func (*GetAccessPointGroupListResponse_Error_) isGetAccessPointGroupListResponse_Type() {}

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

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

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

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

func (*GetAccessPointGroupCountRequest) ProtoMessage() {}

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

func (x *GetAccessPointGroupCountRequest) GetFilter() *AccessPointGroupFilter {
	if x != nil {
		return x.Filter
	}
	return nil
}

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

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

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

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

func (*GetAccessPointGroupCountResponse) ProtoMessage() {}

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

func (m *GetAccessPointGroupCountResponse) GetType() isGetAccessPointGroupCountResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

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

func (x *GetAccessPointGroupCountResponse) GetError() *GetAccessPointGroupCountResponse_Error {
	if x, ok := x.GetType().(*GetAccessPointGroupCountResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isGetAccessPointGroupCountResponse_Type interface {
	isGetAccessPointGroupCountResponse_Type()
}

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

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

func (*GetAccessPointGroupCountResponse_Data) isGetAccessPointGroupCountResponse_Type() {}

func (*GetAccessPointGroupCountResponse_Error_) isGetAccessPointGroupCountResponse_Type() {}

// Запрос создания связи точки доступа и группы
type PutAccessPointGroupAttachRequest struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	// Связь точки доступа и группы
	AccessPointGroup *AccessPointGroup `protobuf:"bytes,1,opt,name=access_point_group,json=accessPointGroup,proto3" json:"access_point_group,omitempty"`
}

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

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

func (*PutAccessPointGroupAttachRequest) ProtoMessage() {}

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

func (x *PutAccessPointGroupAttachRequest) GetAccessPointGroup() *AccessPointGroup {
	if x != nil {
		return x.AccessPointGroup
	}
	return nil
}

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

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

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

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

func (*PutAccessPointGroupAttachResponse) ProtoMessage() {}

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

func (m *PutAccessPointGroupAttachResponse) GetType() isPutAccessPointGroupAttachResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutAccessPointGroupAttachResponse) GetError() *PutAccessPointGroupAttachResponse_Error {
	if x, ok := x.GetType().(*PutAccessPointGroupAttachResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutAccessPointGroupAttachResponse_Type interface {
	isPutAccessPointGroupAttachResponse_Type()
}

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

func (*PutAccessPointGroupAttachResponse_Error_) isPutAccessPointGroupAttachResponse_Type() {}

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

	// Связь точки доступа и группы
	AccessPointGroup *AccessPointGroup `protobuf:"bytes,1,opt,name=access_point_group,json=accessPointGroup,proto3" json:"access_point_group,omitempty"`
}

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

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

func (*PutAccessPointGroupDetachRequest) ProtoMessage() {}

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

func (x *PutAccessPointGroupDetachRequest) GetAccessPointGroup() *AccessPointGroup {
	if x != nil {
		return x.AccessPointGroup
	}
	return nil
}

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

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

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

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

func (*PutAccessPointGroupDetachResponse) ProtoMessage() {}

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

func (m *PutAccessPointGroupDetachResponse) GetType() isPutAccessPointGroupDetachResponse_Type {
	if m != nil {
		return m.Type
	}
	return nil
}

func (x *PutAccessPointGroupDetachResponse) GetError() *PutAccessPointGroupDetachResponse_Error {
	if x, ok := x.GetType().(*PutAccessPointGroupDetachResponse_Error_); ok {
		return x.Error
	}
	return nil
}

type isPutAccessPointGroupDetachResponse_Type interface {
	isPutAccessPointGroupDetachResponse_Type()
}

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

func (*PutAccessPointGroupDetachResponse_Error_) isPutAccessPointGroupDetachResponse_Type() {}

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

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

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

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

func (*GetAccessPointGroupListResponse_Error) ProtoMessage() {}

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

func (m *GetAccessPointGroupListResponse_Error) GetReason() isGetAccessPointGroupListResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetAccessPointGroupListResponse_Error_Reason interface {
	isGetAccessPointGroupListResponse_Error_Reason()
}

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

func (*GetAccessPointGroupListResponse_Error_Validation) isGetAccessPointGroupListResponse_Error_Reason() {
}

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

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

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

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

func (*GetAccessPointGroupCountResponse_Error) ProtoMessage() {}

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

func (m *GetAccessPointGroupCountResponse_Error) GetReason() isGetAccessPointGroupCountResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isGetAccessPointGroupCountResponse_Error_Reason interface {
	isGetAccessPointGroupCountResponse_Error_Reason()
}

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

func (*GetAccessPointGroupCountResponse_Error_Validation) isGetAccessPointGroupCountResponse_Error_Reason() {
}

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

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

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

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

func (*PutAccessPointGroupAttachResponse_Error) ProtoMessage() {}

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

func (m *PutAccessPointGroupAttachResponse_Error) GetReason() isPutAccessPointGroupAttachResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPutAccessPointGroupAttachResponse_Error_Reason interface {
	isPutAccessPointGroupAttachResponse_Error_Reason()
}

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

func (*PutAccessPointGroupAttachResponse_Error_Validation) isPutAccessPointGroupAttachResponse_Error_Reason() {
}

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

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

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

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

func (*PutAccessPointGroupDetachResponse_Error) ProtoMessage() {}

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

func (m *PutAccessPointGroupDetachResponse_Error) GetReason() isPutAccessPointGroupDetachResponse_Error_Reason {
	if m != nil {
		return m.Reason
	}
	return nil
}

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

type isPutAccessPointGroupDetachResponse_Error_Reason interface {
	isPutAccessPointGroupDetachResponse_Error_Reason()
}

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

func (*PutAccessPointGroupDetachResponse_Error_Validation) isPutAccessPointGroupDetachResponse_Error_Reason() {
}

var File_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto protoreflect.FileDescriptor

var file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDesc = []byte{
	0x0a, 0x4c, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f,
	0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x76, 0x31, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19,
	0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63,
	0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73,
	0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67,
	0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
	0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76,
	0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
	0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72,
	0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f,
	0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61,
	0x70, 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x48, 0x6b, 0x65, 0x79,
	0x61, 0x70, 0x69, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 0x2f, 0x76, 0x31, 0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x61,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x76, 0x31, 0x2e,
	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x5f, 0x0a, 0x10, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50,
	0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x2b, 0x0a, 0x0f, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0d, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50,
	0x6f, 0x69, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f,
	0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x07, 0x67,
	0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x22, 0x5f, 0x0a, 0x16, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72,
	0x12, 0x28, 0x0a, 0x10, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74,
	0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x67,
	0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x73, 0x22, 0xae, 0x03, 0x0a, 0x16, 0x41, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e,
	0x74, 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, 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, 0x63,
	0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x50, 0x6f, 0x69, 0x6e, 0x74, 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, 0x5b, 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, 0x13, 0x0a, 0x0f, 0x41, 0x43, 0x43, 0x45, 0x53, 0x53, 0x5f, 0x50, 0x4f,
	0x49, 0x4e, 0x54, 0x5f, 0x49, 0x44, 0x10, 0x02, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x52, 0x45, 0x41,
	0x54, 0x45, 0x44, 0x5f, 0x41, 0x54, 0x10, 0x03, 0x22, 0x3e, 0x0a, 0x0d, 0x44, 0x69, 0x72, 0x65,
	0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x49, 0x52,
	0x45, 0x43, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x4b, 0x4e,
	0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x45, 0x53, 0x43, 0x10, 0x01, 0x12,
	0x07, 0x0a, 0x03, 0x41, 0x53, 0x43, 0x10, 0x02, 0x22, 0xc6, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74,
	0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	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, 0x63, 0x6f, 0x6e,
	0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f,
	0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e,
	0x76, 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 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, 0xa7, 0x02, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50,
	0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e,
	0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	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, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
	0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69,
	0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76,
	0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
	0x2a, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 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, 0x6c, 0x0a, 0x1f, 0x47,
	0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f,
	0x75, 0x70, 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,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x74, 0x65,
	0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0xfc, 0x01, 0x0a, 0x20, 0x47, 0x65,
	0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 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, 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, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e,
	0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72,
	0x6f, 0x75, 0x70, 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,
	0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f,
	0x6e, 0x74, 0x72, 0x6f, 0x6c, 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, 0x82, 0x01, 0x0a, 0x20, 0x50, 0x75, 0x74,
	0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5e, 0x0a,
	0x12, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e,
	0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x10, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0xe8, 0x01,
	0x0a, 0x21, 0x50, 0x75, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74,
	0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50,
	0x75, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f,
	0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a,
	0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f,
	0x6e, 0x74, 0x72, 0x6f, 0x6c, 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, 0x82, 0x01, 0x0a, 0x20, 0x50, 0x75, 0x74,
	0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5e, 0x0a,
	0x12, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x67, 0x72,
	0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e,
	0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x10, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0xe8, 0x01,
	0x0a, 0x21, 0x50, 0x75, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74,
	0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f,
	0x6e, 0x73, 0x65, 0x12, 0x5a, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01,
	0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50,
	0x75, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f,
	0x75, 0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
	0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x48, 0x00, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x1a,
	0x5f, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x4c, 0x0a, 0x0a, 0x76, 0x61, 0x6c, 0x69,
	0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f,
	0x6e, 0x74, 0x72, 0x6f, 0x6c, 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, 0x32, 0xe1, 0x07, 0x0a, 0x17, 0x41, 0x63, 0x63,
	0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x72,
	0x76, 0x69, 0x63, 0x65, 0x12, 0xca, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74,
	0x12, 0x39, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74,
	0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
	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, 0x63, 0x6f, 0x6e,
	0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 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, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70,
	0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x6c, 0x69, 0x73, 0x74, 0x30,
	0x01, 0x12, 0xcc, 0x01, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50,
	0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3a,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 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, 0x63, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52,
	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x37, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x31, 0x12,
	0x2f, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70,
	0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
	0x12, 0x93, 0x02, 0x0a, 0x19, 0x50, 0x75, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f,
	0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x12, 0x3b,
	0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x41, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74,
	0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6b, 0x65,
	0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e,
	0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x41, 0x74, 0x74, 0x61, 0x63,
	0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b, 0x82, 0xd3, 0xe4, 0x93, 0x02,
	0x75, 0x1a, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72,
	0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x7b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70,
	0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x67, 0x72, 0x6f, 0x75,
	0x70, 0x2f, 0x7b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f,
	0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x69, 0x64, 0x7d, 0x2f,
	0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x12, 0x93, 0x02, 0x0a, 0x19, 0x50, 0x75, 0x74, 0x41, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x65,
	0x74, 0x61, 0x63, 0x68, 0x12, 0x3b, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31,
	0x2e, 0x50, 0x75, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47,
	0x72, 0x6f, 0x75, 0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
	0x74, 0x1a, 0x3c, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x75,
	0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x47, 0x72, 0x6f, 0x75,
	0x70, 0x44, 0x65, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
	0x7b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x75, 0x1a, 0x73, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
	0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f,
	0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x7b, 0x61, 0x63,
	0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70,
	0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x69, 0x64,
	0x7d, 0x2f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2f, 0x7b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x2e, 0x67, 0x72, 0x6f, 0x75,
	0x70, 0x5f, 0x69, 0x64, 0x7d, 0x2f, 0x64, 0x65, 0x74, 0x61, 0x63, 0x68, 0x42, 0xcd, 0x01, 0x0a,
	0x1c, 0x72, 0x75, 0x2e, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x61, 0x63, 0x63, 0x65,
	0x73, 0x73, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x2e, 0x76, 0x31, 0x42, 0x1b, 0x4b,
	0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x74,
	0x72, 0x6f, 0x6c, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x48, 0x03, 0x50, 0x00, 0x5a, 0x1a,
	0x2f, 0x6b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x5f,
	0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5f, 0x76, 0x31, 0xd8, 0x01, 0x01, 0xf8, 0x01, 0x01,
	0xa2, 0x02, 0x16, 0x4b, 0x45, 0x59, 0x41, 0x50, 0x49, 0x53, 0x41, 0x43, 0x43, 0x45, 0x53, 0x53,
	0x43, 0x4f, 0x4e, 0x54, 0x52, 0x4f, 0x4c, 0x56, 0x31, 0xaa, 0x02, 0x18, 0x4b, 0x65, 0x79, 0x61,
	0x70, 0x69, 0x73, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
	0x6c, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x18, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x5c, 0x41,
	0x63, 0x63, 0x65, 0x73, 0x73, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x5c, 0x56, 0x31, 0xea,
	0x02, 0x1a, 0x4b, 0x65, 0x79, 0x61, 0x70, 0x69, 0x73, 0x3a, 0x3a, 0x41, 0x63, 0x63, 0x65, 0x73,
	0x73, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72,
	0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDescOnce sync.Once
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDescData = file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDesc
)

func file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDescGZIP() []byte {
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDescOnce.Do(func() {
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDescData)
	})
	return file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDescData
}

var file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
var file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_goTypes = []interface{}{
	(AccessPointGroupPaging_OrderByType)(0),         // 0: keyapis.access_control.v1.AccessPointGroupPaging.OrderByType
	(AccessPointGroupPaging_DirectionType)(0),       // 1: keyapis.access_control.v1.AccessPointGroupPaging.DirectionType
	(*AccessPointGroup)(nil),                        // 2: keyapis.access_control.v1.AccessPointGroup
	(*AccessPointGroupFilter)(nil),                  // 3: keyapis.access_control.v1.AccessPointGroupFilter
	(*AccessPointGroupPaging)(nil),                  // 4: keyapis.access_control.v1.AccessPointGroupPaging
	(*GetAccessPointGroupListRequest)(nil),          // 5: keyapis.access_control.v1.GetAccessPointGroupListRequest
	(*GetAccessPointGroupListResponse)(nil),         // 6: keyapis.access_control.v1.GetAccessPointGroupListResponse
	(*GetAccessPointGroupCountRequest)(nil),         // 7: keyapis.access_control.v1.GetAccessPointGroupCountRequest
	(*GetAccessPointGroupCountResponse)(nil),        // 8: keyapis.access_control.v1.GetAccessPointGroupCountResponse
	(*PutAccessPointGroupAttachRequest)(nil),        // 9: keyapis.access_control.v1.PutAccessPointGroupAttachRequest
	(*PutAccessPointGroupAttachResponse)(nil),       // 10: keyapis.access_control.v1.PutAccessPointGroupAttachResponse
	(*PutAccessPointGroupDetachRequest)(nil),        // 11: keyapis.access_control.v1.PutAccessPointGroupDetachRequest
	(*PutAccessPointGroupDetachResponse)(nil),       // 12: keyapis.access_control.v1.PutAccessPointGroupDetachResponse
	(*GetAccessPointGroupListResponse_Error)(nil),   // 13: keyapis.access_control.v1.GetAccessPointGroupListResponse.Error
	(*GetAccessPointGroupCountResponse_Error)(nil),  // 14: keyapis.access_control.v1.GetAccessPointGroupCountResponse.Error
	(*PutAccessPointGroupAttachResponse_Error)(nil), // 15: keyapis.access_control.v1.PutAccessPointGroupAttachResponse.Error
	(*PutAccessPointGroupDetachResponse_Error)(nil), // 16: keyapis.access_control.v1.PutAccessPointGroupDetachResponse.Error
	(*ValidationError)(nil),                         // 17: keyapis.access_control.v1.ValidationError
}
var file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_depIdxs = []int32{
	0,  // 0: keyapis.access_control.v1.AccessPointGroupPaging.order_by_type:type_name -> keyapis.access_control.v1.AccessPointGroupPaging.OrderByType
	1,  // 1: keyapis.access_control.v1.AccessPointGroupPaging.direction_type:type_name -> keyapis.access_control.v1.AccessPointGroupPaging.DirectionType
	3,  // 2: keyapis.access_control.v1.GetAccessPointGroupListRequest.filter:type_name -> keyapis.access_control.v1.AccessPointGroupFilter
	4,  // 3: keyapis.access_control.v1.GetAccessPointGroupListRequest.paging:type_name -> keyapis.access_control.v1.AccessPointGroupPaging
	2,  // 4: keyapis.access_control.v1.GetAccessPointGroupListResponse.data:type_name -> keyapis.access_control.v1.AccessPointGroup
	13, // 5: keyapis.access_control.v1.GetAccessPointGroupListResponse.error:type_name -> keyapis.access_control.v1.GetAccessPointGroupListResponse.Error
	3,  // 6: keyapis.access_control.v1.GetAccessPointGroupCountRequest.filter:type_name -> keyapis.access_control.v1.AccessPointGroupFilter
	14, // 7: keyapis.access_control.v1.GetAccessPointGroupCountResponse.error:type_name -> keyapis.access_control.v1.GetAccessPointGroupCountResponse.Error
	2,  // 8: keyapis.access_control.v1.PutAccessPointGroupAttachRequest.access_point_group:type_name -> keyapis.access_control.v1.AccessPointGroup
	15, // 9: keyapis.access_control.v1.PutAccessPointGroupAttachResponse.error:type_name -> keyapis.access_control.v1.PutAccessPointGroupAttachResponse.Error
	2,  // 10: keyapis.access_control.v1.PutAccessPointGroupDetachRequest.access_point_group:type_name -> keyapis.access_control.v1.AccessPointGroup
	16, // 11: keyapis.access_control.v1.PutAccessPointGroupDetachResponse.error:type_name -> keyapis.access_control.v1.PutAccessPointGroupDetachResponse.Error
	17, // 12: keyapis.access_control.v1.GetAccessPointGroupListResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	17, // 13: keyapis.access_control.v1.GetAccessPointGroupCountResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	17, // 14: keyapis.access_control.v1.PutAccessPointGroupAttachResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	17, // 15: keyapis.access_control.v1.PutAccessPointGroupDetachResponse.Error.validation:type_name -> keyapis.access_control.v1.ValidationError
	5,  // 16: keyapis.access_control.v1.AccessPointGroupService.GetAccessPointGroupList:input_type -> keyapis.access_control.v1.GetAccessPointGroupListRequest
	7,  // 17: keyapis.access_control.v1.AccessPointGroupService.GetAccessPointGroupCount:input_type -> keyapis.access_control.v1.GetAccessPointGroupCountRequest
	9,  // 18: keyapis.access_control.v1.AccessPointGroupService.PutAccessPointGroupAttach:input_type -> keyapis.access_control.v1.PutAccessPointGroupAttachRequest
	11, // 19: keyapis.access_control.v1.AccessPointGroupService.PutAccessPointGroupDetach:input_type -> keyapis.access_control.v1.PutAccessPointGroupDetachRequest
	6,  // 20: keyapis.access_control.v1.AccessPointGroupService.GetAccessPointGroupList:output_type -> keyapis.access_control.v1.GetAccessPointGroupListResponse
	8,  // 21: keyapis.access_control.v1.AccessPointGroupService.GetAccessPointGroupCount:output_type -> keyapis.access_control.v1.GetAccessPointGroupCountResponse
	10, // 22: keyapis.access_control.v1.AccessPointGroupService.PutAccessPointGroupAttach:output_type -> keyapis.access_control.v1.PutAccessPointGroupAttachResponse
	12, // 23: keyapis.access_control.v1.AccessPointGroupService.PutAccessPointGroupDetach:output_type -> keyapis.access_control.v1.PutAccessPointGroupDetachResponse
	20, // [20:24] is the sub-list for method output_type
	16, // [16:20] is the sub-list for method input_type
	16, // [16:16] is the sub-list for extension type_name
	16, // [16:16] is the sub-list for extension extendee
	0,  // [0:16] is the sub-list for field type_name
}

func init() { file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_init() }
func file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_init() {
	if File_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto != nil {
		return
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_control_v1_proto_init()
	if !protoimpl.UnsafeEnabled {
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*AccessPointGroup); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*AccessPointGroupFilter); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*AccessPointGroupPaging); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetAccessPointGroupListRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetAccessPointGroupListResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetAccessPointGroupCountRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetAccessPointGroupCountResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutAccessPointGroupAttachRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutAccessPointGroupAttachResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutAccessPointGroupDetachRequest); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutAccessPointGroupDetachResponse); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetAccessPointGroupListResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*GetAccessPointGroupCountResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutAccessPointGroupAttachResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
		file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
			switch v := v.(*PutAccessPointGroupDetachResponse_Error); i {
			case 0:
				return &v.state
			case 1:
				return &v.sizeCache
			case 2:
				return &v.unknownFields
			default:
				return nil
			}
		}
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[3].OneofWrappers = []interface{}{
		(*GetAccessPointGroupListRequest_Paging)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[4].OneofWrappers = []interface{}{
		(*GetAccessPointGroupListResponse_Data)(nil),
		(*GetAccessPointGroupListResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[6].OneofWrappers = []interface{}{
		(*GetAccessPointGroupCountResponse_Data)(nil),
		(*GetAccessPointGroupCountResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[8].OneofWrappers = []interface{}{
		(*PutAccessPointGroupAttachResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[10].OneofWrappers = []interface{}{
		(*PutAccessPointGroupDetachResponse_Error_)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[11].OneofWrappers = []interface{}{
		(*GetAccessPointGroupListResponse_Error_Validation)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[12].OneofWrappers = []interface{}{
		(*GetAccessPointGroupCountResponse_Error_Validation)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[13].OneofWrappers = []interface{}{
		(*PutAccessPointGroupAttachResponse_Error_Validation)(nil),
	}
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes[14].OneofWrappers = []interface{}{
		(*PutAccessPointGroupDetachResponse_Error_Validation)(nil),
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDesc,
			NumEnums:      2,
			NumMessages:   15,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_goTypes,
		DependencyIndexes: file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_depIdxs,
		EnumInfos:         file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_enumTypes,
		MessageInfos:      file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_msgTypes,
	}.Build()
	File_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto = out.File
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_rawDesc = nil
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_goTypes = nil
	file_keyapis_access_control_v1_keyapis_access_control_access_point_group_v1_proto_depIdxs = nil
}
