Documentation ¶
Index ¶
- Variables
- type ListUsersRequest
- type ListUsersResponse
- func (*ListUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUsersResponse) GetDepartment() string
- func (x *ListUsersResponse) GetDisplayName() string
- func (x *ListUsersResponse) GetEmail() string
- func (x *ListUsersResponse) GetId() int64
- func (x *ListUsersResponse) GetIsSystem() bool
- func (*ListUsersResponse) ProtoMessage()
- func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
- func (x *ListUsersResponse) Reset()
- func (x *ListUsersResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_stargate_user_v1beta1_user_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ListUsersRequest ¶
type ListUsersRequest struct {
// contains filtered or unexported fields
}
func (*ListUsersRequest) Descriptor
deprecated
func (*ListUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.
func (*ListUsersRequest) ProtoMessage ¶
func (*ListUsersRequest) ProtoMessage()
func (*ListUsersRequest) ProtoReflect ¶
func (x *ListUsersRequest) ProtoReflect() protoreflect.Message
func (*ListUsersRequest) Reset ¶
func (x *ListUsersRequest) Reset()
func (*ListUsersRequest) String ¶
func (x *ListUsersRequest) String() string
type ListUsersResponse ¶
type ListUsersResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Department string `protobuf:"bytes,4,opt,name=department,proto3" json:"department,omitempty"` IsSystem bool `protobuf:"varint,5,opt,name=is_system,json=isSystem,proto3" json:"is_system,omitempty"` // contains filtered or unexported fields }
func (*ListUsersResponse) Descriptor
deprecated
func (*ListUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.
func (*ListUsersResponse) GetDepartment ¶
func (x *ListUsersResponse) GetDepartment() string
func (*ListUsersResponse) GetDisplayName ¶
func (x *ListUsersResponse) GetDisplayName() string
func (*ListUsersResponse) GetEmail ¶
func (x *ListUsersResponse) GetEmail() string
func (*ListUsersResponse) GetId ¶
func (x *ListUsersResponse) GetId() int64
func (*ListUsersResponse) GetIsSystem ¶
func (x *ListUsersResponse) GetIsSystem() bool
func (*ListUsersResponse) ProtoMessage ¶
func (*ListUsersResponse) ProtoMessage()
func (*ListUsersResponse) ProtoReflect ¶
func (x *ListUsersResponse) ProtoReflect() protoreflect.Message
func (*ListUsersResponse) Reset ¶
func (x *ListUsersResponse) Reset()
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
Click to show internal directories.
Click to hide internal directories.