Documentation ¶
Index ¶
- Variables
- type Group
- type GroupDetails
- func (*GroupDetails) Descriptor() ([]byte, []int)deprecated
- func (x *GroupDetails) GetGroupId() int32
- func (x *GroupDetails) GetName() string
- func (x *GroupDetails) GetUsers() []*userv1.User
- func (*GroupDetails) ProtoMessage()
- func (x *GroupDetails) ProtoReflect() protoreflect.Message
- func (x *GroupDetails) Reset()
- func (x *GroupDetails) String() string
- type GroupSearchResult
- func (*GroupSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *GroupSearchResult) GetGroup() *Group
- func (x *GroupSearchResult) GetNumMembers() int32
- func (*GroupSearchResult) ProtoMessage()
- func (x *GroupSearchResult) ProtoReflect() protoreflect.Message
- func (x *GroupSearchResult) Reset()
- func (x *GroupSearchResult) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_determined_group_v1_group_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct { // The id of the group being detailed GroupId int32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // The name of the group Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Group contains information about a specific Group
func (*Group) Descriptor
deprecated
func (*Group) GetGroupId ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) ProtoReflect ¶
func (x *Group) ProtoReflect() protoreflect.Message
type GroupDetails ¶
type GroupDetails struct { // The id of the group being detailed GroupId int32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // The name of the group Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The members of the group Users []*userv1.User `protobuf:"bytes,3,rep,name=users,proto3" json:"users,omitempty"` // contains filtered or unexported fields }
GroupDetails contains detailed information about a specific Group including which users belong to the group.
func (*GroupDetails) Descriptor
deprecated
func (*GroupDetails) Descriptor() ([]byte, []int)
Deprecated: Use GroupDetails.ProtoReflect.Descriptor instead.
func (*GroupDetails) GetGroupId ¶
func (x *GroupDetails) GetGroupId() int32
func (*GroupDetails) GetName ¶
func (x *GroupDetails) GetName() string
func (*GroupDetails) GetUsers ¶
func (x *GroupDetails) GetUsers() []*userv1.User
func (*GroupDetails) ProtoMessage ¶
func (*GroupDetails) ProtoMessage()
func (*GroupDetails) ProtoReflect ¶
func (x *GroupDetails) ProtoReflect() protoreflect.Message
func (*GroupDetails) Reset ¶
func (x *GroupDetails) Reset()
func (*GroupDetails) String ¶
func (x *GroupDetails) String() string
type GroupSearchResult ¶
type GroupSearchResult struct { // A group matching the search criteria Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` // The number of users that are in this group NumMembers int32 `protobuf:"varint,2,opt,name=num_members,json=numMembers,proto3" json:"num_members,omitempty"` // contains filtered or unexported fields }
GroupSearchResult is the representation of groups as they're returned by the search endpoint.
func (*GroupSearchResult) Descriptor
deprecated
func (*GroupSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use GroupSearchResult.ProtoReflect.Descriptor instead.
func (*GroupSearchResult) GetGroup ¶
func (x *GroupSearchResult) GetGroup() *Group
func (*GroupSearchResult) GetNumMembers ¶
func (x *GroupSearchResult) GetNumMembers() int32
func (*GroupSearchResult) ProtoMessage ¶
func (*GroupSearchResult) ProtoMessage()
func (*GroupSearchResult) ProtoReflect ¶
func (x *GroupSearchResult) ProtoReflect() protoreflect.Message
func (*GroupSearchResult) Reset ¶
func (x *GroupSearchResult) Reset()
func (*GroupSearchResult) String ¶
func (x *GroupSearchResult) String() string
Click to show internal directories.
Click to hide internal directories.