1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

coordinatorproto: accountLimitsSet proto gen

This commit is contained in:
Sergey Cherepanov 2024-03-12 18:25:22 +01:00
parent 199dea2be5
commit 7bac8703da
No known key found for this signature in database
GPG key ID: 87F8EDE8FBDF637C
2 changed files with 596 additions and 104 deletions

View file

@ -2025,6 +2025,118 @@ func (m *AclGetRecordsResponse) GetRecords() [][]byte {
return nil
}
type AccountLimitsSetRequest struct {
Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
FileStorageLimitBytes uint64 `protobuf:"varint,3,opt,name=fileStorageLimitBytes,proto3" json:"fileStorageLimitBytes,omitempty"`
SpaceMembersRead uint32 `protobuf:"varint,4,opt,name=spaceMembersRead,proto3" json:"spaceMembersRead,omitempty"`
SpaceMembersWrite uint32 `protobuf:"varint,5,opt,name=spaceMembersWrite,proto3" json:"spaceMembersWrite,omitempty"`
}
func (m *AccountLimitsSetRequest) Reset() { *m = AccountLimitsSetRequest{} }
func (m *AccountLimitsSetRequest) String() string { return proto.CompactTextString(m) }
func (*AccountLimitsSetRequest) ProtoMessage() {}
func (*AccountLimitsSetRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_d94f6f99586adae2, []int{32}
}
func (m *AccountLimitsSetRequest) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AccountLimitsSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AccountLimitsSetRequest.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalToSizedBuffer(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (m *AccountLimitsSetRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_AccountLimitsSetRequest.Merge(m, src)
}
func (m *AccountLimitsSetRequest) XXX_Size() int {
return m.Size()
}
func (m *AccountLimitsSetRequest) XXX_DiscardUnknown() {
xxx_messageInfo_AccountLimitsSetRequest.DiscardUnknown(m)
}
var xxx_messageInfo_AccountLimitsSetRequest proto.InternalMessageInfo
func (m *AccountLimitsSetRequest) GetIdentity() string {
if m != nil {
return m.Identity
}
return ""
}
func (m *AccountLimitsSetRequest) GetReason() string {
if m != nil {
return m.Reason
}
return ""
}
func (m *AccountLimitsSetRequest) GetFileStorageLimitBytes() uint64 {
if m != nil {
return m.FileStorageLimitBytes
}
return 0
}
func (m *AccountLimitsSetRequest) GetSpaceMembersRead() uint32 {
if m != nil {
return m.SpaceMembersRead
}
return 0
}
func (m *AccountLimitsSetRequest) GetSpaceMembersWrite() uint32 {
if m != nil {
return m.SpaceMembersWrite
}
return 0
}
type AccountLimitsSetResponse struct {
}
func (m *AccountLimitsSetResponse) Reset() { *m = AccountLimitsSetResponse{} }
func (m *AccountLimitsSetResponse) String() string { return proto.CompactTextString(m) }
func (*AccountLimitsSetResponse) ProtoMessage() {}
func (*AccountLimitsSetResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_d94f6f99586adae2, []int{33}
}
func (m *AccountLimitsSetResponse) XXX_Unmarshal(b []byte) error {
return m.Unmarshal(b)
}
func (m *AccountLimitsSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
if deterministic {
return xxx_messageInfo_AccountLimitsSetResponse.Marshal(b, m, deterministic)
} else {
b = b[:cap(b)]
n, err := m.MarshalToSizedBuffer(b)
if err != nil {
return nil, err
}
return b[:n], nil
}
}
func (m *AccountLimitsSetResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_AccountLimitsSetResponse.Merge(m, src)
}
func (m *AccountLimitsSetResponse) XXX_Size() int {
return m.Size()
}
func (m *AccountLimitsSetResponse) XXX_DiscardUnknown() {
xxx_messageInfo_AccountLimitsSetResponse.DiscardUnknown(m)
}
var xxx_messageInfo_AccountLimitsSetResponse proto.InternalMessageInfo
func init() {
proto.RegisterEnum("coordinator.ErrorCodes", ErrorCodes_name, ErrorCodes_value)
proto.RegisterEnum("coordinator.SpaceStatus", SpaceStatus_name, SpaceStatus_value)
@ -2064,6 +2176,8 @@ func init() {
proto.RegisterType((*AclAddRecordResponse)(nil), "coordinator.AclAddRecordResponse")
proto.RegisterType((*AclGetRecordsRequest)(nil), "coordinator.AclGetRecordsRequest")
proto.RegisterType((*AclGetRecordsResponse)(nil), "coordinator.AclGetRecordsResponse")
proto.RegisterType((*AccountLimitsSetRequest)(nil), "coordinator.AccountLimitsSetRequest")
proto.RegisterType((*AccountLimitsSetResponse)(nil), "coordinator.AccountLimitsSetResponse")
}
func init() {
@ -2071,109 +2185,116 @@ func init() {
}
var fileDescriptor_d94f6f99586adae2 = []byte{
// 1626 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcf, 0x6f, 0x13, 0xc7,
0x17, 0xf7, 0x6e, 0x9c, 0xc4, 0x7e, 0x0e, 0x66, 0x33, 0xf9, 0x81, 0x31, 0xc6, 0x84, 0x85, 0x2f,
0xdf, 0xe0, 0xef, 0x57, 0x40, 0x8d, 0x5a, 0x15, 0x51, 0xa9, 0x84, 0x40, 0x69, 0xf8, 0x11, 0xa2,
0x0d, 0xa1, 0x6a, 0x39, 0x54, 0xcb, 0xee, 0xc4, 0x59, 0xc5, 0x9e, 0x75, 0x67, 0xc7, 0x84, 0xfc,
0x17, 0xbd, 0xf5, 0xd4, 0x7b, 0xa5, 0xf6, 0x50, 0x55, 0xaa, 0x7a, 0xa8, 0xd4, 0x73, 0x8f, 0x1c,
0x7b, 0x44, 0x70, 0xed, 0x1f, 0x51, 0xcd, 0xec, 0xec, 0xee, 0xec, 0x0f, 0x3b, 0xa9, 0x38, 0x70,
0x49, 0x3c, 0x9f, 0x79, 0xef, 0xcd, 0xfb, 0x35, 0xef, 0xcd, 0x5b, 0xf8, 0xd0, 0xf1, 0x7d, 0xea,
0x7a, 0xc4, 0x66, 0x3e, 0xbd, 0xaa, 0xfc, 0x1e, 0x52, 0x9f, 0xf9, 0x57, 0xc5, 0xdf, 0x40, 0xc5,
0xaf, 0x08, 0x08, 0xd5, 0x14, 0xc8, 0xfc, 0x43, 0x03, 0x63, 0x7b, 0x68, 0x3b, 0x78, 0xdb, 0xeb,
0x11, 0x0b, 0x7f, 0x33, 0xc2, 0x01, 0x43, 0x0d, 0x98, 0x0d, 0x38, 0xb6, 0xe1, 0x36, 0xb4, 0x15,
0x6d, 0xb5, 0x6a, 0x45, 0x4b, 0xb4, 0x0c, 0x33, 0x7b, 0xd8, 0x76, 0x31, 0x6d, 0xe8, 0x2b, 0xda,
0xea, 0x9c, 0x25, 0x57, 0x68, 0x05, 0x6a, 0x7e, 0xdf, 0xdd, 0x70, 0x31, 0x61, 0x1e, 0x3b, 0x6c,
0x4c, 0x89, 0x4d, 0x15, 0x42, 0x5d, 0x58, 0x24, 0xf8, 0x20, 0x5a, 0xf2, 0xd3, 0x6c, 0x36, 0xa2,
0xb8, 0x51, 0x16, 0xa4, 0x85, 0x7b, 0xc8, 0x84, 0xb9, 0x5d, 0x9f, 0x3a, 0x58, 0xea, 0xd5, 0x98,
0x5e, 0xd1, 0x56, 0x2b, 0x56, 0x0a, 0x33, 0x7f, 0xd5, 0x00, 0x85, 0x06, 0x30, 0x9b, 0x8d, 0x82,
0x2d, 0xfb, 0xb0, 0xef, 0xdb, 0x2e, 0xba, 0x06, 0x33, 0x81, 0x00, 0x84, 0x05, 0xf5, 0x6e, 0xe3,
0x8a, 0xea, 0x08, 0x85, 0xc1, 0x92, 0x74, 0xe8, 0xff, 0x30, 0xef, 0xe2, 0x3e, 0x66, 0x9e, 0x4f,
0x9e, 0x78, 0x03, 0x1c, 0x30, 0x7b, 0x30, 0x14, 0x56, 0x4e, 0x59, 0xf9, 0x0d, 0xf4, 0x29, 0xd4,
0x86, 0x98, 0x0e, 0xbc, 0x20, 0xf0, 0x7c, 0x12, 0x08, 0x83, 0xeb, 0xdd, 0xb3, 0xf9, 0x43, 0xb6,
0x12, 0x22, 0x4b, 0xe5, 0x30, 0x77, 0x60, 0x5e, 0xf1, 0x7b, 0x30, 0xf4, 0x49, 0x80, 0xd1, 0x2d,
0x98, 0xa5, 0xd8, 0xc1, 0xde, 0x90, 0x09, 0xb5, 0x6b, 0xdd, 0x4b, 0x79, 0x89, 0x56, 0x48, 0xf0,
0x85, 0xc7, 0xf6, 0x62, 0x4f, 0x59, 0x11, 0x9b, 0xb9, 0x0f, 0xa7, 0xc7, 0x52, 0xa1, 0x6b, 0xb0,
0x10, 0x28, 0x9b, 0xd2, 0x57, 0xe2, 0xa8, 0x39, 0xab, 0x68, 0x0b, 0xb5, 0xa0, 0x1a, 0xc4, 0xa1,
0x0a, 0x43, 0x9e, 0x00, 0xe6, 0x0f, 0x1a, 0xcc, 0xa9, 0xa7, 0x4d, 0x4e, 0x9c, 0x21, 0xc6, 0x74,
0xc3, 0x15, 0x52, 0xaa, 0x96, 0x5c, 0xa1, 0x55, 0x38, 0x69, 0x3b, 0x8e, 0x3f, 0x22, 0x2c, 0x93,
0x3c, 0x59, 0x98, 0xab, 0x42, 0x30, 0x3b, 0xf0, 0xe9, 0xfe, 0x86, 0x2b, 0xb2, 0xa6, 0x6a, 0x25,
0x00, 0x6a, 0x03, 0xbc, 0xb0, 0xfb, 0x9e, 0xbb, 0x43, 0x98, 0xd7, 0x17, 0x89, 0x52, 0xb6, 0x14,
0xc4, 0x7c, 0x06, 0x4b, 0x9f, 0x79, 0x7d, 0xfc, 0xd0, 0x1b, 0x78, 0x6c, 0x7d, 0x0f, 0x3b, 0xfb,
0x51, 0xae, 0x17, 0x28, 0xa0, 0x15, 0x2b, 0xa0, 0x18, 0xa7, 0xa7, 0x8c, 0x33, 0x37, 0x61, 0x39,
0x2b, 0x5c, 0x06, 0x74, 0x11, 0xa6, 0xfb, 0x1c, 0x15, 0x32, 0xcb, 0x56, 0xb8, 0xe0, 0xca, 0x06,
0xcc, 0xa7, 0x76, 0x0f, 0x3f, 0xc0, 0x87, 0x52, 0x98, 0x82, 0x98, 0xd7, 0xe1, 0x94, 0x92, 0xa1,
0x29, 0x75, 0xc7, 0x7a, 0xd8, 0xdc, 0x81, 0x46, 0x9e, 0x49, 0xaa, 0x71, 0x03, 0x66, 0x87, 0x4a,
0xb0, 0x6b, 0xdd, 0x73, 0xe3, 0xae, 0x83, 0x0c, 0xbc, 0x15, 0xd1, 0x9b, 0x37, 0xe0, 0x4c, 0x56,
0xec, 0x23, 0x9b, 0x1c, 0x46, 0xfa, 0x34, 0xa1, 0x22, 0x15, 0xe0, 0x37, 0x6d, 0x6a, 0xb5, 0x6a,
0xc5, 0x6b, 0xf3, 0x19, 0xb4, 0x8a, 0x59, 0xa5, 0x56, 0x37, 0xa1, 0x22, 0x4f, 0x09, 0x79, 0x8f,
0xa1, 0x56, 0xcc, 0x60, 0xbe, 0xd6, 0x32, 0xf6, 0xda, 0xa4, 0x87, 0x8f, 0x2e, 0x60, 0xca, 0x2d,
0x97, 0x32, 0xe3, 0x70, 0xe6, 0x37, 0x78, 0x72, 0x64, 0xc0, 0x28, 0x3b, 0x33, 0x30, 0xb2, 0x60,
0x21, 0x03, 0x3d, 0x39, 0x1c, 0x86, 0xd5, 0xad, 0xde, 0x5d, 0x49, 0x99, 0x75, 0x27, 0x4f, 0x67,
0x15, 0x31, 0x9b, 0x4f, 0xe5, 0x5d, 0x4e, 0x5b, 0xf8, 0xee, 0x21, 0xbd, 0x09, 0x67, 0x36, 0xc3,
0x8b, 0xb3, 0xee, 0x93, 0x5d, 0xaf, 0x37, 0xa2, 0x36, 0x3f, 0x3a, 0x72, 0x5e, 0x0b, 0xaa, 0xce,
0x88, 0x52, 0xcc, 0x53, 0x5f, 0xba, 0x2f, 0x01, 0xcc, 0xdf, 0x35, 0x68, 0x15, 0x73, 0x4b, 0xc5,
0x56, 0xe1, 0xa4, 0xa3, 0x6e, 0xc4, 0x42, 0xb2, 0x70, 0xfa, 0x46, 0xeb, 0xd9, 0x1b, 0xfd, 0x5f,
0x98, 0x26, 0xbe, 0x8b, 0x79, 0x6d, 0xe5, 0xa9, 0x31, 0x9f, 0x32, 0x6f, 0xd3, 0x77, 0xb1, 0x15,
0xee, 0xa3, 0x0e, 0x18, 0x0e, 0xc5, 0x76, 0x54, 0x9f, 0x77, 0x88, 0xf7, 0x52, 0xf8, 0xbd, 0x6c,
0xe5, 0x70, 0xd3, 0x83, 0x32, 0x67, 0x55, 0xca, 0x91, 0x96, 0x2a, 0x47, 0x2d, 0xa8, 0xda, 0xae,
0x4b, 0x71, 0x10, 0xe0, 0xa0, 0xa1, 0x8b, 0x7c, 0x4e, 0x00, 0xf4, 0x3f, 0x98, 0x66, 0x87, 0x43,
0xa9, 0x52, 0xbd, 0xbb, 0x94, 0x53, 0x49, 0xc4, 0x32, 0xa4, 0x31, 0x07, 0x70, 0x21, 0x8a, 0xb4,
0x70, 0x14, 0x1d, 0xc8, 0x40, 0xa4, 0x6b, 0x72, 0x41, 0x8a, 0x69, 0xc5, 0x29, 0x36, 0xb9, 0x16,
0xff, 0xac, 0xc1, 0x72, 0xf1, 0x79, 0xef, 0xb1, 0x2a, 0xb7, 0xa0, 0xca, 0xe2, 0x5e, 0x3a, 0x2d,
0x7a, 0x69, 0x02, 0x98, 0x77, 0x00, 0x45, 0x1a, 0x3f, 0xf4, 0x7b, 0xca, 0xdd, 0xb5, 0x77, 0x99,
0x12, 0x9b, 0x68, 0x99, 0x14, 0x53, 0xae, 0xec, 0x09, 0x59, 0x4c, 0x4d, 0x0f, 0x16, 0x52, 0x52,
0x64, 0x1a, 0x7e, 0x2c, 0x5a, 0xa9, 0x4f, 0xe3, 0xda, 0xd2, 0x2e, 0xbc, 0x84, 0x82, 0x85, 0x93,
0x59, 0x11, 0x39, 0x57, 0x60, 0xcf, 0x0e, 0x1e, 0xf9, 0xd2, 0xcb, 0x15, 0x2b, 0x5a, 0x9a, 0xbf,
0x69, 0x30, 0x9f, 0x63, 0x44, 0x75, 0xd0, 0xbd, 0x48, 0x57, 0xdd, 0x73, 0xc7, 0xf7, 0x09, 0xf4,
0x49, 0xfc, 0x28, 0x09, 0xdf, 0x0b, 0x17, 0x27, 0xab, 0x94, 0x79, 0xa0, 0xa4, 0x9c, 0x59, 0xce,
0x38, 0x93, 0xef, 0xee, 0x7a, 0x7d, 0x7c, 0x8f, 0xfa, 0xa3, 0xd0, 0xd5, 0x55, 0x2b, 0x01, 0xcc,
0x5f, 0xa2, 0x57, 0x92, 0x38, 0xe4, 0x3d, 0xd6, 0xc9, 0x0e, 0x18, 0x11, 0x74, 0x47, 0x56, 0x02,
0x69, 0x4b, 0x0e, 0x37, 0x37, 0x60, 0x21, 0xa5, 0xb3, 0x8c, 0x6c, 0x17, 0x16, 0x99, 0x7f, 0x5b,
0xa2, 0x6e, 0xf2, 0x56, 0xd3, 0x84, 0x98, 0xc2, 0x3d, 0x93, 0xc0, 0xe2, 0x5a, 0x98, 0xb9, 0x69,
0x07, 0x14, 0x9a, 0xa9, 0xfd, 0x0b, 0x33, 0xf5, 0x42, 0x33, 0xcd, 0xef, 0x35, 0x38, 0xab, 0x1e,
0x98, 0xbf, 0x94, 0xe3, 0x2a, 0x50, 0xc1, 0xd5, 0xd3, 0x8f, 0x71, 0xf5, 0xa6, 0x26, 0x5e, 0xbd,
0x6c, 0xb6, 0x98, 0x0f, 0x60, 0x29, 0xe3, 0x8f, 0x77, 0x70, 0x6e, 0x1b, 0x5a, 0x52, 0x98, 0x85,
0x5f, 0x60, 0x1a, 0x5b, 0x1c, 0x3d, 0xd1, 0xcf, 0xc5, 0xbe, 0xc8, 0xee, 0x87, 0x87, 0xf2, 0x40,
0xaf, 0x39, 0xfd, 0x35, 0xd7, 0x95, 0x57, 0xf1, 0xc8, 0xec, 0x6c, 0x24, 0xcd, 0x2f, 0x74, 0x4e,
0xdc, 0xdb, 0x1e, 0xf2, 0x40, 0xab, 0xa2, 0xa4, 0x5d, 0x4d, 0xa8, 0x84, 0xf7, 0x3b, 0x16, 0x16,
0xaf, 0x27, 0x48, 0xbb, 0x2f, 0xa4, 0xdd, 0xc3, 0x2c, 0x94, 0x16, 0x1c, 0x4b, 0x33, 0xdb, 0xe9,
0x7f, 0x8e, 0xed, 0xf8, 0xf2, 0xcb, 0xa5, 0xf9, 0x01, 0x77, 0x79, 0x4a, 0x96, 0x54, 0xad, 0x91,
0xae, 0x54, 0x73, 0x71, 0x25, 0xea, 0xfc, 0xa8, 0x01, 0xdc, 0xa5, 0xd4, 0xa7, 0xeb, 0xa2, 0xd1,
0xd5, 0x01, 0x76, 0x08, 0x7e, 0x39, 0xc4, 0x0e, 0xc3, 0xae, 0x51, 0x42, 0x86, 0x7c, 0x7d, 0xcb,
0x80, 0x18, 0x1a, 0x6a, 0xc0, 0x62, 0x82, 0xf0, 0x74, 0xc4, 0xc4, 0xf5, 0x48, 0xcf, 0xd0, 0x63,
0xda, 0x75, 0xde, 0x11, 0xb1, 0x6b, 0x4c, 0x21, 0x04, 0x75, 0x81, 0x6c, 0xfa, 0xec, 0xee, 0x4b,
0x2f, 0x60, 0x81, 0x51, 0x46, 0x4b, 0x72, 0x28, 0x11, 0x2f, 0x59, 0x0b, 0xdb, 0xce, 0x1e, 0x76,
0x8d, 0x69, 0x4e, 0x9a, 0xca, 0x16, 0xd7, 0x98, 0x41, 0x06, 0xd4, 0x84, 0x6a, 0x8f, 0x77, 0x77,
0x03, 0xcc, 0x8c, 0x9f, 0xf4, 0xce, 0x77, 0x1a, 0xd4, 0x94, 0x67, 0x07, 0x5a, 0x4e, 0x0d, 0x66,
0xd1, 0xc1, 0x25, 0xd4, 0x86, 0xa6, 0xfa, 0x3a, 0x09, 0x55, 0x8c, 0x34, 0x36, 0xb4, 0xcc, 0x7e,
0xb4, 0xb1, 0xcd, 0x6c, 0xca, 0xf9, 0xf5, 0x8c, 0xdc, 0x48, 0xa3, 0xa9, 0xd8, 0xf8, 0x10, 0x57,
0xcc, 0xea, 0xdc, 0x97, 0x33, 0xae, 0x32, 0x8c, 0xa1, 0x33, 0xf2, 0x8d, 0xad, 0x60, 0x3b, 0x64,
0x9f, 0xf8, 0x07, 0xc4, 0x28, 0xa1, 0xd3, 0xb0, 0x94, 0xdd, 0x7c, 0x7c, 0x40, 0x30, 0x35, 0xb4,
0xce, 0x01, 0x54, 0xa2, 0x4e, 0x8f, 0x6a, 0x30, 0xfb, 0x84, 0x62, 0xbc, 0xb6, 0xb5, 0x61, 0x94,
0xf8, 0x82, 0x0f, 0x01, 0x7c, 0xa1, 0x71, 0x8f, 0xad, 0x27, 0xa5, 0x9d, 0x63, 0x22, 0x04, 0xeb,
0x3c, 0xe0, 0x24, 0x18, 0x05, 0x1c, 0x99, 0x42, 0xf3, 0x70, 0x62, 0xd3, 0x1e, 0x78, 0xa4, 0xc7,
0x25, 0x72, 0xa8, 0xcc, 0x8d, 0xd8, 0xb2, 0x0f, 0x07, 0x98, 0xb0, 0x2d, 0xea, 0x3b, 0x38, 0x08,
0x3c, 0xd2, 0xe3, 0x3b, 0xd3, 0x9d, 0x1b, 0x49, 0x9f, 0x53, 0x1e, 0x89, 0xa8, 0x02, 0x65, 0xae,
0x43, 0xa8, 0x80, 0xac, 0x31, 0x86, 0xc6, 0x17, 0x32, 0x64, 0x86, 0xde, 0xb9, 0x05, 0xa7, 0xc6,
0x34, 0x17, 0x34, 0x03, 0xfa, 0xe3, 0x7d, 0xa3, 0xc4, 0x55, 0xb1, 0xf0, 0xc0, 0x7f, 0x81, 0xb7,
0x28, 0x1e, 0xda, 0x14, 0x1b, 0x1a, 0x02, 0x98, 0x09, 0x21, 0x43, 0xef, 0xfe, 0x5d, 0x81, 0x9a,
0x62, 0x10, 0xba, 0x0f, 0xd5, 0x78, 0x7a, 0x45, 0x05, 0x63, 0xaf, 0xf2, 0x35, 0xa1, 0xd9, 0x1e,
0xb7, 0x2d, 0xf3, 0xff, 0x4b, 0xa8, 0xa7, 0xa7, 0x27, 0x64, 0xa6, 0x38, 0x0a, 0xe7, 0xb6, 0xe6,
0x85, 0x89, 0x34, 0x52, 0xf4, 0xd7, 0xd1, 0xc7, 0x8d, 0x64, 0x02, 0x41, 0x17, 0xc7, 0xbd, 0x93,
0x53, 0xe2, 0xff, 0x73, 0x04, 0x95, 0x3c, 0x60, 0x3f, 0x95, 0x73, 0xf1, 0x88, 0x83, 0x56, 0x27,
0xb2, 0x2b, 0x03, 0x54, 0xf3, 0xf2, 0x31, 0x28, 0xe5, 0x61, 0xcf, 0xa3, 0x4f, 0x06, 0xca, 0x3c,
0x80, 0x26, 0x28, 0xaa, 0x4c, 0x44, 0xcd, 0x4b, 0x47, 0x91, 0x25, 0x06, 0x15, 0xbd, 0xee, 0x33,
0x06, 0x4d, 0x18, 0x1f, 0x32, 0x06, 0x4d, 0x1c, 0x15, 0xb6, 0xa0, 0xa6, 0xe4, 0x25, 0x3a, 0x37,
0xfe, 0x39, 0x14, 0x8a, 0x5e, 0x19, 0x4f, 0x90, 0x48, 0x54, 0x4a, 0x22, 0x2a, 0x98, 0x89, 0x52,
0xfd, 0x3f, 0x23, 0xb1, 0xe8, 0xb5, 0xf1, 0x14, 0x4e, 0xa4, 0x6a, 0x1f, 0x3a, 0x9f, 0x62, 0x29,
0x7a, 0x55, 0x34, 0xcd, 0x49, 0x24, 0x52, 0x2e, 0x89, 0x3b, 0x70, 0xba, 0x29, 0xa2, 0xcb, 0x45,
0xcc, 0x85, 0x8d, 0xb5, 0xd9, 0x39, 0x0e, 0xa9, 0x3c, 0x6f, 0x1b, 0xe6, 0xd4, 0xc6, 0x88, 0x56,
0x32, 0xbc, 0xb9, 0xf6, 0xdb, 0x3c, 0x3f, 0x81, 0x42, 0x75, 0x8e, 0xd2, 0xd3, 0x72, 0xce, 0xc9,
0xf7, 0xce, 0x9c, 0x73, 0x0a, 0x5a, 0xe2, 0xed, 0x8f, 0xfe, 0x7c, 0xd3, 0xd6, 0x5e, 0xbd, 0x69,
0x6b, 0xaf, 0xdf, 0xb4, 0xb5, 0x6f, 0xdf, 0xb6, 0x4b, 0xaf, 0xde, 0xb6, 0x4b, 0x7f, 0xbd, 0x6d,
0x97, 0xbe, 0x6a, 0x4d, 0xfa, 0xe6, 0xf9, 0x7c, 0x46, 0xfc, 0xbb, 0xfe, 0x4f, 0x00, 0x00, 0x00,
0xff, 0xff, 0x83, 0x2d, 0x56, 0x38, 0x1a, 0x15, 0x00, 0x00,
// 1731 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcd, 0x6f, 0x13, 0x47,
0x14, 0xf7, 0x3a, 0xce, 0x87, 0x9f, 0x13, 0xb3, 0x99, 0x7c, 0x60, 0x8c, 0x31, 0x61, 0xa1, 0x34,
0xb8, 0x15, 0x50, 0xd3, 0x56, 0x45, 0x54, 0x2a, 0x21, 0x50, 0x1a, 0x3e, 0x42, 0x34, 0x21, 0xa0,
0x96, 0x03, 0x5a, 0x76, 0x27, 0xce, 0x2a, 0xf6, 0xae, 0x3b, 0x3b, 0x26, 0xf8, 0xbf, 0xe8, 0xad,
0xa7, 0xde, 0x2b, 0xb5, 0x87, 0xaa, 0x52, 0xd5, 0x43, 0xa5, 0x9e, 0x7b, 0xa9, 0xc4, 0xb1, 0x97,
0x4a, 0x08, 0xfe, 0x91, 0x6a, 0x66, 0x67, 0x77, 0x67, 0x3f, 0xec, 0xa4, 0xe2, 0xc0, 0x25, 0xf1,
0xfc, 0xe6, 0xbd, 0x37, 0xef, 0xbd, 0x79, 0xef, 0xcd, 0x7b, 0x0b, 0x9f, 0x58, 0x9e, 0x47, 0x6d,
0xc7, 0x35, 0x99, 0x47, 0x2f, 0x29, 0xbf, 0xfb, 0xd4, 0x63, 0xde, 0x25, 0xf1, 0xd7, 0x57, 0xf1,
0x8b, 0x02, 0x42, 0x15, 0x05, 0x32, 0xfe, 0xd4, 0x40, 0xdf, 0xee, 0x9b, 0x16, 0xd9, 0x76, 0x3a,
0x2e, 0x26, 0xdf, 0x0e, 0x88, 0xcf, 0x50, 0x0d, 0xa6, 0x7d, 0x8e, 0x6d, 0xd8, 0x35, 0x6d, 0x45,
0x5b, 0x2d, 0xe3, 0x70, 0x89, 0x96, 0x61, 0x6a, 0x8f, 0x98, 0x36, 0xa1, 0xb5, 0xe2, 0x8a, 0xb6,
0x3a, 0x8b, 0xe5, 0x0a, 0xad, 0x40, 0xc5, 0xeb, 0xda, 0x1b, 0x36, 0x71, 0x99, 0xc3, 0x86, 0xb5,
0x09, 0xb1, 0xa9, 0x42, 0xa8, 0x0d, 0x8b, 0x2e, 0x39, 0x08, 0x97, 0xfc, 0x34, 0x93, 0x0d, 0x28,
0xa9, 0x95, 0x04, 0x69, 0xee, 0x1e, 0x32, 0x60, 0x76, 0xd7, 0xa3, 0x16, 0x91, 0x7a, 0xd5, 0x26,
0x57, 0xb4, 0xd5, 0x19, 0x9c, 0xc0, 0x8c, 0xdf, 0x34, 0x40, 0x81, 0x01, 0xcc, 0x64, 0x03, 0x7f,
0xcb, 0x1c, 0x76, 0x3d, 0xd3, 0x46, 0x97, 0x61, 0xca, 0x17, 0x80, 0xb0, 0xa0, 0xda, 0xae, 0x5d,
0x54, 0x1d, 0xa1, 0x30, 0x60, 0x49, 0x87, 0x3e, 0x84, 0x79, 0x9b, 0x74, 0x09, 0x73, 0x3c, 0xf7,
0xa1, 0xd3, 0x23, 0x3e, 0x33, 0x7b, 0x7d, 0x61, 0xe5, 0x04, 0xce, 0x6e, 0xa0, 0x2f, 0xa0, 0xd2,
0x27, 0xb4, 0xe7, 0xf8, 0xbe, 0xe3, 0xb9, 0xbe, 0x30, 0xb8, 0xda, 0x3e, 0x95, 0x3d, 0x64, 0x2b,
0x26, 0xc2, 0x2a, 0x87, 0xb1, 0x03, 0xf3, 0x8a, 0xdf, 0xfd, 0xbe, 0xe7, 0xfa, 0x04, 0x5d, 0x87,
0x69, 0x4a, 0x2c, 0xe2, 0xf4, 0x99, 0x50, 0xbb, 0xd2, 0x3e, 0x9f, 0x95, 0x88, 0x03, 0x82, 0xc7,
0x0e, 0xdb, 0x8b, 0x3c, 0x85, 0x43, 0x36, 0x63, 0x1f, 0x4e, 0x8c, 0xa4, 0x42, 0x97, 0x61, 0xc1,
0x57, 0x36, 0xa5, 0xaf, 0xc4, 0x51, 0xb3, 0x38, 0x6f, 0x0b, 0x35, 0xa0, 0xec, 0x47, 0x57, 0x15,
0x5c, 0x79, 0x0c, 0x18, 0x3f, 0x6a, 0x30, 0xab, 0x9e, 0x36, 0x3e, 0x70, 0xfa, 0x84, 0xd0, 0x0d,
0x5b, 0x48, 0x29, 0x63, 0xb9, 0x42, 0xab, 0x70, 0xcc, 0xb4, 0x2c, 0x6f, 0xe0, 0xb2, 0x54, 0xf0,
0xa4, 0x61, 0xae, 0x8a, 0x4b, 0xd8, 0x81, 0x47, 0xf7, 0x37, 0x6c, 0x11, 0x35, 0x65, 0x1c, 0x03,
0xa8, 0x09, 0xf0, 0xdc, 0xec, 0x3a, 0xf6, 0x8e, 0xcb, 0x9c, 0xae, 0x08, 0x94, 0x12, 0x56, 0x10,
0xe3, 0x09, 0x2c, 0x7d, 0xe9, 0x74, 0xc9, 0x3d, 0xa7, 0xe7, 0xb0, 0xf5, 0x3d, 0x62, 0xed, 0x87,
0xb1, 0x9e, 0xa3, 0x80, 0x96, 0xaf, 0x80, 0x62, 0x5c, 0x31, 0x61, 0x9c, 0xb1, 0x09, 0xcb, 0x69,
0xe1, 0xf2, 0x42, 0x17, 0x61, 0xb2, 0xcb, 0x51, 0x21, 0xb3, 0x84, 0x83, 0x05, 0x57, 0xd6, 0x67,
0x1e, 0x35, 0x3b, 0xe4, 0x2e, 0x19, 0x4a, 0x61, 0x0a, 0x62, 0x5c, 0x81, 0xe3, 0x4a, 0x84, 0x26,
0xd4, 0x1d, 0xe9, 0x61, 0x63, 0x07, 0x6a, 0x59, 0x26, 0xa9, 0xc6, 0x55, 0x98, 0xee, 0x2b, 0x97,
0x5d, 0x69, 0x9f, 0x1e, 0x95, 0x0e, 0xf2, 0xe2, 0x71, 0x48, 0x6f, 0x5c, 0x85, 0x93, 0x69, 0xb1,
0xf7, 0x4d, 0x77, 0x18, 0xea, 0x53, 0x87, 0x19, 0xa9, 0x00, 0xcf, 0xb4, 0x89, 0xd5, 0x32, 0x8e,
0xd6, 0xc6, 0x13, 0x68, 0xe4, 0xb3, 0x4a, 0xad, 0xae, 0xc1, 0x8c, 0x3c, 0x25, 0xe0, 0x3d, 0x82,
0x5a, 0x11, 0x83, 0xf1, 0x4a, 0x4b, 0xd9, 0x6b, 0xba, 0x1d, 0x72, 0x78, 0x01, 0x53, 0xb2, 0x5c,
0xca, 0x8c, 0xae, 0x33, 0xbb, 0xc1, 0x83, 0x23, 0x05, 0x86, 0xd1, 0x99, 0x82, 0x11, 0x86, 0x85,
0x14, 0xf4, 0x70, 0xd8, 0x0f, 0xaa, 0x5b, 0xb5, 0xbd, 0x92, 0x30, 0xeb, 0x66, 0x96, 0x0e, 0xe7,
0x31, 0x1b, 0x8f, 0x64, 0x2e, 0x27, 0x2d, 0x7c, 0xfb, 0x2b, 0xbd, 0x06, 0x27, 0x37, 0x83, 0xc4,
0x59, 0xf7, 0xdc, 0x5d, 0xa7, 0x33, 0xa0, 0x26, 0x3f, 0x3a, 0x74, 0x5e, 0x03, 0xca, 0xd6, 0x80,
0x52, 0xc2, 0x43, 0x5f, 0xba, 0x2f, 0x06, 0x8c, 0x3f, 0x34, 0x68, 0xe4, 0x73, 0x4b, 0xc5, 0x56,
0xe1, 0x98, 0xa5, 0x6e, 0x44, 0x42, 0xd2, 0x70, 0x32, 0xa3, 0x8b, 0xe9, 0x8c, 0x7e, 0x1f, 0x26,
0x5d, 0xcf, 0x26, 0xbc, 0xb6, 0xf2, 0xd0, 0x98, 0x4f, 0x98, 0xb7, 0xe9, 0xd9, 0x04, 0x07, 0xfb,
0xa8, 0x05, 0xba, 0x45, 0x89, 0x19, 0xd6, 0xe7, 0x1d, 0xd7, 0x79, 0x21, 0xfc, 0x5e, 0xc2, 0x19,
0xdc, 0x70, 0xa0, 0xc4, 0x59, 0x95, 0x72, 0xa4, 0x25, 0xca, 0x51, 0x03, 0xca, 0xa6, 0x6d, 0x53,
0xe2, 0xfb, 0xc4, 0xaf, 0x15, 0x45, 0x3c, 0xc7, 0x00, 0xfa, 0x00, 0x26, 0xd9, 0xb0, 0x2f, 0x55,
0xaa, 0xb6, 0x97, 0x32, 0x2a, 0x89, 0xbb, 0x0c, 0x68, 0x8c, 0x1e, 0x9c, 0x0d, 0x6f, 0x5a, 0x38,
0x8a, 0xf6, 0xe4, 0x45, 0x24, 0x6b, 0x72, 0x4e, 0x88, 0x69, 0xf9, 0x21, 0x36, 0xbe, 0x16, 0xff,
0xa2, 0xc1, 0x72, 0xfe, 0x79, 0xef, 0xb0, 0x2a, 0x37, 0xa0, 0xcc, 0xa2, 0xb7, 0x74, 0x52, 0xbc,
0xa5, 0x31, 0x60, 0xdc, 0x04, 0x14, 0x6a, 0x7c, 0xcf, 0xeb, 0x28, 0xb9, 0x6b, 0xee, 0x32, 0xe5,
0x6e, 0xc2, 0x65, 0x5c, 0x4c, 0xb9, 0xb2, 0x73, 0xb2, 0x98, 0x1a, 0x0e, 0x2c, 0x24, 0xa4, 0xc8,
0x30, 0xfc, 0x4c, 0x3c, 0xa5, 0x1e, 0x8d, 0x6a, 0x4b, 0x33, 0x37, 0x09, 0x05, 0x0b, 0x27, 0xc3,
0x21, 0x39, 0x57, 0x60, 0xcf, 0xf4, 0xef, 0x7b, 0xd2, 0xcb, 0x33, 0x38, 0x5c, 0x1a, 0xbf, 0x6b,
0x30, 0x9f, 0x61, 0x44, 0x55, 0x28, 0x3a, 0xa1, 0xae, 0x45, 0xc7, 0x1e, 0xfd, 0x4e, 0xa0, 0xcf,
0xa3, 0xa6, 0x24, 0xe8, 0x17, 0xce, 0x8d, 0x57, 0x29, 0xd5, 0xa0, 0x24, 0x9c, 0x59, 0x4a, 0x39,
0x93, 0xef, 0xee, 0x3a, 0x5d, 0x72, 0x9b, 0x7a, 0x83, 0xc0, 0xd5, 0x65, 0x1c, 0x03, 0xc6, 0xaf,
0x61, 0x97, 0x24, 0x0e, 0x79, 0x87, 0x75, 0xb2, 0x05, 0x7a, 0x08, 0xdd, 0x94, 0x95, 0x40, 0xda,
0x92, 0xc1, 0x8d, 0x0d, 0x58, 0x48, 0xe8, 0x2c, 0x6f, 0xb6, 0x0d, 0x8b, 0xcc, 0xbb, 0x21, 0x51,
0x3b, 0xee, 0xd5, 0x34, 0x21, 0x26, 0x77, 0xcf, 0x70, 0x61, 0x71, 0x2d, 0x88, 0xdc, 0xa4, 0x03,
0x72, 0xcd, 0xd4, 0xfe, 0x87, 0x99, 0xc5, 0x5c, 0x33, 0x8d, 0x1f, 0x34, 0x38, 0xa5, 0x1e, 0x98,
0x4d, 0xca, 0x51, 0x15, 0x28, 0x27, 0xf5, 0x8a, 0x47, 0x48, 0xbd, 0x89, 0xb1, 0xa9, 0x97, 0x8e,
0x16, 0xe3, 0x2e, 0x2c, 0xa5, 0xfc, 0xf1, 0x16, 0xce, 0x6d, 0x42, 0x43, 0x0a, 0xc3, 0xe4, 0x39,
0xa1, 0x91, 0xc5, 0x61, 0x8b, 0x7e, 0x3a, 0xf2, 0x45, 0x7a, 0x3f, 0x38, 0x94, 0x5f, 0xf4, 0x9a,
0xd5, 0x5d, 0xb3, 0x6d, 0x99, 0x8a, 0x87, 0x46, 0x67, 0x2d, 0x7e, 0xfc, 0x02, 0xe7, 0x44, 0x6f,
0xdb, 0x3d, 0x7e, 0xd1, 0xaa, 0x28, 0x69, 0x57, 0x1d, 0x66, 0x82, 0xfc, 0x8e, 0x84, 0x45, 0xeb,
0x31, 0xd2, 0xee, 0x08, 0x69, 0xb7, 0x09, 0x0b, 0xa4, 0xf9, 0x47, 0xd2, 0xcc, 0xb4, 0xba, 0x5f,
0x11, 0x33, 0x4a, 0x7e, 0xb9, 0x34, 0x3e, 0xe2, 0x2e, 0x4f, 0xc8, 0x92, 0xaa, 0xd5, 0x92, 0x95,
0x6a, 0x36, 0xaa, 0x44, 0xc6, 0xbf, 0x1a, 0x1c, 0x97, 0x9e, 0x13, 0xbd, 0xa5, 0xbf, 0xcd, 0xb9,
0xa3, 0xc6, 0xcb, 0x51, 0x1b, 0xd6, 0x32, 0x8e, 0xd6, 0x3c, 0xb6, 0x28, 0x31, 0x7d, 0xcf, 0x0d,
0xcb, 0x7a, 0xb0, 0x42, 0x1f, 0xc3, 0x12, 0x2f, 0x09, 0xdb, 0x41, 0xa7, 0x29, 0x44, 0xde, 0x18,
0x32, 0x12, 0x94, 0xa3, 0x12, 0xce, 0xdf, 0xe4, 0x29, 0x2b, 0xac, 0xbb, 0x4f, 0x7a, 0xcf, 0x08,
0xf5, 0x31, 0xb7, 0xad, 0x24, 0x2a, 0x70, 0x06, 0xe7, 0xf9, 0xa4, 0x62, 0x8f, 0xa9, 0xc3, 0x88,
0xa8, 0x46, 0x73, 0x38, 0xbb, 0x61, 0xd4, 0xa1, 0x96, 0x35, 0x2f, 0xf0, 0x4a, 0xeb, 0x27, 0x0d,
0xe0, 0x16, 0xa5, 0x1e, 0x5d, 0x17, 0x8f, 0x7c, 0x15, 0x60, 0xc7, 0x25, 0x2f, 0xfa, 0xc4, 0x62,
0xc4, 0xd6, 0x0b, 0x48, 0x97, 0x93, 0x87, 0x0c, 0x46, 0x5d, 0x43, 0x35, 0x58, 0x8c, 0x11, 0x9e,
0x8a, 0xc4, 0xb5, 0x1d, 0xb7, 0xa3, 0x17, 0x23, 0xda, 0x75, 0xde, 0x0d, 0x10, 0x5b, 0x9f, 0x40,
0x08, 0xaa, 0x02, 0xd9, 0xf4, 0xd8, 0xad, 0x17, 0x8e, 0xcf, 0x7c, 0xbd, 0x84, 0x96, 0xe4, 0x40,
0x26, 0x54, 0xc1, 0xc4, 0xb4, 0xf6, 0x88, 0xad, 0x4f, 0x72, 0xd2, 0x44, 0xa6, 0xd8, 0xfa, 0x14,
0xd2, 0xa1, 0x22, 0x54, 0x7b, 0xb0, 0xbb, 0xeb, 0x13, 0xa6, 0xff, 0x5c, 0x6c, 0x7d, 0xaf, 0x41,
0x45, 0x69, 0xb9, 0xd0, 0x72, 0x62, 0x28, 0x0d, 0x0f, 0x2e, 0xa0, 0x26, 0xd4, 0xd5, 0xce, 0x2c,
0x50, 0x31, 0xd4, 0x58, 0xd7, 0x52, 0xfb, 0xe1, 0xc6, 0x36, 0x33, 0x29, 0xe7, 0x2f, 0xa6, 0xe4,
0x86, 0x1a, 0x4d, 0x44, 0xc6, 0x07, 0xb8, 0x62, 0x56, 0xeb, 0x8e, 0x9c, 0xef, 0x95, 0x41, 0x14,
0x9d, 0x94, 0xf3, 0x85, 0x82, 0xed, 0xb8, 0xfb, 0xae, 0x77, 0xe0, 0xea, 0x05, 0x74, 0x02, 0x96,
0xd2, 0x9b, 0x0f, 0x0e, 0x5c, 0x42, 0x75, 0xad, 0x75, 0x00, 0x33, 0x61, 0x97, 0x83, 0x2a, 0x30,
0xfd, 0x90, 0x12, 0xb2, 0xb6, 0xb5, 0xa1, 0x17, 0xf8, 0x82, 0x0f, 0x40, 0x7c, 0xa1, 0x71, 0x8f,
0xad, 0xc7, 0xcf, 0x1a, 0xc7, 0xc4, 0x15, 0xac, 0xf3, 0x6b, 0x75, 0xfd, 0x81, 0xcf, 0x91, 0x09,
0x34, 0x0f, 0x73, 0x9b, 0x66, 0xcf, 0x71, 0x3b, 0x5c, 0x22, 0x87, 0x4a, 0xdc, 0x88, 0x2d, 0x73,
0xd8, 0x23, 0x2e, 0xdb, 0xa2, 0x9e, 0x45, 0x7c, 0xdf, 0x71, 0x3b, 0x7c, 0x67, 0xb2, 0x75, 0x35,
0x7e, 0xe3, 0x95, 0x06, 0x19, 0xcd, 0x40, 0x89, 0xeb, 0x10, 0x28, 0x20, 0xeb, 0xab, 0xae, 0xf1,
0x85, 0xbc, 0x32, 0xbd, 0xd8, 0xba, 0x0e, 0xc7, 0x47, 0x3c, 0xac, 0x68, 0x0a, 0x8a, 0x0f, 0xf6,
0xf5, 0x02, 0x57, 0x05, 0x93, 0x9e, 0xf7, 0x9c, 0x6c, 0x51, 0xd2, 0x37, 0x29, 0xd1, 0x35, 0x04,
0x30, 0x15, 0x40, 0x7a, 0xb1, 0xfd, 0x77, 0x19, 0x2a, 0x8a, 0x41, 0xe8, 0x0e, 0x94, 0xa3, 0xc9,
0x1d, 0xe5, 0x8c, 0xfc, 0xca, 0x97, 0x94, 0x7a, 0x73, 0xd4, 0xb6, 0xcc, 0xfd, 0xaf, 0xa1, 0x9a,
0x9c, 0x1c, 0x91, 0x91, 0xe0, 0xc8, 0x9d, 0x59, 0xeb, 0x67, 0xc7, 0xd2, 0x48, 0xd1, 0x4f, 0xc3,
0x0f, 0x3b, 0xf1, 0xf4, 0x85, 0xce, 0x8d, 0x9a, 0x11, 0x12, 0xe2, 0xdf, 0x3b, 0x84, 0x4a, 0x1e,
0xb0, 0x9f, 0x88, 0xb9, 0x68, 0xbc, 0x43, 0xab, 0x63, 0xd9, 0x95, 0xe1, 0xb1, 0x7e, 0xe1, 0x08,
0x94, 0xf2, 0xb0, 0x67, 0xe1, 0xe7, 0x12, 0x65, 0x16, 0x42, 0x63, 0x14, 0x55, 0xa6, 0xc1, 0xfa,
0xf9, 0xc3, 0xc8, 0x62, 0x83, 0xf2, 0x26, 0x9b, 0x94, 0x41, 0x63, 0x46, 0xa7, 0x94, 0x41, 0x63,
0xc7, 0xa4, 0x2d, 0xa8, 0x28, 0x71, 0x89, 0x4e, 0x8f, 0x6e, 0x05, 0x03, 0xd1, 0x2b, 0xa3, 0x09,
0x62, 0x89, 0x4a, 0x49, 0x44, 0x39, 0xf3, 0x60, 0xa2, 0xf7, 0x49, 0x49, 0xcc, 0xeb, 0xb4, 0x1e,
0xc1, 0x5c, 0xa2, 0xf6, 0xa1, 0x33, 0x09, 0x96, 0xbc, 0x8e, 0xaa, 0x6e, 0x8c, 0x23, 0x91, 0x72,
0xdd, 0xa8, 0xfb, 0x48, 0x36, 0x04, 0xe8, 0x42, 0x1e, 0x73, 0x6e, 0x53, 0x51, 0x6f, 0x1d, 0x85,
0x54, 0x9e, 0xb7, 0x0d, 0xb3, 0x6a, 0x53, 0x80, 0x56, 0x52, 0xbc, 0x99, 0xd6, 0xa3, 0x7e, 0x66,
0x0c, 0x85, 0xea, 0x1c, 0xe5, 0x3d, 0xcf, 0x38, 0x27, 0xdb, 0x37, 0x64, 0x9c, 0x93, 0xd7, 0x0e,
0x3c, 0x05, 0x3d, 0xfd, 0x28, 0xa6, 0xf2, 0x76, 0x44, 0x4b, 0x90, 0xca, 0xdb, 0x51, 0x2f, 0xeb,
0x8d, 0x4f, 0xff, 0x7a, 0xdd, 0xd4, 0x5e, 0xbe, 0x6e, 0x6a, 0xaf, 0x5e, 0x37, 0xb5, 0xef, 0xde,
0x34, 0x0b, 0x2f, 0xdf, 0x34, 0x0b, 0xff, 0xbc, 0x69, 0x16, 0xbe, 0x69, 0x8c, 0xfb, 0xa0, 0xfc,
0x6c, 0x4a, 0xfc, 0xbb, 0xf2, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0a, 0x91, 0x31, 0xc1, 0x77,
0x16, 0x00, 0x00,
}
func (m *SpaceSignRequest) Marshal() (dAtA []byte, err error) {
@ -3445,6 +3566,81 @@ func (m *AclGetRecordsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
return len(dAtA) - i, nil
}
func (m *AccountLimitsSetRequest) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalToSizedBuffer(dAtA[:size])
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *AccountLimitsSetRequest) MarshalTo(dAtA []byte) (int, error) {
size := m.Size()
return m.MarshalToSizedBuffer(dAtA[:size])
}
func (m *AccountLimitsSetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
i := len(dAtA)
_ = i
var l int
_ = l
if m.SpaceMembersWrite != 0 {
i = encodeVarintCoordinator(dAtA, i, uint64(m.SpaceMembersWrite))
i--
dAtA[i] = 0x28
}
if m.SpaceMembersRead != 0 {
i = encodeVarintCoordinator(dAtA, i, uint64(m.SpaceMembersRead))
i--
dAtA[i] = 0x20
}
if m.FileStorageLimitBytes != 0 {
i = encodeVarintCoordinator(dAtA, i, uint64(m.FileStorageLimitBytes))
i--
dAtA[i] = 0x18
}
if len(m.Reason) > 0 {
i -= len(m.Reason)
copy(dAtA[i:], m.Reason)
i = encodeVarintCoordinator(dAtA, i, uint64(len(m.Reason)))
i--
dAtA[i] = 0x12
}
if len(m.Identity) > 0 {
i -= len(m.Identity)
copy(dAtA[i:], m.Identity)
i = encodeVarintCoordinator(dAtA, i, uint64(len(m.Identity)))
i--
dAtA[i] = 0xa
}
return len(dAtA) - i, nil
}
func (m *AccountLimitsSetResponse) Marshal() (dAtA []byte, err error) {
size := m.Size()
dAtA = make([]byte, size)
n, err := m.MarshalToSizedBuffer(dAtA[:size])
if err != nil {
return nil, err
}
return dAtA[:n], nil
}
func (m *AccountLimitsSetResponse) MarshalTo(dAtA []byte) (int, error) {
size := m.Size()
return m.MarshalToSizedBuffer(dAtA[:size])
}
func (m *AccountLimitsSetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
i := len(dAtA)
_ = i
var l int
_ = l
return len(dAtA) - i, nil
}
func encodeVarintCoordinator(dAtA []byte, offset int, v uint64) int {
offset -= sovCoordinator(v)
base := offset
@ -4030,6 +4226,41 @@ func (m *AclGetRecordsResponse) Size() (n int) {
return n
}
func (m *AccountLimitsSetRequest) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
l = len(m.Identity)
if l > 0 {
n += 1 + l + sovCoordinator(uint64(l))
}
l = len(m.Reason)
if l > 0 {
n += 1 + l + sovCoordinator(uint64(l))
}
if m.FileStorageLimitBytes != 0 {
n += 1 + sovCoordinator(uint64(m.FileStorageLimitBytes))
}
if m.SpaceMembersRead != 0 {
n += 1 + sovCoordinator(uint64(m.SpaceMembersRead))
}
if m.SpaceMembersWrite != 0 {
n += 1 + sovCoordinator(uint64(m.SpaceMembersWrite))
}
return n
}
func (m *AccountLimitsSetResponse) Size() (n int) {
if m == nil {
return 0
}
var l int
_ = l
return n
}
func sovCoordinator(x uint64) (n int) {
return (math_bits.Len64(x|1) + 6) / 7
}
@ -7808,6 +8039,227 @@ func (m *AclGetRecordsResponse) Unmarshal(dAtA []byte) error {
}
return nil
}
func (m *AccountLimitsSetRequest) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowCoordinator
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: AccountLimitsSetRequest: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: AccountLimitsSetRequest: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
case 1:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Identity", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowCoordinator
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthCoordinator
}
postIndex := iNdEx + intStringLen
if postIndex < 0 {
return ErrInvalidLengthCoordinator
}
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Identity = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Reason", wireType)
}
var stringLen uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowCoordinator
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
stringLen |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
intStringLen := int(stringLen)
if intStringLen < 0 {
return ErrInvalidLengthCoordinator
}
postIndex := iNdEx + intStringLen
if postIndex < 0 {
return ErrInvalidLengthCoordinator
}
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Reason = string(dAtA[iNdEx:postIndex])
iNdEx = postIndex
case 3:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field FileStorageLimitBytes", wireType)
}
m.FileStorageLimitBytes = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowCoordinator
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.FileStorageLimitBytes |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
case 4:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field SpaceMembersRead", wireType)
}
m.SpaceMembersRead = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowCoordinator
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.SpaceMembersRead |= uint32(b&0x7F) << shift
if b < 0x80 {
break
}
}
case 5:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field SpaceMembersWrite", wireType)
}
m.SpaceMembersWrite = 0
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowCoordinator
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
m.SpaceMembersWrite |= uint32(b&0x7F) << shift
if b < 0x80 {
break
}
}
default:
iNdEx = preIndex
skippy, err := skipCoordinator(dAtA[iNdEx:])
if err != nil {
return err
}
if (skippy < 0) || (iNdEx+skippy) < 0 {
return ErrInvalidLengthCoordinator
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func (m *AccountLimitsSetResponse) Unmarshal(dAtA []byte) error {
l := len(dAtA)
iNdEx := 0
for iNdEx < l {
preIndex := iNdEx
var wire uint64
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowCoordinator
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
wire |= uint64(b&0x7F) << shift
if b < 0x80 {
break
}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)
if wireType == 4 {
return fmt.Errorf("proto: AccountLimitsSetResponse: wiretype end group for non-group")
}
if fieldNum <= 0 {
return fmt.Errorf("proto: AccountLimitsSetResponse: illegal tag %d (wire type %d)", fieldNum, wire)
}
switch fieldNum {
default:
iNdEx = preIndex
skippy, err := skipCoordinator(dAtA[iNdEx:])
if err != nil {
return err
}
if (skippy < 0) || (iNdEx+skippy) < 0 {
return ErrInvalidLengthCoordinator
}
if (iNdEx + skippy) > l {
return io.ErrUnexpectedEOF
}
iNdEx += skippy
}
}
if iNdEx > l {
return io.ErrUnexpectedEOF
}
return nil
}
func skipCoordinator(dAtA []byte) (n int, err error) {
l := len(dAtA)
iNdEx := 0

View file

@ -52,6 +52,7 @@ type DRPCCoordinatorClient interface {
AccountRevertDeletion(ctx context.Context, in *AccountRevertDeletionRequest) (*AccountRevertDeletionResponse, error)
AclAddRecord(ctx context.Context, in *AclAddRecordRequest) (*AclAddRecordResponse, error)
AclGetRecords(ctx context.Context, in *AclGetRecordsRequest) (*AclGetRecordsResponse, error)
AccountLimitsSet(ctx context.Context, in *AccountLimitsSetRequest) (*AccountLimitsSetResponse, error)
}
type drpcCoordinatorClient struct {
@ -172,6 +173,15 @@ func (c *drpcCoordinatorClient) AclGetRecords(ctx context.Context, in *AclGetRec
return out, nil
}
func (c *drpcCoordinatorClient) AccountLimitsSet(ctx context.Context, in *AccountLimitsSetRequest) (*AccountLimitsSetResponse, error) {
out := new(AccountLimitsSetResponse)
err := c.cc.Invoke(ctx, "/coordinator.Coordinator/AccountLimitsSet", drpcEncoding_File_coordinator_coordinatorproto_protos_coordinator_proto{}, in, out)
if err != nil {
return nil, err
}
return out, nil
}
type DRPCCoordinatorServer interface {
SpaceSign(context.Context, *SpaceSignRequest) (*SpaceSignResponse, error)
FileLimitCheck(context.Context, *FileLimitCheckRequest) (*FileLimitCheckResponse, error)
@ -185,6 +195,7 @@ type DRPCCoordinatorServer interface {
AccountRevertDeletion(context.Context, *AccountRevertDeletionRequest) (*AccountRevertDeletionResponse, error)
AclAddRecord(context.Context, *AclAddRecordRequest) (*AclAddRecordResponse, error)
AclGetRecords(context.Context, *AclGetRecordsRequest) (*AclGetRecordsResponse, error)
AccountLimitsSet(context.Context, *AccountLimitsSetRequest) (*AccountLimitsSetResponse, error)
}
type DRPCCoordinatorUnimplementedServer struct{}
@ -237,9 +248,13 @@ func (s *DRPCCoordinatorUnimplementedServer) AclGetRecords(context.Context, *Acl
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
}
func (s *DRPCCoordinatorUnimplementedServer) AccountLimitsSet(context.Context, *AccountLimitsSetRequest) (*AccountLimitsSetResponse, error) {
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
}
type DRPCCoordinatorDescription struct{}
func (DRPCCoordinatorDescription) NumMethods() int { return 12 }
func (DRPCCoordinatorDescription) NumMethods() int { return 13 }
func (DRPCCoordinatorDescription) Method(n int) (string, drpc.Encoding, drpc.Receiver, interface{}, bool) {
switch n {
@ -351,6 +366,15 @@ func (DRPCCoordinatorDescription) Method(n int) (string, drpc.Encoding, drpc.Rec
in1.(*AclGetRecordsRequest),
)
}, DRPCCoordinatorServer.AclGetRecords, true
case 12:
return "/coordinator.Coordinator/AccountLimitsSet", drpcEncoding_File_coordinator_coordinatorproto_protos_coordinator_proto{},
func(srv interface{}, ctx context.Context, in1, in2 interface{}) (drpc.Message, error) {
return srv.(DRPCCoordinatorServer).
AccountLimitsSet(
ctx,
in1.(*AccountLimitsSetRequest),
)
}, DRPCCoordinatorServer.AccountLimitsSet, true
default:
return "", nil, nil, nil, false
}
@ -551,3 +575,19 @@ func (x *drpcCoordinator_AclGetRecordsStream) SendAndClose(m *AclGetRecordsRespo
}
return x.CloseSend()
}
type DRPCCoordinator_AccountLimitsSetStream interface {
drpc.Stream
SendAndClose(*AccountLimitsSetResponse) error
}
type drpcCoordinator_AccountLimitsSetStream struct {
drpc.Stream
}
func (x *drpcCoordinator_AccountLimitsSetStream) SendAndClose(m *AccountLimitsSetResponse) error {
if err := x.MsgSend(m, drpcEncoding_File_coordinator_coordinatorproto_protos_coordinator_proto{}); err != nil {
return err
}
return x.CloseSend()
}