Documentation
¶
Index ¶
- Variables
- type ListUsersRequest
- type ListUsersRequest_builder
- type ListUsersResponse
- 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) SetDepartment(v string)
- func (x *ListUsersResponse) SetDisplayName(v string)
- func (x *ListUsersResponse) SetEmail(v string)
- func (x *ListUsersResponse) SetId(v int64)
- func (x *ListUsersResponse) SetIsSystem(v bool)
- func (x *ListUsersResponse) String() string
- type ListUsersResponse_builder
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) 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 ListUsersRequest_builder ¶
type ListUsersRequest_builder struct {
// contains filtered or unexported fields
}
func (ListUsersRequest_builder) Build ¶
func (b0 ListUsersRequest_builder) Build() *ListUsersRequest
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) 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) SetDepartment ¶
func (x *ListUsersResponse) SetDepartment(v string)
func (*ListUsersResponse) SetDisplayName ¶
func (x *ListUsersResponse) SetDisplayName(v string)
func (*ListUsersResponse) SetEmail ¶
func (x *ListUsersResponse) SetEmail(v string)
func (*ListUsersResponse) SetId ¶
func (x *ListUsersResponse) SetId(v int64)
func (*ListUsersResponse) SetIsSystem ¶
func (x *ListUsersResponse) SetIsSystem(v bool)
func (*ListUsersResponse) String ¶
func (x *ListUsersResponse) String() string
type ListUsersResponse_builder ¶
type ListUsersResponse_builder struct { Id int64 DisplayName string Email string Department string IsSystem bool // contains filtered or unexported fields }
func (ListUsersResponse_builder) Build ¶
func (b0 ListUsersResponse_builder) Build() *ListUsersResponse
Click to show internal directories.
Click to hide internal directories.