// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 // protoc v5.26.0 // source: api/members/members.proto package members import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) // ==================================成员管理====================================== type AddMemberReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` //uuid Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` //姓名 Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` //简介 Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` //详细介绍 Operator string `protobuf:"bytes,5,opt,name=operator,proto3" json:"operator"` //操作人 OperatorId int32 `protobuf:"varint,6,opt,name=operatorId,proto3" json:"operatorId"` //操作人Id } func (x *AddMemberReq) Reset() { *x = AddMemberReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddMemberReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddMemberReq) ProtoMessage() {} func (x *AddMemberReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 AddMemberReq.ProtoReflect.Descriptor instead. func (*AddMemberReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{0} } func (x *AddMemberReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *AddMemberReq) GetName() string { if x != nil { return x.Name } return "" } func (x *AddMemberReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *AddMemberReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *AddMemberReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *AddMemberReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type AddMemberResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *AddMemberResp) Reset() { *x = AddMemberResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AddMemberResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddMemberResp) ProtoMessage() {} func (x *AddMemberResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 AddMemberResp.ProtoReflect.Descriptor instead. func (*AddMemberResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{1} } func (x *AddMemberResp) GetMsg() string { if x != nil { return x.Msg } return "" } type EditMemberReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` //uuid Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` //姓名 Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` //简介 Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` //详细介绍 Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort"` //排序 Operator string `protobuf:"bytes,6,opt,name=operator,proto3" json:"operator"` //操作人 OperatorId int32 `protobuf:"varint,7,opt,name=operatorId,proto3" json:"operatorId"` //操作人Id } func (x *EditMemberReq) Reset() { *x = EditMemberReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditMemberReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditMemberReq) ProtoMessage() {} func (x *EditMemberReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditMemberReq.ProtoReflect.Descriptor instead. func (*EditMemberReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{2} } func (x *EditMemberReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditMemberReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditMemberReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *EditMemberReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *EditMemberReq) GetSort() int32 { if x != nil { return x.Sort } return 0 } func (x *EditMemberReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditMemberReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditMemberResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditMemberResp) Reset() { *x = EditMemberResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditMemberResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditMemberResp) ProtoMessage() {} func (x *EditMemberResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditMemberResp.ProtoReflect.Descriptor instead. func (*EditMemberResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{3} } func (x *EditMemberResp) GetMsg() string { if x != nil { return x.Msg } return "" } type DeleteMemberReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` //uuid } func (x *DeleteMemberReq) Reset() { *x = DeleteMemberReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteMemberReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteMemberReq) ProtoMessage() {} func (x *DeleteMemberReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 DeleteMemberReq.ProtoReflect.Descriptor instead. func (*DeleteMemberReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{4} } func (x *DeleteMemberReq) GetUuid() string { if x != nil { return x.Uuid } return "" } type DeleteMemberResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *DeleteMemberResp) Reset() { *x = DeleteMemberResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteMemberResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteMemberResp) ProtoMessage() {} func (x *DeleteMemberResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 DeleteMemberResp.ProtoReflect.Descriptor instead. func (*DeleteMemberResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{5} } func (x *DeleteMemberResp) GetMsg() string { if x != nil { return x.Msg } return "" } type Filtrate struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` //文件名称 } func (x *Filtrate) Reset() { *x = Filtrate{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Filtrate) String() string { return protoimpl.X.MessageStringOf(x) } func (*Filtrate) ProtoMessage() {} func (x *Filtrate) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 Filtrate.ProtoReflect.Descriptor instead. func (*Filtrate) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{6} } func (x *Filtrate) GetName() string { if x != nil { return x.Name } return "" } type GetMemberListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"` Filtrate *Filtrate `protobuf:"bytes,3,opt,name=filtrate,proto3" json:"filtrate"` //筛选条件 } func (x *GetMemberListReq) Reset() { *x = GetMemberListReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetMemberListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetMemberListReq) ProtoMessage() {} func (x *GetMemberListReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 GetMemberListReq.ProtoReflect.Descriptor instead. func (*GetMemberListReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{7} } func (x *GetMemberListReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetMemberListReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetMemberListReq) GetFiltrate() *Filtrate { if x != nil { return x.Filtrate } return nil } type GetMemberListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize"` Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total"` Data []*Member `protobuf:"bytes,5,rep,name=data,proto3" json:"data"` } func (x *GetMemberListResp) Reset() { *x = GetMemberListResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetMemberListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetMemberListResp) ProtoMessage() {} func (x *GetMemberListResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 GetMemberListResp.ProtoReflect.Descriptor instead. func (*GetMemberListResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{8} } func (x *GetMemberListResp) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *GetMemberListResp) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetMemberListResp) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetMemberListResp) GetTotal() int32 { if x != nil { return x.Total } return 0 } func (x *GetMemberListResp) GetData() []*Member { if x != nil { return x.Data } return nil } type Member struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` Sort int32 `protobuf:"varint,5,opt,name=sort,proto3" json:"sort"` Management *Management `protobuf:"bytes,6,opt,name=management,proto3" json:"management"` BoardOfDirectors *BoardOfDirectors `protobuf:"bytes,7,opt,name=boardOfDirectors,proto3" json:"boardOfDirectors"` CommitteeAppointments *CommitteeAppointments `protobuf:"bytes,8,opt,name=committeeAppointments,proto3" json:"committeeAppointments"` UpdatedAt string `protobuf:"bytes,9,opt,name=updatedAt,proto3" json:"updatedAt"` Operator string `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator"` } func (x *Member) Reset() { *x = Member{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Member) String() string { return protoimpl.X.MessageStringOf(x) } func (*Member) ProtoMessage() {} func (x *Member) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 Member.ProtoReflect.Descriptor instead. func (*Member) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{9} } func (x *Member) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *Member) GetName() string { if x != nil { return x.Name } return "" } func (x *Member) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *Member) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *Member) GetSort() int32 { if x != nil { return x.Sort } return 0 } func (x *Member) GetManagement() *Management { if x != nil { return x.Management } return nil } func (x *Member) GetBoardOfDirectors() *BoardOfDirectors { if x != nil { return x.BoardOfDirectors } return nil } func (x *Member) GetCommitteeAppointments() *CommitteeAppointments { if x != nil { return x.CommitteeAppointments } return nil } func (x *Member) GetUpdatedAt() string { if x != nil { return x.UpdatedAt } return "" } func (x *Member) GetOperator() string { if x != nil { return x.Operator } return "" } // ===================================成员信息管理======================================= type Management struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image"` Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` Status int32 `protobuf:"varint,5,opt,name=status,proto3" json:"status"` IsSetting int32 `protobuf:"varint,6,opt,name=isSetting,proto3" json:"isSetting"` } func (x *Management) Reset() { *x = Management{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Management) String() string { return protoimpl.X.MessageStringOf(x) } func (*Management) ProtoMessage() {} func (x *Management) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 Management.ProtoReflect.Descriptor instead. func (*Management) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{10} } func (x *Management) GetName() string { if x != nil { return x.Name } return "" } func (x *Management) GetImage() string { if x != nil { return x.Image } return "" } func (x *Management) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *Management) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *Management) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *Management) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } type EditManagementReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` Brief string `protobuf:"bytes,5,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,6,opt,name=introduction,proto3" json:"introduction"` IsSetting int32 `protobuf:"varint,7,opt,name=isSetting,proto3" json:"isSetting"` Operator string `protobuf:"bytes,8,opt,name=operator,proto3" json:"operator"` OperatorId int32 `protobuf:"varint,9,opt,name=operatorId,proto3" json:"operatorId"` } func (x *EditManagementReq) Reset() { *x = EditManagementReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditManagementReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditManagementReq) ProtoMessage() {} func (x *EditManagementReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditManagementReq.ProtoReflect.Descriptor instead. func (*EditManagementReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{11} } func (x *EditManagementReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditManagementReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditManagementReq) GetImage() string { if x != nil { return x.Image } return "" } func (x *EditManagementReq) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *EditManagementReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *EditManagementReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *EditManagementReq) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } func (x *EditManagementReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditManagementReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditManagementResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditManagementResp) Reset() { *x = EditManagementResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditManagementResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditManagementResp) ProtoMessage() {} func (x *EditManagementResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 EditManagementResp.ProtoReflect.Descriptor instead. func (*EditManagementResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{12} } func (x *EditManagementResp) GetMsg() string { if x != nil { return x.Msg } return "" } type DisplayManagementReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *DisplayManagementReq) Reset() { *x = DisplayManagementReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayManagementReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayManagementReq) ProtoMessage() {} func (x *DisplayManagementReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 DisplayManagementReq.ProtoReflect.Descriptor instead. func (*DisplayManagementReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{13} } type DisplayManagementResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Item []*DisplayManagementItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item"` } func (x *DisplayManagementResp) Reset() { *x = DisplayManagementResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayManagementResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayManagementResp) ProtoMessage() {} func (x *DisplayManagementResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_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 DisplayManagementResp.ProtoReflect.Descriptor instead. func (*DisplayManagementResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{14} } func (x *DisplayManagementResp) GetItem() []*DisplayManagementItem { if x != nil { return x.Item } return nil } type DisplayManagementItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image"` Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` } func (x *DisplayManagementItem) Reset() { *x = DisplayManagementItem{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayManagementItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayManagementItem) ProtoMessage() {} func (x *DisplayManagementItem) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DisplayManagementItem.ProtoReflect.Descriptor instead. func (*DisplayManagementItem) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{15} } func (x *DisplayManagementItem) GetName() string { if x != nil { return x.Name } return "" } func (x *DisplayManagementItem) GetImage() string { if x != nil { return x.Image } return "" } func (x *DisplayManagementItem) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *DisplayManagementItem) GetIntroduction() string { if x != nil { return x.Introduction } return "" } // ==================================董事会信息管理====================================== type BoardOfDirectors struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` Brief string `protobuf:"bytes,3,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction"` IsSetting int32 `protobuf:"varint,5,opt,name=isSetting,proto3" json:"isSetting"` } func (x *BoardOfDirectors) Reset() { *x = BoardOfDirectors{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *BoardOfDirectors) String() string { return protoimpl.X.MessageStringOf(x) } func (*BoardOfDirectors) ProtoMessage() {} func (x *BoardOfDirectors) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use BoardOfDirectors.ProtoReflect.Descriptor instead. func (*BoardOfDirectors) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{16} } func (x *BoardOfDirectors) GetName() string { if x != nil { return x.Name } return "" } func (x *BoardOfDirectors) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *BoardOfDirectors) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *BoardOfDirectors) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *BoardOfDirectors) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } type EditBoardOfDirectorsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"` Brief string `protobuf:"bytes,4,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,5,opt,name=introduction,proto3" json:"introduction"` IsSetting int32 `protobuf:"varint,6,opt,name=isSetting,proto3" json:"isSetting"` Operator string `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator"` OperatorId int32 `protobuf:"varint,8,opt,name=operatorId,proto3" json:"operatorId"` } func (x *EditBoardOfDirectorsReq) Reset() { *x = EditBoardOfDirectorsReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditBoardOfDirectorsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditBoardOfDirectorsReq) ProtoMessage() {} func (x *EditBoardOfDirectorsReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[17] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use EditBoardOfDirectorsReq.ProtoReflect.Descriptor instead. func (*EditBoardOfDirectorsReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{17} } func (x *EditBoardOfDirectorsReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditBoardOfDirectorsReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditBoardOfDirectorsReq) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *EditBoardOfDirectorsReq) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *EditBoardOfDirectorsReq) GetIntroduction() string { if x != nil { return x.Introduction } return "" } func (x *EditBoardOfDirectorsReq) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } func (x *EditBoardOfDirectorsReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditBoardOfDirectorsReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditBoardOfDirectorsResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditBoardOfDirectorsResp) Reset() { *x = EditBoardOfDirectorsResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditBoardOfDirectorsResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditBoardOfDirectorsResp) ProtoMessage() {} func (x *EditBoardOfDirectorsResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[18] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use EditBoardOfDirectorsResp.ProtoReflect.Descriptor instead. func (*EditBoardOfDirectorsResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{18} } func (x *EditBoardOfDirectorsResp) GetMsg() string { if x != nil { return x.Msg } return "" } type DisplayBoardOfDirectorsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *DisplayBoardOfDirectorsReq) Reset() { *x = DisplayBoardOfDirectorsReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayBoardOfDirectorsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayBoardOfDirectorsReq) ProtoMessage() {} func (x *DisplayBoardOfDirectorsReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[19] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DisplayBoardOfDirectorsReq.ProtoReflect.Descriptor instead. func (*DisplayBoardOfDirectorsReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{19} } type DisplayBoardOfDirectorsResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Item []*DisplayBoardOfDirectorItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item"` } func (x *DisplayBoardOfDirectorsResp) Reset() { *x = DisplayBoardOfDirectorsResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayBoardOfDirectorsResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayBoardOfDirectorsResp) ProtoMessage() {} func (x *DisplayBoardOfDirectorsResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[20] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DisplayBoardOfDirectorsResp.ProtoReflect.Descriptor instead. func (*DisplayBoardOfDirectorsResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{20} } func (x *DisplayBoardOfDirectorsResp) GetItem() []*DisplayBoardOfDirectorItem { if x != nil { return x.Item } return nil } type DisplayBoardOfDirectorItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Brief string `protobuf:"bytes,2,opt,name=brief,proto3" json:"brief"` Introduction string `protobuf:"bytes,3,opt,name=introduction,proto3" json:"introduction"` } func (x *DisplayBoardOfDirectorItem) Reset() { *x = DisplayBoardOfDirectorItem{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayBoardOfDirectorItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayBoardOfDirectorItem) ProtoMessage() {} func (x *DisplayBoardOfDirectorItem) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[21] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DisplayBoardOfDirectorItem.ProtoReflect.Descriptor instead. func (*DisplayBoardOfDirectorItem) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{21} } func (x *DisplayBoardOfDirectorItem) GetName() string { if x != nil { return x.Name } return "" } func (x *DisplayBoardOfDirectorItem) GetBrief() string { if x != nil { return x.Brief } return "" } func (x *DisplayBoardOfDirectorItem) GetIntroduction() string { if x != nil { return x.Introduction } return "" } // ==================================委员会任命管理====================================== type CommitteeAppointments struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` AuditCommittee int32 `protobuf:"varint,3,opt,name=auditCommittee,proto3" json:"auditCommittee"` CompensationCommittee int32 `protobuf:"varint,4,opt,name=compensationCommittee,proto3" json:"compensationCommittee"` NominatingCommittee int32 `protobuf:"varint,5,opt,name=nominatingCommittee,proto3" json:"nominatingCommittee"` IsSetting int32 `protobuf:"varint,6,opt,name=isSetting,proto3" json:"isSetting"` } func (x *CommitteeAppointments) Reset() { *x = CommitteeAppointments{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CommitteeAppointments) String() string { return protoimpl.X.MessageStringOf(x) } func (*CommitteeAppointments) ProtoMessage() {} func (x *CommitteeAppointments) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[22] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CommitteeAppointments.ProtoReflect.Descriptor instead. func (*CommitteeAppointments) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{22} } func (x *CommitteeAppointments) GetName() string { if x != nil { return x.Name } return "" } func (x *CommitteeAppointments) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *CommitteeAppointments) GetAuditCommittee() int32 { if x != nil { return x.AuditCommittee } return 0 } func (x *CommitteeAppointments) GetCompensationCommittee() int32 { if x != nil { return x.CompensationCommittee } return 0 } func (x *CommitteeAppointments) GetNominatingCommittee() int32 { if x != nil { return x.NominatingCommittee } return 0 } func (x *CommitteeAppointments) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } type EditCommitteeAppointmentsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"` AuditCommittee int32 `protobuf:"varint,4,opt,name=auditCommittee,proto3" json:"auditCommittee"` CompensationCommittee int32 `protobuf:"varint,5,opt,name=compensationCommittee,proto3" json:"compensationCommittee"` NominatingCommittee int32 `protobuf:"varint,6,opt,name=nominatingCommittee,proto3" json:"nominatingCommittee"` IsSetting int32 `protobuf:"varint,7,opt,name=isSetting,proto3" json:"isSetting"` Operator string `protobuf:"bytes,8,opt,name=operator,proto3" json:"operator"` OperatorId int32 `protobuf:"varint,9,opt,name=operatorId,proto3" json:"operatorId"` } func (x *EditCommitteeAppointmentsReq) Reset() { *x = EditCommitteeAppointmentsReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditCommitteeAppointmentsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditCommitteeAppointmentsReq) ProtoMessage() {} func (x *EditCommitteeAppointmentsReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[23] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use EditCommitteeAppointmentsReq.ProtoReflect.Descriptor instead. func (*EditCommitteeAppointmentsReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{23} } func (x *EditCommitteeAppointmentsReq) GetUuid() string { if x != nil { return x.Uuid } return "" } func (x *EditCommitteeAppointmentsReq) GetName() string { if x != nil { return x.Name } return "" } func (x *EditCommitteeAppointmentsReq) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *EditCommitteeAppointmentsReq) GetAuditCommittee() int32 { if x != nil { return x.AuditCommittee } return 0 } func (x *EditCommitteeAppointmentsReq) GetCompensationCommittee() int32 { if x != nil { return x.CompensationCommittee } return 0 } func (x *EditCommitteeAppointmentsReq) GetNominatingCommittee() int32 { if x != nil { return x.NominatingCommittee } return 0 } func (x *EditCommitteeAppointmentsReq) GetIsSetting() int32 { if x != nil { return x.IsSetting } return 0 } func (x *EditCommitteeAppointmentsReq) GetOperator() string { if x != nil { return x.Operator } return "" } func (x *EditCommitteeAppointmentsReq) GetOperatorId() int32 { if x != nil { return x.OperatorId } return 0 } type EditCommitteeAppointmentsResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"` } func (x *EditCommitteeAppointmentsResp) Reset() { *x = EditCommitteeAppointmentsResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditCommitteeAppointmentsResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditCommitteeAppointmentsResp) ProtoMessage() {} func (x *EditCommitteeAppointmentsResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[24] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use EditCommitteeAppointmentsResp.ProtoReflect.Descriptor instead. func (*EditCommitteeAppointmentsResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{24} } func (x *EditCommitteeAppointmentsResp) GetMsg() string { if x != nil { return x.Msg } return "" } type DisplayCommitteeAppointmentsReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *DisplayCommitteeAppointmentsReq) Reset() { *x = DisplayCommitteeAppointmentsReq{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayCommitteeAppointmentsReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayCommitteeAppointmentsReq) ProtoMessage() {} func (x *DisplayCommitteeAppointmentsReq) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[25] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DisplayCommitteeAppointmentsReq.ProtoReflect.Descriptor instead. func (*DisplayCommitteeAppointmentsReq) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{25} } type DisplayCommitteeAppointmentsResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Item []*DisplayCommitteeAppointmentsItem `protobuf:"bytes,1,rep,name=item,proto3" json:"item"` } func (x *DisplayCommitteeAppointmentsResp) Reset() { *x = DisplayCommitteeAppointmentsResp{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayCommitteeAppointmentsResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayCommitteeAppointmentsResp) ProtoMessage() {} func (x *DisplayCommitteeAppointmentsResp) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[26] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DisplayCommitteeAppointmentsResp.ProtoReflect.Descriptor instead. func (*DisplayCommitteeAppointmentsResp) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{26} } func (x *DisplayCommitteeAppointmentsResp) GetItem() []*DisplayCommitteeAppointmentsItem { if x != nil { return x.Item } return nil } type DisplayCommitteeAppointmentsItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` AuditCommittee int32 `protobuf:"varint,2,opt,name=auditCommittee,proto3" json:"auditCommittee"` CompensationCommittee int32 `protobuf:"varint,3,opt,name=compensationCommittee,proto3" json:"compensationCommittee"` NominatingCommittee int32 `protobuf:"varint,4,opt,name=nominatingCommittee,proto3" json:"nominatingCommittee"` } func (x *DisplayCommitteeAppointmentsItem) Reset() { *x = DisplayCommitteeAppointmentsItem{} if protoimpl.UnsafeEnabled { mi := &file_api_members_members_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DisplayCommitteeAppointmentsItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*DisplayCommitteeAppointmentsItem) ProtoMessage() {} func (x *DisplayCommitteeAppointmentsItem) ProtoReflect() protoreflect.Message { mi := &file_api_members_members_proto_msgTypes[27] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DisplayCommitteeAppointmentsItem.ProtoReflect.Descriptor instead. func (*DisplayCommitteeAppointmentsItem) Descriptor() ([]byte, []int) { return file_api_members_members_proto_rawDescGZIP(), []int{27} } func (x *DisplayCommitteeAppointmentsItem) GetName() string { if x != nil { return x.Name } return "" } func (x *DisplayCommitteeAppointmentsItem) GetAuditCommittee() int32 { if x != nil { return x.AuditCommittee } return 0 } func (x *DisplayCommitteeAppointmentsItem) GetCompensationCommittee() int32 { if x != nil { return x.CompensationCommittee } return 0 } func (x *DisplayCommitteeAppointmentsItem) GetNominatingCommittee() int32 { if x != nil { return x.NominatingCommittee } return 0 } var File_api_members_members_proto protoreflect.FileDescriptor var file_api_members_members_proto_rawDesc = []byte{ 0x0a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2f, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0xac, 0x01, 0x0a, 0x0c, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x21, 0x0a, 0x0d, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0xc1, 0x01, 0x0a, 0x0d, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x22, 0x0a, 0x0e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x25, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x22, 0x24, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x1e, 0x0a, 0x08, 0x46, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x71, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x2d, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x65, 0x22, 0x90, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8a, 0x03, 0x0a, 0x06, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x12, 0x33, 0x0a, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x45, 0x0a, 0x10, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x10, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x54, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x22, 0xa6, 0x01, 0x0a, 0x0a, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0xfd, 0x01, 0x0a, 0x11, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x26, 0x0a, 0x12, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x16, 0x0a, 0x14, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x22, 0x4b, 0x0a, 0x15, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x32, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x7b, 0x0a, 0x15, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x96, 0x01, 0x0a, 0x10, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0xed, 0x01, 0x0a, 0x17, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x2c, 0x0a, 0x18, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x1c, 0x0a, 0x1a, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x71, 0x22, 0x56, 0x0a, 0x1b, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x6a, 0x0a, 0x1a, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x62, 0x72, 0x69, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xf1, 0x01, 0x0a, 0x15, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0xc8, 0x02, 0x0a, 0x1c, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x69, 0x73, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x31, 0x0a, 0x1d, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x21, 0x0a, 0x1f, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x22, 0x61, 0x0a, 0x20, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0xc6, 0x01, 0x0a, 0x20, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x61, 0x75, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x65, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x12, 0x30, 0x0a, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x32, 0xd4, 0x06, 0x0a, 0x07, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x12, 0x3a, 0x0a, 0x09, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x15, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x43, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x18, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x19, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x49, 0x0a, 0x0e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x52, 0x0a, 0x11, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x5b, 0x0a, 0x14, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x20, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x64, 0x0a, 0x17, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x23, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x24, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x42, 0x6f, 0x61, 0x72, 0x64, 0x4f, 0x66, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x6a, 0x0a, 0x19, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x25, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x26, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x73, 0x0a, 0x1c, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x28, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x29, 0x2e, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x65, 0x41, 0x70, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x3b, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_api_members_members_proto_rawDescOnce sync.Once file_api_members_members_proto_rawDescData = file_api_members_members_proto_rawDesc ) func file_api_members_members_proto_rawDescGZIP() []byte { file_api_members_members_proto_rawDescOnce.Do(func() { file_api_members_members_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_members_members_proto_rawDescData) }) return file_api_members_members_proto_rawDescData } var file_api_members_members_proto_msgTypes = make([]protoimpl.MessageInfo, 28) var file_api_members_members_proto_goTypes = []interface{}{ (*AddMemberReq)(nil), // 0: members.AddMemberReq (*AddMemberResp)(nil), // 1: members.AddMemberResp (*EditMemberReq)(nil), // 2: members.EditMemberReq (*EditMemberResp)(nil), // 3: members.EditMemberResp (*DeleteMemberReq)(nil), // 4: members.DeleteMemberReq (*DeleteMemberResp)(nil), // 5: members.DeleteMemberResp (*Filtrate)(nil), // 6: members.Filtrate (*GetMemberListReq)(nil), // 7: members.GetMemberListReq (*GetMemberListResp)(nil), // 8: members.GetMemberListResp (*Member)(nil), // 9: members.Member (*Management)(nil), // 10: members.Management (*EditManagementReq)(nil), // 11: members.EditManagementReq (*EditManagementResp)(nil), // 12: members.EditManagementResp (*DisplayManagementReq)(nil), // 13: members.DisplayManagementReq (*DisplayManagementResp)(nil), // 14: members.DisplayManagementResp (*DisplayManagementItem)(nil), // 15: members.DisplayManagementItem (*BoardOfDirectors)(nil), // 16: members.BoardOfDirectors (*EditBoardOfDirectorsReq)(nil), // 17: members.EditBoardOfDirectorsReq (*EditBoardOfDirectorsResp)(nil), // 18: members.EditBoardOfDirectorsResp (*DisplayBoardOfDirectorsReq)(nil), // 19: members.DisplayBoardOfDirectorsReq (*DisplayBoardOfDirectorsResp)(nil), // 20: members.DisplayBoardOfDirectorsResp (*DisplayBoardOfDirectorItem)(nil), // 21: members.DisplayBoardOfDirectorItem (*CommitteeAppointments)(nil), // 22: members.CommitteeAppointments (*EditCommitteeAppointmentsReq)(nil), // 23: members.EditCommitteeAppointmentsReq (*EditCommitteeAppointmentsResp)(nil), // 24: members.EditCommitteeAppointmentsResp (*DisplayCommitteeAppointmentsReq)(nil), // 25: members.DisplayCommitteeAppointmentsReq (*DisplayCommitteeAppointmentsResp)(nil), // 26: members.DisplayCommitteeAppointmentsResp (*DisplayCommitteeAppointmentsItem)(nil), // 27: members.DisplayCommitteeAppointmentsItem } var file_api_members_members_proto_depIdxs = []int32{ 6, // 0: members.GetMemberListReq.filtrate:type_name -> members.Filtrate 9, // 1: members.GetMemberListResp.data:type_name -> members.Member 10, // 2: members.Member.management:type_name -> members.Management 16, // 3: members.Member.boardOfDirectors:type_name -> members.BoardOfDirectors 22, // 4: members.Member.committeeAppointments:type_name -> members.CommitteeAppointments 15, // 5: members.DisplayManagementResp.item:type_name -> members.DisplayManagementItem 21, // 6: members.DisplayBoardOfDirectorsResp.item:type_name -> members.DisplayBoardOfDirectorItem 27, // 7: members.DisplayCommitteeAppointmentsResp.item:type_name -> members.DisplayCommitteeAppointmentsItem 0, // 8: members.Members.AddMember:input_type -> members.AddMemberReq 2, // 9: members.Members.EditMember:input_type -> members.EditMemberReq 4, // 10: members.Members.DeleteMember:input_type -> members.DeleteMemberReq 7, // 11: members.Members.GetMemberList:input_type -> members.GetMemberListReq 11, // 12: members.Members.EditManagement:input_type -> members.EditManagementReq 13, // 13: members.Members.DisplayManagement:input_type -> members.DisplayManagementReq 17, // 14: members.Members.EditBoardOfDirectors:input_type -> members.EditBoardOfDirectorsReq 19, // 15: members.Members.DisplayBoardOfDirectors:input_type -> members.DisplayBoardOfDirectorsReq 23, // 16: members.Members.EditCommitteeAppointments:input_type -> members.EditCommitteeAppointmentsReq 25, // 17: members.Members.DisplayCommitteeAppointments:input_type -> members.DisplayCommitteeAppointmentsReq 1, // 18: members.Members.AddMember:output_type -> members.AddMemberResp 3, // 19: members.Members.EditMember:output_type -> members.EditMemberResp 5, // 20: members.Members.DeleteMember:output_type -> members.DeleteMemberResp 8, // 21: members.Members.GetMemberList:output_type -> members.GetMemberListResp 12, // 22: members.Members.EditManagement:output_type -> members.EditManagementResp 14, // 23: members.Members.DisplayManagement:output_type -> members.DisplayManagementResp 18, // 24: members.Members.EditBoardOfDirectors:output_type -> members.EditBoardOfDirectorsResp 20, // 25: members.Members.DisplayBoardOfDirectors:output_type -> members.DisplayBoardOfDirectorsResp 24, // 26: members.Members.EditCommitteeAppointments:output_type -> members.EditCommitteeAppointmentsResp 26, // 27: members.Members.DisplayCommitteeAppointments:output_type -> members.DisplayCommitteeAppointmentsResp 18, // [18:28] is the sub-list for method output_type 8, // [8:18] is the sub-list for method input_type 8, // [8:8] is the sub-list for extension type_name 8, // [8:8] is the sub-list for extension extendee 0, // [0:8] is the sub-list for field type_name } func init() { file_api_members_members_proto_init() } func file_api_members_members_proto_init() { if File_api_members_members_proto != nil { return } if !protoimpl.UnsafeEnabled { file_api_members_members_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddMemberReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AddMemberResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditMemberReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditMemberResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMemberReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteMemberResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Filtrate); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMemberListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GetMemberListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Member); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Management); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditManagementReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditManagementResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayManagementReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayManagementResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayManagementItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*BoardOfDirectors); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditBoardOfDirectorsReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditBoardOfDirectorsResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayBoardOfDirectorsReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayBoardOfDirectorsResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayBoardOfDirectorItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CommitteeAppointments); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditCommitteeAppointmentsReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EditCommitteeAppointmentsResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayCommitteeAppointmentsReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayCommitteeAppointmentsResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_members_members_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DisplayCommitteeAppointmentsItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_api_members_members_proto_rawDesc, NumEnums: 0, NumMessages: 28, NumExtensions: 0, NumServices: 1, }, GoTypes: file_api_members_members_proto_goTypes, DependencyIndexes: file_api_members_members_proto_depIdxs, MessageInfos: file_api_members_members_proto_msgTypes, }.Build() File_api_members_members_proto = out.File file_api_members_members_proto_rawDesc = nil file_api_members_members_proto_goTypes = nil file_api_members_members_proto_depIdxs = nil }