Versions in this module Expand all Collapse all v0 v0.1.0 Nov 15, 2024 Changes in this version + var ChannelService_ServiceDesc = grpc.ServiceDesc + var File_sift_channels_v2_channels_proto protoreflect.FileDescriptor + func RegisterChannelServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterChannelServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ChannelServiceClient) error + func RegisterChannelServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterChannelServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ChannelServiceServer) error + func RegisterChannelServiceServer(s grpc.ServiceRegistrar, srv ChannelServiceServer) + type Channel struct + AssetId string + BitFieldElements []*v1.ChannelBitFieldElement + ChannelId string + Component string + CreatedByUserId string + CreatedDate *timestamppb.Timestamp + DataType v1.ChannelDataType + Description string + EnumTypes []*v1.ChannelEnumType + ModifiedByUserId string + ModifiedDate *timestamppb.Timestamp + Name string + OrganizationId string + UnitId string + func (*Channel) Descriptor() ([]byte, []int) + func (*Channel) ProtoMessage() + func (m *Channel) CloneMessageVT() proto.Message + func (m *Channel) CloneVT() *Channel + func (m *Channel) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *Channel) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *Channel) MarshalToVT(dAtA []byte) (int, error) + func (m *Channel) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *Channel) MarshalVT() (dAtA []byte, err error) + func (m *Channel) MarshalVTStrict() (dAtA []byte, err error) + func (m *Channel) SizeVT() (n int) + func (m *Channel) UnmarshalVT(dAtA []byte) error + func (m *Channel) UnmarshalVTUnsafe(dAtA []byte) error + func (this *Channel) EqualMessageVT(thatMsg proto.Message) bool + func (this *Channel) EqualVT(that *Channel) bool + func (x *Channel) GetAssetId() string + func (x *Channel) GetBitFieldElements() []*v1.ChannelBitFieldElement + func (x *Channel) GetChannelId() string + func (x *Channel) GetComponent() string + func (x *Channel) GetCreatedByUserId() string + func (x *Channel) GetCreatedDate() *timestamppb.Timestamp + func (x *Channel) GetDataType() v1.ChannelDataType + func (x *Channel) GetDescription() string + func (x *Channel) GetEnumTypes() []*v1.ChannelEnumType + func (x *Channel) GetModifiedByUserId() string + func (x *Channel) GetModifiedDate() *timestamppb.Timestamp + func (x *Channel) GetName() string + func (x *Channel) GetOrganizationId() string + func (x *Channel) GetUnitId() string + func (x *Channel) ProtoReflect() protoreflect.Message + func (x *Channel) Reset() + func (x *Channel) String() string + type ChannelServiceClient interface + GetChannel func(ctx context.Context, in *GetChannelRequest, opts ...grpc.CallOption) (*GetChannelResponse, error) + ListChannels func(ctx context.Context, in *ListChannelsRequest, opts ...grpc.CallOption) (*ListChannelsResponse, error) + func NewChannelServiceClient(cc grpc.ClientConnInterface) ChannelServiceClient + type ChannelServiceServer interface + GetChannel func(context.Context, *GetChannelRequest) (*GetChannelResponse, error) + ListChannels func(context.Context, *ListChannelsRequest) (*ListChannelsResponse, error) + type GetChannelRequest struct + ChannelId string + func (*GetChannelRequest) Descriptor() ([]byte, []int) + func (*GetChannelRequest) ProtoMessage() + func (m *GetChannelRequest) CloneMessageVT() proto.Message + func (m *GetChannelRequest) CloneVT() *GetChannelRequest + func (m *GetChannelRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetChannelRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *GetChannelRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *GetChannelRequest) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *GetChannelRequest) MarshalVT() (dAtA []byte, err error) + func (m *GetChannelRequest) MarshalVTStrict() (dAtA []byte, err error) + func (m *GetChannelRequest) SizeVT() (n int) + func (m *GetChannelRequest) UnmarshalVT(dAtA []byte) error + func (m *GetChannelRequest) UnmarshalVTUnsafe(dAtA []byte) error + func (this *GetChannelRequest) EqualMessageVT(thatMsg proto.Message) bool + func (this *GetChannelRequest) EqualVT(that *GetChannelRequest) bool + func (x *GetChannelRequest) GetChannelId() string + func (x *GetChannelRequest) ProtoReflect() protoreflect.Message + func (x *GetChannelRequest) Reset() + func (x *GetChannelRequest) String() string + type GetChannelResponse struct + Channel *Channel + func (*GetChannelResponse) Descriptor() ([]byte, []int) + func (*GetChannelResponse) ProtoMessage() + func (m *GetChannelResponse) CloneMessageVT() proto.Message + func (m *GetChannelResponse) CloneVT() *GetChannelResponse + func (m *GetChannelResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *GetChannelResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *GetChannelResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *GetChannelResponse) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *GetChannelResponse) MarshalVT() (dAtA []byte, err error) + func (m *GetChannelResponse) MarshalVTStrict() (dAtA []byte, err error) + func (m *GetChannelResponse) SizeVT() (n int) + func (m *GetChannelResponse) UnmarshalVT(dAtA []byte) error + func (m *GetChannelResponse) UnmarshalVTUnsafe(dAtA []byte) error + func (this *GetChannelResponse) EqualMessageVT(thatMsg proto.Message) bool + func (this *GetChannelResponse) EqualVT(that *GetChannelResponse) bool + func (x *GetChannelResponse) GetChannel() *Channel + func (x *GetChannelResponse) ProtoReflect() protoreflect.Message + func (x *GetChannelResponse) Reset() + func (x *GetChannelResponse) String() string + type ListChannelsRequest struct + Filter string + OrderBy string + OrganizationId string + PageSize uint32 + PageToken string + func (*ListChannelsRequest) Descriptor() ([]byte, []int) + func (*ListChannelsRequest) ProtoMessage() + func (m *ListChannelsRequest) CloneMessageVT() proto.Message + func (m *ListChannelsRequest) CloneVT() *ListChannelsRequest + func (m *ListChannelsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ListChannelsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *ListChannelsRequest) MarshalToVT(dAtA []byte) (int, error) + func (m *ListChannelsRequest) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *ListChannelsRequest) MarshalVT() (dAtA []byte, err error) + func (m *ListChannelsRequest) MarshalVTStrict() (dAtA []byte, err error) + func (m *ListChannelsRequest) SizeVT() (n int) + func (m *ListChannelsRequest) UnmarshalVT(dAtA []byte) error + func (m *ListChannelsRequest) UnmarshalVTUnsafe(dAtA []byte) error + func (this *ListChannelsRequest) EqualMessageVT(thatMsg proto.Message) bool + func (this *ListChannelsRequest) EqualVT(that *ListChannelsRequest) bool + func (x *ListChannelsRequest) GetFilter() string + func (x *ListChannelsRequest) GetOrderBy() string + func (x *ListChannelsRequest) GetOrganizationId() string + func (x *ListChannelsRequest) GetPageSize() uint32 + func (x *ListChannelsRequest) GetPageToken() string + func (x *ListChannelsRequest) ProtoReflect() protoreflect.Message + func (x *ListChannelsRequest) Reset() + func (x *ListChannelsRequest) String() string + type ListChannelsResponse struct + Channels []*Channel + NextPageToken string + func (*ListChannelsResponse) Descriptor() ([]byte, []int) + func (*ListChannelsResponse) ProtoMessage() + func (m *ListChannelsResponse) CloneMessageVT() proto.Message + func (m *ListChannelsResponse) CloneVT() *ListChannelsResponse + func (m *ListChannelsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error) + func (m *ListChannelsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error) + func (m *ListChannelsResponse) MarshalToVT(dAtA []byte) (int, error) + func (m *ListChannelsResponse) MarshalToVTStrict(dAtA []byte) (int, error) + func (m *ListChannelsResponse) MarshalVT() (dAtA []byte, err error) + func (m *ListChannelsResponse) MarshalVTStrict() (dAtA []byte, err error) + func (m *ListChannelsResponse) SizeVT() (n int) + func (m *ListChannelsResponse) UnmarshalVT(dAtA []byte) error + func (m *ListChannelsResponse) UnmarshalVTUnsafe(dAtA []byte) error + func (this *ListChannelsResponse) EqualMessageVT(thatMsg proto.Message) bool + func (this *ListChannelsResponse) EqualVT(that *ListChannelsResponse) bool + func (x *ListChannelsResponse) GetChannels() []*Channel + func (x *ListChannelsResponse) GetNextPageToken() string + func (x *ListChannelsResponse) ProtoReflect() protoreflect.Message + func (x *ListChannelsResponse) Reset() + func (x *ListChannelsResponse) String() string + type UnimplementedChannelServiceServer struct + func (UnimplementedChannelServiceServer) GetChannel(context.Context, *GetChannelRequest) (*GetChannelResponse, error) + func (UnimplementedChannelServiceServer) ListChannels(context.Context, *ListChannelsRequest) (*ListChannelsResponse, error) + type UnsafeChannelServiceServer interface