Documentation
¶
Index ¶
- Variables
- func RegisterMeetingServiceServer(s *grpc.Server, srv MeetingServiceServer)
- type AcceptMeetingInviteRequest
- func (*AcceptMeetingInviteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AcceptMeetingInviteRequest) GetMeetingId() string
- func (x *AcceptMeetingInviteRequest) GetUserId() string
- func (*AcceptMeetingInviteRequest) ProtoMessage()
- func (x *AcceptMeetingInviteRequest) ProtoReflect() protoreflect.Message
- func (x *AcceptMeetingInviteRequest) Reset()
- func (x *AcceptMeetingInviteRequest) String() string
- type CancelMeetingInviteRequest
- func (*CancelMeetingInviteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CancelMeetingInviteRequest) GetMeetingId() string
- func (x *CancelMeetingInviteRequest) GetUserId() string
- func (*CancelMeetingInviteRequest) ProtoMessage()
- func (x *CancelMeetingInviteRequest) ProtoReflect() protoreflect.Message
- func (x *CancelMeetingInviteRequest) Reset()
- func (x *CancelMeetingInviteRequest) String() string
- type DeclineMeetingInviteRequest
- func (*DeclineMeetingInviteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeclineMeetingInviteRequest) GetMeetingId() string
- func (x *DeclineMeetingInviteRequest) GetUserId() string
- func (*DeclineMeetingInviteRequest) ProtoMessage()
- func (x *DeclineMeetingInviteRequest) ProtoReflect() protoreflect.Message
- func (x *DeclineMeetingInviteRequest) Reset()
- func (x *DeclineMeetingInviteRequest) String() string
- type FetchNumberOfNewConnectionsRequest
- func (*FetchNumberOfNewConnectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FetchNumberOfNewConnectionsRequest) GetUserId() string
- func (*FetchNumberOfNewConnectionsRequest) ProtoMessage()
- func (x *FetchNumberOfNewConnectionsRequest) ProtoReflect() protoreflect.Message
- func (x *FetchNumberOfNewConnectionsRequest) Reset()
- func (x *FetchNumberOfNewConnectionsRequest) String() string
- type FetchNumberOfNewConnectionsResponse
- func (*FetchNumberOfNewConnectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchNumberOfNewConnectionsResponse) GetTotal() int32
- func (*FetchNumberOfNewConnectionsResponse) ProtoMessage()
- func (x *FetchNumberOfNewConnectionsResponse) ProtoReflect() protoreflect.Message
- func (x *FetchNumberOfNewConnectionsResponse) Reset()
- func (x *FetchNumberOfNewConnectionsResponse) String() string
- type FetchNumberOfTotalConnectionsRequest
- func (*FetchNumberOfTotalConnectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FetchNumberOfTotalConnectionsRequest) GetUserId() string
- func (*FetchNumberOfTotalConnectionsRequest) ProtoMessage()
- func (x *FetchNumberOfTotalConnectionsRequest) ProtoReflect() protoreflect.Message
- func (x *FetchNumberOfTotalConnectionsRequest) Reset()
- func (x *FetchNumberOfTotalConnectionsRequest) String() string
- type FetchNumberOfTotalConnectionsResponse
- func (*FetchNumberOfTotalConnectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchNumberOfTotalConnectionsResponse) GetTotal() int32
- func (*FetchNumberOfTotalConnectionsResponse) ProtoMessage()
- func (x *FetchNumberOfTotalConnectionsResponse) ProtoReflect() protoreflect.Message
- func (x *FetchNumberOfTotalConnectionsResponse) Reset()
- func (x *FetchNumberOfTotalConnectionsResponse) String() string
- type GetMeetingRequest
- type GetMeetingResponse
- func (*GetMeetingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingResponse) GetMeeting() *Meeting
- func (*GetMeetingResponse) ProtoMessage()
- func (x *GetMeetingResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeetingResponse) Reset()
- func (x *GetMeetingResponse) String() string
- type GetMeetingVibeRequest
- func (*GetMeetingVibeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibeRequest) GetVibeId() string
- func (*GetMeetingVibeRequest) ProtoMessage()
- func (x *GetMeetingVibeRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibeRequest) Reset()
- func (x *GetMeetingVibeRequest) String() string
- type GetMeetingVibeResponse
- func (*GetMeetingVibeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibeResponse) GetVibe() *MeetingVibe
- func (*GetMeetingVibeResponse) ProtoMessage()
- func (x *GetMeetingVibeResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibeResponse) Reset()
- func (x *GetMeetingVibeResponse) String() string
- type GetMeetingVibesFromMeetingRequest
- func (*GetMeetingVibesFromMeetingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesFromMeetingRequest) GetMeetingId() string
- func (*GetMeetingVibesFromMeetingRequest) ProtoMessage()
- func (x *GetMeetingVibesFromMeetingRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesFromMeetingRequest) Reset()
- func (x *GetMeetingVibesFromMeetingRequest) String() string
- type GetMeetingVibesFromMeetingResponse
- func (*GetMeetingVibesFromMeetingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesFromMeetingResponse) GetVibeIds() []string
- func (*GetMeetingVibesFromMeetingResponse) ProtoMessage()
- func (x *GetMeetingVibesFromMeetingResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesFromMeetingResponse) Reset()
- func (x *GetMeetingVibesFromMeetingResponse) String() string
- type GetMeetingVibesReceivedRequest
- func (*GetMeetingVibesReceivedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesReceivedRequest) GetUserId() string
- func (*GetMeetingVibesReceivedRequest) ProtoMessage()
- func (x *GetMeetingVibesReceivedRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesReceivedRequest) Reset()
- func (x *GetMeetingVibesReceivedRequest) String() string
- type GetMeetingVibesReceivedResponse
- func (*GetMeetingVibesReceivedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesReceivedResponse) GetVibesConnection() []*MeetingVibesReceivedConnection
- func (*GetMeetingVibesReceivedResponse) ProtoMessage()
- func (x *GetMeetingVibesReceivedResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesReceivedResponse) Reset()
- func (x *GetMeetingVibesReceivedResponse) String() string
- type GetMeetingVibesRequest
- func (*GetMeetingVibesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesRequest) GetIds() []string
- func (*GetMeetingVibesRequest) ProtoMessage()
- func (x *GetMeetingVibesRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesRequest) Reset()
- func (x *GetMeetingVibesRequest) String() string
- type GetMeetingVibesResponse
- func (*GetMeetingVibesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesResponse) GetVibes() []*MeetingVibe
- func (*GetMeetingVibesResponse) ProtoMessage()
- func (x *GetMeetingVibesResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesResponse) Reset()
- func (x *GetMeetingVibesResponse) String() string
- type GetMeetingVibesSentRequest
- func (*GetMeetingVibesSentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesSentRequest) GetUserId() string
- func (*GetMeetingVibesSentRequest) ProtoMessage()
- func (x *GetMeetingVibesSentRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesSentRequest) Reset()
- func (x *GetMeetingVibesSentRequest) String() string
- type GetMeetingVibesSentResponse
- func (*GetMeetingVibesSentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingVibesSentResponse) GetVibesConnection() []*MeetingVibesSentConnection
- func (*GetMeetingVibesSentResponse) ProtoMessage()
- func (x *GetMeetingVibesSentResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeetingVibesSentResponse) Reset()
- func (x *GetMeetingVibesSentResponse) String() string
- type GetMeetingsRequest
- func (*GetMeetingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingsRequest) GetIds() []string
- func (*GetMeetingsRequest) ProtoMessage()
- func (x *GetMeetingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMeetingsRequest) Reset()
- func (x *GetMeetingsRequest) String() string
- type GetMeetingsResponse
- func (*GetMeetingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMeetingsResponse) GetMeetings() []*Meeting
- func (*GetMeetingsResponse) ProtoMessage()
- func (x *GetMeetingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMeetingsResponse) Reset()
- func (x *GetMeetingsResponse) String() string
- type GetPendingMeetingsRequest
- func (*GetPendingMeetingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPendingMeetingsRequest) GetIncludeVibed() bool
- func (x *GetPendingMeetingsRequest) GetUserId() string
- func (*GetPendingMeetingsRequest) ProtoMessage()
- func (x *GetPendingMeetingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPendingMeetingsRequest) Reset()
- func (x *GetPendingMeetingsRequest) String() string
- type GetPendingMeetingsResponse
- func (*GetPendingMeetingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPendingMeetingsResponse) GetMeetings() []*UserMeetingConnection
- func (*GetPendingMeetingsResponse) ProtoMessage()
- func (x *GetPendingMeetingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPendingMeetingsResponse) Reset()
- func (x *GetPendingMeetingsResponse) String() string
- type GetUpcomingMeetingBetweenUsersRequest
- func (*GetUpcomingMeetingBetweenUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUpcomingMeetingBetweenUsersRequest) GetFormUserId() string
- func (x *GetUpcomingMeetingBetweenUsersRequest) GetToUserId() string
- func (*GetUpcomingMeetingBetweenUsersRequest) ProtoMessage()
- func (x *GetUpcomingMeetingBetweenUsersRequest) ProtoReflect() protoreflect.Message
- func (x *GetUpcomingMeetingBetweenUsersRequest) Reset()
- func (x *GetUpcomingMeetingBetweenUsersRequest) String() string
- type GetUpcomingMeetingBetweenUsersResponse
- func (*GetUpcomingMeetingBetweenUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUpcomingMeetingBetweenUsersResponse) GetMeetingId() string
- func (*GetUpcomingMeetingBetweenUsersResponse) ProtoMessage()
- func (x *GetUpcomingMeetingBetweenUsersResponse) ProtoReflect() protoreflect.Message
- func (x *GetUpcomingMeetingBetweenUsersResponse) Reset()
- func (x *GetUpcomingMeetingBetweenUsersResponse) String() string
- type GetUpcomingMeetingsRequest
- func (*GetUpcomingMeetingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUpcomingMeetingsRequest) GetUserId() string
- func (*GetUpcomingMeetingsRequest) ProtoMessage()
- func (x *GetUpcomingMeetingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetUpcomingMeetingsRequest) Reset()
- func (x *GetUpcomingMeetingsRequest) String() string
- type GetUpcomingMeetingsResponse
- func (*GetUpcomingMeetingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUpcomingMeetingsResponse) GetMeetings() []*UserMeetingConnection
- func (*GetUpcomingMeetingsResponse) ProtoMessage()
- func (x *GetUpcomingMeetingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetUpcomingMeetingsResponse) Reset()
- func (x *GetUpcomingMeetingsResponse) String() string
- type MarkMeetingConnectionAsSeenRequest
- func (*MarkMeetingConnectionAsSeenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarkMeetingConnectionAsSeenRequest) GetMeetingId() string
- func (x *MarkMeetingConnectionAsSeenRequest) GetUserId() string
- func (*MarkMeetingConnectionAsSeenRequest) ProtoMessage()
- func (x *MarkMeetingConnectionAsSeenRequest) ProtoReflect() protoreflect.Message
- func (x *MarkMeetingConnectionAsSeenRequest) Reset()
- func (x *MarkMeetingConnectionAsSeenRequest) String() string
- type Meeting
- func (*Meeting) Descriptor() ([]byte, []int)deprecated
- func (x *Meeting) GetAccepted() *timestamp.Timestamp
- func (x *Meeting) GetBeginning() *timestamp.Timestamp
- func (x *Meeting) GetCanceled() *timestamp.Timestamp
- func (x *Meeting) GetCreated() *timestamp.Timestamp
- func (x *Meeting) GetCreatorId() string
- func (x *Meeting) GetDeclined() *timestamp.Timestamp
- func (x *Meeting) GetDescription() string
- func (x *Meeting) GetEnding() *timestamp.Timestamp
- func (x *Meeting) GetId() string
- func (x *Meeting) GetLocation() string
- func (x *Meeting) GetUpdated() *timestamp.Timestamp
- func (*Meeting) ProtoMessage()
- func (x *Meeting) ProtoReflect() protoreflect.Message
- func (x *Meeting) Reset()
- func (x *Meeting) String() string
- type MeetingServiceClient
- type MeetingServiceServer
- type MeetingVibe
- func (*MeetingVibe) Descriptor() ([]byte, []int)deprecated
- func (x *MeetingVibe) GetCreated() *timestamp.Timestamp
- func (x *MeetingVibe) GetFeelingClose() float32
- func (x *MeetingVibe) GetHelpfulForJourney() float32
- func (x *MeetingVibe) GetId() string
- func (x *MeetingVibe) GetMeetingId() string
- func (x *MeetingVibe) GetPersonalNotes() string
- func (x *MeetingVibe) GetRelationshipNature() float32
- func (x *MeetingVibe) GetUpdated() *timestamp.Timestamp
- func (x *MeetingVibe) GetValueA() bool
- func (x *MeetingVibe) GetValueB() bool
- func (x *MeetingVibe) GetValueC() bool
- func (*MeetingVibe) ProtoMessage()
- func (x *MeetingVibe) ProtoReflect() protoreflect.Message
- func (x *MeetingVibe) Reset()
- func (x *MeetingVibe) String() string
- type MeetingVibesReceivedConnection
- func (*MeetingVibesReceivedConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MeetingVibesReceivedConnection) GetFromUserId() string
- func (x *MeetingVibesReceivedConnection) GetVibeId() string
- func (*MeetingVibesReceivedConnection) ProtoMessage()
- func (x *MeetingVibesReceivedConnection) ProtoReflect() protoreflect.Message
- func (x *MeetingVibesReceivedConnection) Reset()
- func (x *MeetingVibesReceivedConnection) String() string
- type MeetingVibesSentConnection
- func (*MeetingVibesSentConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MeetingVibesSentConnection) GetToUserId() string
- func (x *MeetingVibesSentConnection) GetVibeId() string
- func (*MeetingVibesSentConnection) ProtoMessage()
- func (x *MeetingVibesSentConnection) ProtoReflect() protoreflect.Message
- func (x *MeetingVibesSentConnection) Reset()
- func (x *MeetingVibesSentConnection) String() string
- type SendMeetingInviteRequest
- func (*SendMeetingInviteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendMeetingInviteRequest) GetBeginning() *timestamp.Timestamp
- func (x *SendMeetingInviteRequest) GetDescription() string
- func (x *SendMeetingInviteRequest) GetEnding() *timestamp.Timestamp
- func (x *SendMeetingInviteRequest) GetLocation() string
- func (x *SendMeetingInviteRequest) GetUserFrom() string
- func (x *SendMeetingInviteRequest) GetUserTo() string
- func (*SendMeetingInviteRequest) ProtoMessage()
- func (x *SendMeetingInviteRequest) ProtoReflect() protoreflect.Message
- func (x *SendMeetingInviteRequest) Reset()
- func (x *SendMeetingInviteRequest) String() string
- type SendMeetingInviteResponse
- func (*SendMeetingInviteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SendMeetingInviteResponse) GetId() string
- func (*SendMeetingInviteResponse) ProtoMessage()
- func (x *SendMeetingInviteResponse) ProtoReflect() protoreflect.Message
- func (x *SendMeetingInviteResponse) Reset()
- func (x *SendMeetingInviteResponse) String() string
- type SendMeetingVibeRequest
- func (*SendMeetingVibeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SendMeetingVibeRequest) GetFromUserId() string
- func (x *SendMeetingVibeRequest) GetMeetingId() string
- func (x *SendMeetingVibeRequest) GetMeetingVibe() *MeetingVibe
- func (x *SendMeetingVibeRequest) GetToUserId() string
- func (*SendMeetingVibeRequest) ProtoMessage()
- func (x *SendMeetingVibeRequest) ProtoReflect() protoreflect.Message
- func (x *SendMeetingVibeRequest) Reset()
- func (x *SendMeetingVibeRequest) String() string
- type SendMeetingVibeResponse
- func (*SendMeetingVibeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SendMeetingVibeResponse) GetId() string
- func (*SendMeetingVibeResponse) ProtoMessage()
- func (x *SendMeetingVibeResponse) ProtoReflect() protoreflect.Message
- func (x *SendMeetingVibeResponse) Reset()
- func (x *SendMeetingVibeResponse) String() string
- type UnimplementedMeetingServiceServer
- func (*UnimplementedMeetingServiceServer) AcceptMeetingInvite(context.Context, *AcceptMeetingInviteRequest) (*empty.Empty, error)
- func (*UnimplementedMeetingServiceServer) CancelMeetingInvite(context.Context, *CancelMeetingInviteRequest) (*empty.Empty, error)
- func (*UnimplementedMeetingServiceServer) DeclineMeetingInvite(context.Context, *DeclineMeetingInviteRequest) (*empty.Empty, error)
- func (*UnimplementedMeetingServiceServer) FetchNumberOfNewConnections(context.Context, *FetchNumberOfNewConnectionsRequest) (*FetchNumberOfNewConnectionsResponse, error)
- func (*UnimplementedMeetingServiceServer) FetchNumberOfTotalConnections(context.Context, *FetchNumberOfTotalConnectionsRequest) (*FetchNumberOfTotalConnectionsResponse, error)
- func (*UnimplementedMeetingServiceServer) GetMeeting(context.Context, *GetMeetingRequest) (*GetMeetingResponse, error)
- func (*UnimplementedMeetingServiceServer) GetMeetingVibe(context.Context, *GetMeetingVibeRequest) (*GetMeetingVibeResponse, error)
- func (*UnimplementedMeetingServiceServer) GetMeetingVibes(context.Context, *GetMeetingVibesRequest) (*GetMeetingVibesResponse, error)
- func (*UnimplementedMeetingServiceServer) GetMeetingVibesFromMeeting(context.Context, *GetMeetingVibesFromMeetingRequest) (*GetMeetingVibesFromMeetingResponse, error)
- func (*UnimplementedMeetingServiceServer) GetMeetingVibesReceived(context.Context, *GetMeetingVibesReceivedRequest) (*GetMeetingVibesReceivedResponse, error)
- func (*UnimplementedMeetingServiceServer) GetMeetingVibesSent(context.Context, *GetMeetingVibesSentRequest) (*GetMeetingVibesSentResponse, error)
- func (*UnimplementedMeetingServiceServer) GetMeetings(context.Context, *GetMeetingsRequest) (*GetMeetingsResponse, error)
- func (*UnimplementedMeetingServiceServer) GetPendingMeetings(context.Context, *GetPendingMeetingsRequest) (*GetPendingMeetingsResponse, error)
- func (*UnimplementedMeetingServiceServer) GetUpcomingMeetingBetweenUsers(context.Context, *GetUpcomingMeetingBetweenUsersRequest) (*GetUpcomingMeetingBetweenUsersResponse, error)
- func (*UnimplementedMeetingServiceServer) GetUpcomingMeetings(context.Context, *GetUpcomingMeetingsRequest) (*GetUpcomingMeetingsResponse, error)
- func (*UnimplementedMeetingServiceServer) MarkMeetingConnectionAsSeen(context.Context, *MarkMeetingConnectionAsSeenRequest) (*empty.Empty, error)
- func (*UnimplementedMeetingServiceServer) SendMeetingInvite(context.Context, *SendMeetingInviteRequest) (*SendMeetingInviteResponse, error)
- func (*UnimplementedMeetingServiceServer) SendMeetingVibe(context.Context, *SendMeetingVibeRequest) (*SendMeetingVibeResponse, error)
- func (*UnimplementedMeetingServiceServer) UpdateMeetingInvite(context.Context, *UpdateMeetingInviteRequest) (*empty.Empty, error)
- type UpdateMeetingInviteRequest
- func (*UpdateMeetingInviteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateMeetingInviteRequest) GetBeginning() *timestamp.Timestamp
- func (x *UpdateMeetingInviteRequest) GetDescription() string
- func (x *UpdateMeetingInviteRequest) GetEnding() *timestamp.Timestamp
- func (x *UpdateMeetingInviteRequest) GetId() string
- func (x *UpdateMeetingInviteRequest) GetLocation() string
- func (x *UpdateMeetingInviteRequest) GetUserFrom() string
- func (*UpdateMeetingInviteRequest) ProtoMessage()
- func (x *UpdateMeetingInviteRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateMeetingInviteRequest) Reset()
- func (x *UpdateMeetingInviteRequest) String() string
- type UserMeetingConnection
- func (*UserMeetingConnection) Descriptor() ([]byte, []int)deprecated
- func (x *UserMeetingConnection) GetInvitedUserId() string
- func (x *UserMeetingConnection) GetMeetingId() string
- func (x *UserMeetingConnection) GetNew() bool
- func (*UserMeetingConnection) ProtoMessage()
- func (x *UserMeetingConnection) ProtoReflect() protoreflect.Message
- func (x *UserMeetingConnection) Reset()
- func (x *UserMeetingConnection) String() string
Constants ¶
This section is empty.
Variables ¶
var File_api_protobuf_spec_connection_meeting_v1_proto protoreflect.FileDescriptor
Functions ¶
func RegisterMeetingServiceServer ¶ added in v0.8.7
func RegisterMeetingServiceServer(s *grpc.Server, srv MeetingServiceServer)
Types ¶
type AcceptMeetingInviteRequest ¶
type AcceptMeetingInviteRequest struct { MeetingId string `protobuf:"bytes,1,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*AcceptMeetingInviteRequest) Descriptor
deprecated
func (*AcceptMeetingInviteRequest) Descriptor() ([]byte, []int)
Deprecated: Use AcceptMeetingInviteRequest.ProtoReflect.Descriptor instead.
func (*AcceptMeetingInviteRequest) GetMeetingId ¶
func (x *AcceptMeetingInviteRequest) GetMeetingId() string
func (*AcceptMeetingInviteRequest) GetUserId ¶
func (x *AcceptMeetingInviteRequest) GetUserId() string
func (*AcceptMeetingInviteRequest) ProtoMessage ¶
func (*AcceptMeetingInviteRequest) ProtoMessage()
func (*AcceptMeetingInviteRequest) ProtoReflect ¶
func (x *AcceptMeetingInviteRequest) ProtoReflect() protoreflect.Message
func (*AcceptMeetingInviteRequest) Reset ¶
func (x *AcceptMeetingInviteRequest) Reset()
func (*AcceptMeetingInviteRequest) String ¶
func (x *AcceptMeetingInviteRequest) String() string
type CancelMeetingInviteRequest ¶
type CancelMeetingInviteRequest struct { MeetingId string `protobuf:"bytes,1,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*CancelMeetingInviteRequest) Descriptor
deprecated
func (*CancelMeetingInviteRequest) Descriptor() ([]byte, []int)
Deprecated: Use CancelMeetingInviteRequest.ProtoReflect.Descriptor instead.
func (*CancelMeetingInviteRequest) GetMeetingId ¶
func (x *CancelMeetingInviteRequest) GetMeetingId() string
func (*CancelMeetingInviteRequest) GetUserId ¶
func (x *CancelMeetingInviteRequest) GetUserId() string
func (*CancelMeetingInviteRequest) ProtoMessage ¶
func (*CancelMeetingInviteRequest) ProtoMessage()
func (*CancelMeetingInviteRequest) ProtoReflect ¶
func (x *CancelMeetingInviteRequest) ProtoReflect() protoreflect.Message
func (*CancelMeetingInviteRequest) Reset ¶
func (x *CancelMeetingInviteRequest) Reset()
func (*CancelMeetingInviteRequest) String ¶
func (x *CancelMeetingInviteRequest) String() string
type DeclineMeetingInviteRequest ¶
type DeclineMeetingInviteRequest struct { MeetingId string `protobuf:"bytes,1,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*DeclineMeetingInviteRequest) Descriptor
deprecated
func (*DeclineMeetingInviteRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeclineMeetingInviteRequest.ProtoReflect.Descriptor instead.
func (*DeclineMeetingInviteRequest) GetMeetingId ¶
func (x *DeclineMeetingInviteRequest) GetMeetingId() string
func (*DeclineMeetingInviteRequest) GetUserId ¶
func (x *DeclineMeetingInviteRequest) GetUserId() string
func (*DeclineMeetingInviteRequest) ProtoMessage ¶
func (*DeclineMeetingInviteRequest) ProtoMessage()
func (*DeclineMeetingInviteRequest) ProtoReflect ¶
func (x *DeclineMeetingInviteRequest) ProtoReflect() protoreflect.Message
func (*DeclineMeetingInviteRequest) Reset ¶
func (x *DeclineMeetingInviteRequest) Reset()
func (*DeclineMeetingInviteRequest) String ¶
func (x *DeclineMeetingInviteRequest) String() string
type FetchNumberOfNewConnectionsRequest ¶ added in v1.5.0
type FetchNumberOfNewConnectionsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*FetchNumberOfNewConnectionsRequest) Descriptor
deprecated
added in
v1.5.0
func (*FetchNumberOfNewConnectionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchNumberOfNewConnectionsRequest.ProtoReflect.Descriptor instead.
func (*FetchNumberOfNewConnectionsRequest) GetUserId ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsRequest) GetUserId() string
func (*FetchNumberOfNewConnectionsRequest) ProtoMessage ¶ added in v1.5.0
func (*FetchNumberOfNewConnectionsRequest) ProtoMessage()
func (*FetchNumberOfNewConnectionsRequest) ProtoReflect ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsRequest) ProtoReflect() protoreflect.Message
func (*FetchNumberOfNewConnectionsRequest) Reset ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsRequest) Reset()
func (*FetchNumberOfNewConnectionsRequest) String ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsRequest) String() string
type FetchNumberOfNewConnectionsResponse ¶ added in v1.5.0
type FetchNumberOfNewConnectionsResponse struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*FetchNumberOfNewConnectionsResponse) Descriptor
deprecated
added in
v1.5.0
func (*FetchNumberOfNewConnectionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchNumberOfNewConnectionsResponse.ProtoReflect.Descriptor instead.
func (*FetchNumberOfNewConnectionsResponse) GetTotal ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsResponse) GetTotal() int32
func (*FetchNumberOfNewConnectionsResponse) ProtoMessage ¶ added in v1.5.0
func (*FetchNumberOfNewConnectionsResponse) ProtoMessage()
func (*FetchNumberOfNewConnectionsResponse) ProtoReflect ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsResponse) ProtoReflect() protoreflect.Message
func (*FetchNumberOfNewConnectionsResponse) Reset ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsResponse) Reset()
func (*FetchNumberOfNewConnectionsResponse) String ¶ added in v1.5.0
func (x *FetchNumberOfNewConnectionsResponse) String() string
type FetchNumberOfTotalConnectionsRequest ¶ added in v1.10.0
type FetchNumberOfTotalConnectionsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*FetchNumberOfTotalConnectionsRequest) Descriptor
deprecated
added in
v1.10.0
func (*FetchNumberOfTotalConnectionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchNumberOfTotalConnectionsRequest.ProtoReflect.Descriptor instead.
func (*FetchNumberOfTotalConnectionsRequest) GetUserId ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsRequest) GetUserId() string
func (*FetchNumberOfTotalConnectionsRequest) ProtoMessage ¶ added in v1.10.0
func (*FetchNumberOfTotalConnectionsRequest) ProtoMessage()
func (*FetchNumberOfTotalConnectionsRequest) ProtoReflect ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsRequest) ProtoReflect() protoreflect.Message
func (*FetchNumberOfTotalConnectionsRequest) Reset ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsRequest) Reset()
func (*FetchNumberOfTotalConnectionsRequest) String ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsRequest) String() string
type FetchNumberOfTotalConnectionsResponse ¶ added in v1.10.0
type FetchNumberOfTotalConnectionsResponse struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` // contains filtered or unexported fields }
func (*FetchNumberOfTotalConnectionsResponse) Descriptor
deprecated
added in
v1.10.0
func (*FetchNumberOfTotalConnectionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchNumberOfTotalConnectionsResponse.ProtoReflect.Descriptor instead.
func (*FetchNumberOfTotalConnectionsResponse) GetTotal ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsResponse) GetTotal() int32
func (*FetchNumberOfTotalConnectionsResponse) ProtoMessage ¶ added in v1.10.0
func (*FetchNumberOfTotalConnectionsResponse) ProtoMessage()
func (*FetchNumberOfTotalConnectionsResponse) ProtoReflect ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsResponse) ProtoReflect() protoreflect.Message
func (*FetchNumberOfTotalConnectionsResponse) Reset ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsResponse) Reset()
func (*FetchNumberOfTotalConnectionsResponse) String ¶ added in v1.10.0
func (x *FetchNumberOfTotalConnectionsResponse) String() string
type GetMeetingRequest ¶
type GetMeetingRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingRequest) Descriptor
deprecated
func (*GetMeetingRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingRequest.ProtoReflect.Descriptor instead.
func (*GetMeetingRequest) GetId ¶
func (x *GetMeetingRequest) GetId() string
func (*GetMeetingRequest) ProtoMessage ¶
func (*GetMeetingRequest) ProtoMessage()
func (*GetMeetingRequest) ProtoReflect ¶
func (x *GetMeetingRequest) ProtoReflect() protoreflect.Message
func (*GetMeetingRequest) Reset ¶
func (x *GetMeetingRequest) Reset()
func (*GetMeetingRequest) String ¶
func (x *GetMeetingRequest) String() string
type GetMeetingResponse ¶
type GetMeetingResponse struct { Meeting *Meeting `protobuf:"bytes,1,opt,name=meeting,proto3" json:"meeting,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingResponse) Descriptor
deprecated
func (*GetMeetingResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingResponse.ProtoReflect.Descriptor instead.
func (*GetMeetingResponse) GetMeeting ¶
func (x *GetMeetingResponse) GetMeeting() *Meeting
func (*GetMeetingResponse) ProtoMessage ¶
func (*GetMeetingResponse) ProtoMessage()
func (*GetMeetingResponse) ProtoReflect ¶
func (x *GetMeetingResponse) ProtoReflect() protoreflect.Message
func (*GetMeetingResponse) Reset ¶
func (x *GetMeetingResponse) Reset()
func (*GetMeetingResponse) String ¶
func (x *GetMeetingResponse) String() string
type GetMeetingVibeRequest ¶
type GetMeetingVibeRequest struct { VibeId string `protobuf:"bytes,1,opt,name=vibe_id,json=vibeId,proto3" json:"vibe_id,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibeRequest) Descriptor
deprecated
func (*GetMeetingVibeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibeRequest.ProtoReflect.Descriptor instead.
func (*GetMeetingVibeRequest) GetVibeId ¶
func (x *GetMeetingVibeRequest) GetVibeId() string
func (*GetMeetingVibeRequest) ProtoMessage ¶
func (*GetMeetingVibeRequest) ProtoMessage()
func (*GetMeetingVibeRequest) ProtoReflect ¶
func (x *GetMeetingVibeRequest) ProtoReflect() protoreflect.Message
func (*GetMeetingVibeRequest) Reset ¶
func (x *GetMeetingVibeRequest) Reset()
func (*GetMeetingVibeRequest) String ¶
func (x *GetMeetingVibeRequest) String() string
type GetMeetingVibeResponse ¶
type GetMeetingVibeResponse struct { Vibe *MeetingVibe `protobuf:"bytes,1,opt,name=vibe,proto3" json:"vibe,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibeResponse) Descriptor
deprecated
func (*GetMeetingVibeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibeResponse.ProtoReflect.Descriptor instead.
func (*GetMeetingVibeResponse) GetVibe ¶
func (x *GetMeetingVibeResponse) GetVibe() *MeetingVibe
func (*GetMeetingVibeResponse) ProtoMessage ¶
func (*GetMeetingVibeResponse) ProtoMessage()
func (*GetMeetingVibeResponse) ProtoReflect ¶
func (x *GetMeetingVibeResponse) ProtoReflect() protoreflect.Message
func (*GetMeetingVibeResponse) Reset ¶
func (x *GetMeetingVibeResponse) Reset()
func (*GetMeetingVibeResponse) String ¶
func (x *GetMeetingVibeResponse) String() string
type GetMeetingVibesFromMeetingRequest ¶
type GetMeetingVibesFromMeetingRequest struct { MeetingId string `protobuf:"bytes,1,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesFromMeetingRequest) Descriptor
deprecated
func (*GetMeetingVibesFromMeetingRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesFromMeetingRequest.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesFromMeetingRequest) GetMeetingId ¶
func (x *GetMeetingVibesFromMeetingRequest) GetMeetingId() string
func (*GetMeetingVibesFromMeetingRequest) ProtoMessage ¶
func (*GetMeetingVibesFromMeetingRequest) ProtoMessage()
func (*GetMeetingVibesFromMeetingRequest) ProtoReflect ¶
func (x *GetMeetingVibesFromMeetingRequest) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesFromMeetingRequest) Reset ¶
func (x *GetMeetingVibesFromMeetingRequest) Reset()
func (*GetMeetingVibesFromMeetingRequest) String ¶
func (x *GetMeetingVibesFromMeetingRequest) String() string
type GetMeetingVibesFromMeetingResponse ¶
type GetMeetingVibesFromMeetingResponse struct { VibeIds []string `protobuf:"bytes,1,rep,name=vibe_ids,json=vibeIds,proto3" json:"vibe_ids,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesFromMeetingResponse) Descriptor
deprecated
func (*GetMeetingVibesFromMeetingResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesFromMeetingResponse.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesFromMeetingResponse) GetVibeIds ¶
func (x *GetMeetingVibesFromMeetingResponse) GetVibeIds() []string
func (*GetMeetingVibesFromMeetingResponse) ProtoMessage ¶
func (*GetMeetingVibesFromMeetingResponse) ProtoMessage()
func (*GetMeetingVibesFromMeetingResponse) ProtoReflect ¶
func (x *GetMeetingVibesFromMeetingResponse) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesFromMeetingResponse) Reset ¶
func (x *GetMeetingVibesFromMeetingResponse) Reset()
func (*GetMeetingVibesFromMeetingResponse) String ¶
func (x *GetMeetingVibesFromMeetingResponse) String() string
type GetMeetingVibesReceivedRequest ¶
type GetMeetingVibesReceivedRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesReceivedRequest) Descriptor
deprecated
func (*GetMeetingVibesReceivedRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesReceivedRequest.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesReceivedRequest) GetUserId ¶
func (x *GetMeetingVibesReceivedRequest) GetUserId() string
func (*GetMeetingVibesReceivedRequest) ProtoMessage ¶
func (*GetMeetingVibesReceivedRequest) ProtoMessage()
func (*GetMeetingVibesReceivedRequest) ProtoReflect ¶
func (x *GetMeetingVibesReceivedRequest) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesReceivedRequest) Reset ¶
func (x *GetMeetingVibesReceivedRequest) Reset()
func (*GetMeetingVibesReceivedRequest) String ¶
func (x *GetMeetingVibesReceivedRequest) String() string
type GetMeetingVibesReceivedResponse ¶
type GetMeetingVibesReceivedResponse struct { VibesConnection []*MeetingVibesReceivedConnection `protobuf:"bytes,1,rep,name=vibes_connection,json=vibesConnection,proto3" json:"vibes_connection,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesReceivedResponse) Descriptor
deprecated
func (*GetMeetingVibesReceivedResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesReceivedResponse.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesReceivedResponse) GetVibesConnection ¶ added in v0.14.0
func (x *GetMeetingVibesReceivedResponse) GetVibesConnection() []*MeetingVibesReceivedConnection
func (*GetMeetingVibesReceivedResponse) ProtoMessage ¶
func (*GetMeetingVibesReceivedResponse) ProtoMessage()
func (*GetMeetingVibesReceivedResponse) ProtoReflect ¶
func (x *GetMeetingVibesReceivedResponse) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesReceivedResponse) Reset ¶
func (x *GetMeetingVibesReceivedResponse) Reset()
func (*GetMeetingVibesReceivedResponse) String ¶
func (x *GetMeetingVibesReceivedResponse) String() string
type GetMeetingVibesRequest ¶ added in v1.6.0
type GetMeetingVibesRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesRequest) Descriptor
deprecated
added in
v1.6.0
func (*GetMeetingVibesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesRequest.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesRequest) GetIds ¶ added in v1.6.0
func (x *GetMeetingVibesRequest) GetIds() []string
func (*GetMeetingVibesRequest) ProtoMessage ¶ added in v1.6.0
func (*GetMeetingVibesRequest) ProtoMessage()
func (*GetMeetingVibesRequest) ProtoReflect ¶ added in v1.6.0
func (x *GetMeetingVibesRequest) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesRequest) Reset ¶ added in v1.6.0
func (x *GetMeetingVibesRequest) Reset()
func (*GetMeetingVibesRequest) String ¶ added in v1.6.0
func (x *GetMeetingVibesRequest) String() string
type GetMeetingVibesResponse ¶ added in v1.6.0
type GetMeetingVibesResponse struct { Vibes []*MeetingVibe `protobuf:"bytes,1,rep,name=vibes,proto3" json:"vibes,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesResponse) Descriptor
deprecated
added in
v1.6.0
func (*GetMeetingVibesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesResponse.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesResponse) GetVibes ¶ added in v1.6.0
func (x *GetMeetingVibesResponse) GetVibes() []*MeetingVibe
func (*GetMeetingVibesResponse) ProtoMessage ¶ added in v1.6.0
func (*GetMeetingVibesResponse) ProtoMessage()
func (*GetMeetingVibesResponse) ProtoReflect ¶ added in v1.6.0
func (x *GetMeetingVibesResponse) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesResponse) Reset ¶ added in v1.6.0
func (x *GetMeetingVibesResponse) Reset()
func (*GetMeetingVibesResponse) String ¶ added in v1.6.0
func (x *GetMeetingVibesResponse) String() string
type GetMeetingVibesSentRequest ¶
type GetMeetingVibesSentRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesSentRequest) Descriptor
deprecated
func (*GetMeetingVibesSentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesSentRequest.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesSentRequest) GetUserId ¶
func (x *GetMeetingVibesSentRequest) GetUserId() string
func (*GetMeetingVibesSentRequest) ProtoMessage ¶
func (*GetMeetingVibesSentRequest) ProtoMessage()
func (*GetMeetingVibesSentRequest) ProtoReflect ¶
func (x *GetMeetingVibesSentRequest) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesSentRequest) Reset ¶
func (x *GetMeetingVibesSentRequest) Reset()
func (*GetMeetingVibesSentRequest) String ¶
func (x *GetMeetingVibesSentRequest) String() string
type GetMeetingVibesSentResponse ¶
type GetMeetingVibesSentResponse struct { VibesConnection []*MeetingVibesSentConnection `protobuf:"bytes,1,rep,name=vibes_connection,json=vibesConnection,proto3" json:"vibes_connection,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingVibesSentResponse) Descriptor
deprecated
func (*GetMeetingVibesSentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingVibesSentResponse.ProtoReflect.Descriptor instead.
func (*GetMeetingVibesSentResponse) GetVibesConnection ¶ added in v0.14.0
func (x *GetMeetingVibesSentResponse) GetVibesConnection() []*MeetingVibesSentConnection
func (*GetMeetingVibesSentResponse) ProtoMessage ¶
func (*GetMeetingVibesSentResponse) ProtoMessage()
func (*GetMeetingVibesSentResponse) ProtoReflect ¶
func (x *GetMeetingVibesSentResponse) ProtoReflect() protoreflect.Message
func (*GetMeetingVibesSentResponse) Reset ¶
func (x *GetMeetingVibesSentResponse) Reset()
func (*GetMeetingVibesSentResponse) String ¶
func (x *GetMeetingVibesSentResponse) String() string
type GetMeetingsRequest ¶ added in v1.6.0
type GetMeetingsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingsRequest) Descriptor
deprecated
added in
v1.6.0
func (*GetMeetingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingsRequest.ProtoReflect.Descriptor instead.
func (*GetMeetingsRequest) GetIds ¶ added in v1.6.0
func (x *GetMeetingsRequest) GetIds() []string
func (*GetMeetingsRequest) ProtoMessage ¶ added in v1.6.0
func (*GetMeetingsRequest) ProtoMessage()
func (*GetMeetingsRequest) ProtoReflect ¶ added in v1.6.0
func (x *GetMeetingsRequest) ProtoReflect() protoreflect.Message
func (*GetMeetingsRequest) Reset ¶ added in v1.6.0
func (x *GetMeetingsRequest) Reset()
func (*GetMeetingsRequest) String ¶ added in v1.6.0
func (x *GetMeetingsRequest) String() string
type GetMeetingsResponse ¶ added in v1.6.0
type GetMeetingsResponse struct { Meetings []*Meeting `protobuf:"bytes,1,rep,name=meetings,proto3" json:"meetings,omitempty"` // contains filtered or unexported fields }
func (*GetMeetingsResponse) Descriptor
deprecated
added in
v1.6.0
func (*GetMeetingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMeetingsResponse.ProtoReflect.Descriptor instead.
func (*GetMeetingsResponse) GetMeetings ¶ added in v1.6.0
func (x *GetMeetingsResponse) GetMeetings() []*Meeting
func (*GetMeetingsResponse) ProtoMessage ¶ added in v1.6.0
func (*GetMeetingsResponse) ProtoMessage()
func (*GetMeetingsResponse) ProtoReflect ¶ added in v1.6.0
func (x *GetMeetingsResponse) ProtoReflect() protoreflect.Message
func (*GetMeetingsResponse) Reset ¶ added in v1.6.0
func (x *GetMeetingsResponse) Reset()
func (*GetMeetingsResponse) String ¶ added in v1.6.0
func (x *GetMeetingsResponse) String() string
type GetPendingMeetingsRequest ¶
type GetPendingMeetingsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` IncludeVibed bool `protobuf:"varint,2,opt,name=includeVibed,proto3" json:"includeVibed,omitempty"` // contains filtered or unexported fields }
func (*GetPendingMeetingsRequest) Descriptor
deprecated
func (*GetPendingMeetingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPendingMeetingsRequest.ProtoReflect.Descriptor instead.
func (*GetPendingMeetingsRequest) GetIncludeVibed ¶ added in v1.12.1
func (x *GetPendingMeetingsRequest) GetIncludeVibed() bool
func (*GetPendingMeetingsRequest) GetUserId ¶
func (x *GetPendingMeetingsRequest) GetUserId() string
func (*GetPendingMeetingsRequest) ProtoMessage ¶
func (*GetPendingMeetingsRequest) ProtoMessage()
func (*GetPendingMeetingsRequest) ProtoReflect ¶
func (x *GetPendingMeetingsRequest) ProtoReflect() protoreflect.Message
func (*GetPendingMeetingsRequest) Reset ¶
func (x *GetPendingMeetingsRequest) Reset()
func (*GetPendingMeetingsRequest) String ¶
func (x *GetPendingMeetingsRequest) String() string
type GetPendingMeetingsResponse ¶
type GetPendingMeetingsResponse struct { Meetings []*UserMeetingConnection `protobuf:"bytes,1,rep,name=meetings,proto3" json:"meetings,omitempty"` // contains filtered or unexported fields }
func (*GetPendingMeetingsResponse) Descriptor
deprecated
func (*GetPendingMeetingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPendingMeetingsResponse.ProtoReflect.Descriptor instead.
func (*GetPendingMeetingsResponse) GetMeetings ¶ added in v1.4.0
func (x *GetPendingMeetingsResponse) GetMeetings() []*UserMeetingConnection
func (*GetPendingMeetingsResponse) ProtoMessage ¶
func (*GetPendingMeetingsResponse) ProtoMessage()
func (*GetPendingMeetingsResponse) ProtoReflect ¶
func (x *GetPendingMeetingsResponse) ProtoReflect() protoreflect.Message
func (*GetPendingMeetingsResponse) Reset ¶
func (x *GetPendingMeetingsResponse) Reset()
func (*GetPendingMeetingsResponse) String ¶
func (x *GetPendingMeetingsResponse) String() string
type GetUpcomingMeetingBetweenUsersRequest ¶ added in v1.1.0
type GetUpcomingMeetingBetweenUsersRequest struct { FormUserId string `protobuf:"bytes,1,opt,name=form_user_id,json=formUserId,proto3" json:"form_user_id,omitempty"` ToUserId string `protobuf:"bytes,2,opt,name=to_user_id,json=toUserId,proto3" json:"to_user_id,omitempty"` // contains filtered or unexported fields }
func (*GetUpcomingMeetingBetweenUsersRequest) Descriptor
deprecated
added in
v1.1.0
func (*GetUpcomingMeetingBetweenUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUpcomingMeetingBetweenUsersRequest.ProtoReflect.Descriptor instead.
func (*GetUpcomingMeetingBetweenUsersRequest) GetFormUserId ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersRequest) GetFormUserId() string
func (*GetUpcomingMeetingBetweenUsersRequest) GetToUserId ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersRequest) GetToUserId() string
func (*GetUpcomingMeetingBetweenUsersRequest) ProtoMessage ¶ added in v1.1.0
func (*GetUpcomingMeetingBetweenUsersRequest) ProtoMessage()
func (*GetUpcomingMeetingBetweenUsersRequest) ProtoReflect ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersRequest) ProtoReflect() protoreflect.Message
func (*GetUpcomingMeetingBetweenUsersRequest) Reset ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersRequest) Reset()
func (*GetUpcomingMeetingBetweenUsersRequest) String ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersRequest) String() string
type GetUpcomingMeetingBetweenUsersResponse ¶ added in v1.1.0
type GetUpcomingMeetingBetweenUsersResponse struct { MeetingId string `protobuf:"bytes,1,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` // contains filtered or unexported fields }
func (*GetUpcomingMeetingBetweenUsersResponse) Descriptor
deprecated
added in
v1.1.0
func (*GetUpcomingMeetingBetweenUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUpcomingMeetingBetweenUsersResponse.ProtoReflect.Descriptor instead.
func (*GetUpcomingMeetingBetweenUsersResponse) GetMeetingId ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersResponse) GetMeetingId() string
func (*GetUpcomingMeetingBetweenUsersResponse) ProtoMessage ¶ added in v1.1.0
func (*GetUpcomingMeetingBetweenUsersResponse) ProtoMessage()
func (*GetUpcomingMeetingBetweenUsersResponse) ProtoReflect ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersResponse) ProtoReflect() protoreflect.Message
func (*GetUpcomingMeetingBetweenUsersResponse) Reset ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersResponse) Reset()
func (*GetUpcomingMeetingBetweenUsersResponse) String ¶ added in v1.1.0
func (x *GetUpcomingMeetingBetweenUsersResponse) String() string
type GetUpcomingMeetingsRequest ¶
type GetUpcomingMeetingsRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetUpcomingMeetingsRequest) Descriptor
deprecated
func (*GetUpcomingMeetingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUpcomingMeetingsRequest.ProtoReflect.Descriptor instead.
func (*GetUpcomingMeetingsRequest) GetUserId ¶
func (x *GetUpcomingMeetingsRequest) GetUserId() string
func (*GetUpcomingMeetingsRequest) ProtoMessage ¶
func (*GetUpcomingMeetingsRequest) ProtoMessage()
func (*GetUpcomingMeetingsRequest) ProtoReflect ¶
func (x *GetUpcomingMeetingsRequest) ProtoReflect() protoreflect.Message
func (*GetUpcomingMeetingsRequest) Reset ¶
func (x *GetUpcomingMeetingsRequest) Reset()
func (*GetUpcomingMeetingsRequest) String ¶
func (x *GetUpcomingMeetingsRequest) String() string
type GetUpcomingMeetingsResponse ¶
type GetUpcomingMeetingsResponse struct { Meetings []*UserMeetingConnection `protobuf:"bytes,1,rep,name=meetings,proto3" json:"meetings,omitempty"` // contains filtered or unexported fields }
func (*GetUpcomingMeetingsResponse) Descriptor
deprecated
func (*GetUpcomingMeetingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUpcomingMeetingsResponse.ProtoReflect.Descriptor instead.
func (*GetUpcomingMeetingsResponse) GetMeetings ¶ added in v1.4.0
func (x *GetUpcomingMeetingsResponse) GetMeetings() []*UserMeetingConnection
func (*GetUpcomingMeetingsResponse) ProtoMessage ¶
func (*GetUpcomingMeetingsResponse) ProtoMessage()
func (*GetUpcomingMeetingsResponse) ProtoReflect ¶
func (x *GetUpcomingMeetingsResponse) ProtoReflect() protoreflect.Message
func (*GetUpcomingMeetingsResponse) Reset ¶
func (x *GetUpcomingMeetingsResponse) Reset()
func (*GetUpcomingMeetingsResponse) String ¶
func (x *GetUpcomingMeetingsResponse) String() string
type MarkMeetingConnectionAsSeenRequest ¶ added in v1.13.0
type MarkMeetingConnectionAsSeenRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` MeetingId string `protobuf:"bytes,2,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` // contains filtered or unexported fields }
func (*MarkMeetingConnectionAsSeenRequest) Descriptor
deprecated
added in
v1.13.0
func (*MarkMeetingConnectionAsSeenRequest) Descriptor() ([]byte, []int)
Deprecated: Use MarkMeetingConnectionAsSeenRequest.ProtoReflect.Descriptor instead.
func (*MarkMeetingConnectionAsSeenRequest) GetMeetingId ¶ added in v1.13.0
func (x *MarkMeetingConnectionAsSeenRequest) GetMeetingId() string
func (*MarkMeetingConnectionAsSeenRequest) GetUserId ¶ added in v1.13.0
func (x *MarkMeetingConnectionAsSeenRequest) GetUserId() string
func (*MarkMeetingConnectionAsSeenRequest) ProtoMessage ¶ added in v1.13.0
func (*MarkMeetingConnectionAsSeenRequest) ProtoMessage()
func (*MarkMeetingConnectionAsSeenRequest) ProtoReflect ¶ added in v1.13.0
func (x *MarkMeetingConnectionAsSeenRequest) ProtoReflect() protoreflect.Message
func (*MarkMeetingConnectionAsSeenRequest) Reset ¶ added in v1.13.0
func (x *MarkMeetingConnectionAsSeenRequest) Reset()
func (*MarkMeetingConnectionAsSeenRequest) String ¶ added in v1.13.0
func (x *MarkMeetingConnectionAsSeenRequest) String() string
type Meeting ¶
type Meeting struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"` CreatorId string `protobuf:"bytes,11,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"` Beginning *timestamp.Timestamp `protobuf:"bytes,4,opt,name=beginning,proto3" json:"beginning,omitempty"` Accepted *timestamp.Timestamp `protobuf:"bytes,5,opt,name=accepted,proto3" json:"accepted,omitempty"` Created *timestamp.Timestamp `protobuf:"bytes,6,opt,name=created,proto3" json:"created,omitempty"` Updated *timestamp.Timestamp `protobuf:"bytes,7,opt,name=updated,proto3" json:"updated,omitempty"` Canceled *timestamp.Timestamp `protobuf:"bytes,8,opt,name=canceled,proto3" json:"canceled,omitempty"` Declined *timestamp.Timestamp `protobuf:"bytes,9,opt,name=declined,proto3" json:"declined,omitempty"` Ending *timestamp.Timestamp `protobuf:"bytes,10,opt,name=ending,proto3" json:"ending,omitempty"` // contains filtered or unexported fields }
func (*Meeting) Descriptor
deprecated
func (*Meeting) GetAccepted ¶
func (*Meeting) GetBeginning ¶
func (*Meeting) GetCanceled ¶
func (*Meeting) GetCreated ¶
func (*Meeting) GetCreatorId ¶ added in v1.7.1
func (*Meeting) GetDeclined ¶
func (*Meeting) GetDescription ¶
func (*Meeting) GetLocation ¶
func (*Meeting) GetUpdated ¶
func (*Meeting) ProtoMessage ¶
func (*Meeting) ProtoMessage()
func (*Meeting) ProtoReflect ¶
func (x *Meeting) ProtoReflect() protoreflect.Message
type MeetingServiceClient ¶ added in v0.8.7
type MeetingServiceClient interface { GetMeeting(ctx context.Context, in *GetMeetingRequest, opts ...grpc.CallOption) (*GetMeetingResponse, error) GetMeetings(ctx context.Context, in *GetMeetingsRequest, opts ...grpc.CallOption) (*GetMeetingsResponse, error) SendMeetingInvite(ctx context.Context, in *SendMeetingInviteRequest, opts ...grpc.CallOption) (*SendMeetingInviteResponse, error) UpdateMeetingInvite(ctx context.Context, in *UpdateMeetingInviteRequest, opts ...grpc.CallOption) (*empty.Empty, error) AcceptMeetingInvite(ctx context.Context, in *AcceptMeetingInviteRequest, opts ...grpc.CallOption) (*empty.Empty, error) CancelMeetingInvite(ctx context.Context, in *CancelMeetingInviteRequest, opts ...grpc.CallOption) (*empty.Empty, error) DeclineMeetingInvite(ctx context.Context, in *DeclineMeetingInviteRequest, opts ...grpc.CallOption) (*empty.Empty, error) GetUpcomingMeetings(ctx context.Context, in *GetUpcomingMeetingsRequest, opts ...grpc.CallOption) (*GetUpcomingMeetingsResponse, error) GetPendingMeetings(ctx context.Context, in *GetPendingMeetingsRequest, opts ...grpc.CallOption) (*GetPendingMeetingsResponse, error) GetUpcomingMeetingBetweenUsers(ctx context.Context, in *GetUpcomingMeetingBetweenUsersRequest, opts ...grpc.CallOption) (*GetUpcomingMeetingBetweenUsersResponse, error) FetchNumberOfNewConnections(ctx context.Context, in *FetchNumberOfNewConnectionsRequest, opts ...grpc.CallOption) (*FetchNumberOfNewConnectionsResponse, error) FetchNumberOfTotalConnections(ctx context.Context, in *FetchNumberOfTotalConnectionsRequest, opts ...grpc.CallOption) (*FetchNumberOfTotalConnectionsResponse, error) MarkMeetingConnectionAsSeen(ctx context.Context, in *MarkMeetingConnectionAsSeenRequest, opts ...grpc.CallOption) (*empty.Empty, error) GetMeetingVibe(ctx context.Context, in *GetMeetingVibeRequest, opts ...grpc.CallOption) (*GetMeetingVibeResponse, error) GetMeetingVibes(ctx context.Context, in *GetMeetingVibesRequest, opts ...grpc.CallOption) (*GetMeetingVibesResponse, error) SendMeetingVibe(ctx context.Context, in *SendMeetingVibeRequest, opts ...grpc.CallOption) (*SendMeetingVibeResponse, error) GetMeetingVibesSent(ctx context.Context, in *GetMeetingVibesSentRequest, opts ...grpc.CallOption) (*GetMeetingVibesSentResponse, error) GetMeetingVibesReceived(ctx context.Context, in *GetMeetingVibesReceivedRequest, opts ...grpc.CallOption) (*GetMeetingVibesReceivedResponse, error) GetMeetingVibesFromMeeting(ctx context.Context, in *GetMeetingVibesFromMeetingRequest, opts ...grpc.CallOption) (*GetMeetingVibesFromMeetingResponse, error) }
MeetingServiceClient is the client API for MeetingService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMeetingServiceClient ¶ added in v0.8.7
func NewMeetingServiceClient(cc grpc.ClientConnInterface) MeetingServiceClient
type MeetingServiceServer ¶ added in v0.8.7
type MeetingServiceServer interface { GetMeeting(context.Context, *GetMeetingRequest) (*GetMeetingResponse, error) GetMeetings(context.Context, *GetMeetingsRequest) (*GetMeetingsResponse, error) SendMeetingInvite(context.Context, *SendMeetingInviteRequest) (*SendMeetingInviteResponse, error) UpdateMeetingInvite(context.Context, *UpdateMeetingInviteRequest) (*empty.Empty, error) AcceptMeetingInvite(context.Context, *AcceptMeetingInviteRequest) (*empty.Empty, error) CancelMeetingInvite(context.Context, *CancelMeetingInviteRequest) (*empty.Empty, error) DeclineMeetingInvite(context.Context, *DeclineMeetingInviteRequest) (*empty.Empty, error) GetUpcomingMeetings(context.Context, *GetUpcomingMeetingsRequest) (*GetUpcomingMeetingsResponse, error) GetPendingMeetings(context.Context, *GetPendingMeetingsRequest) (*GetPendingMeetingsResponse, error) GetUpcomingMeetingBetweenUsers(context.Context, *GetUpcomingMeetingBetweenUsersRequest) (*GetUpcomingMeetingBetweenUsersResponse, error) FetchNumberOfNewConnections(context.Context, *FetchNumberOfNewConnectionsRequest) (*FetchNumberOfNewConnectionsResponse, error) FetchNumberOfTotalConnections(context.Context, *FetchNumberOfTotalConnectionsRequest) (*FetchNumberOfTotalConnectionsResponse, error) MarkMeetingConnectionAsSeen(context.Context, *MarkMeetingConnectionAsSeenRequest) (*empty.Empty, error) GetMeetingVibe(context.Context, *GetMeetingVibeRequest) (*GetMeetingVibeResponse, error) GetMeetingVibes(context.Context, *GetMeetingVibesRequest) (*GetMeetingVibesResponse, error) SendMeetingVibe(context.Context, *SendMeetingVibeRequest) (*SendMeetingVibeResponse, error) GetMeetingVibesSent(context.Context, *GetMeetingVibesSentRequest) (*GetMeetingVibesSentResponse, error) GetMeetingVibesReceived(context.Context, *GetMeetingVibesReceivedRequest) (*GetMeetingVibesReceivedResponse, error) GetMeetingVibesFromMeeting(context.Context, *GetMeetingVibesFromMeetingRequest) (*GetMeetingVibesFromMeetingResponse, error) }
MeetingServiceServer is the server API for MeetingService service.
type MeetingVibe ¶
type MeetingVibe struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` FeelingClose float32 `protobuf:"fixed32,3,opt,name=feeling_close,json=feelingClose,proto3" json:"feeling_close,omitempty"` RelationshipNature float32 `protobuf:"fixed32,4,opt,name=relationship_nature,json=relationshipNature,proto3" json:"relationship_nature,omitempty"` HelpfulForJourney float32 `protobuf:"fixed32,5,opt,name=helpful_for_journey,json=helpfulForJourney,proto3" json:"helpful_for_journey,omitempty"` PersonalNotes string `protobuf:"bytes,6,opt,name=personal_notes,json=personalNotes,proto3" json:"personal_notes,omitempty"` ValueA bool `protobuf:"varint,7,opt,name=value_a,json=valueA,proto3" json:"value_a,omitempty"` ValueB bool `protobuf:"varint,8,opt,name=value_b,json=valueB,proto3" json:"value_b,omitempty"` ValueC bool `protobuf:"varint,9,opt,name=value_c,json=valueC,proto3" json:"value_c,omitempty"` Created *timestamp.Timestamp `protobuf:"bytes,10,opt,name=created,proto3" json:"created,omitempty"` Updated *timestamp.Timestamp `protobuf:"bytes,11,opt,name=updated,proto3" json:"updated,omitempty"` MeetingId string `protobuf:"bytes,12,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` // contains filtered or unexported fields }
func (*MeetingVibe) Descriptor
deprecated
func (*MeetingVibe) Descriptor() ([]byte, []int)
Deprecated: Use MeetingVibe.ProtoReflect.Descriptor instead.
func (*MeetingVibe) GetCreated ¶
func (x *MeetingVibe) GetCreated() *timestamp.Timestamp
func (*MeetingVibe) GetFeelingClose ¶
func (x *MeetingVibe) GetFeelingClose() float32
func (*MeetingVibe) GetHelpfulForJourney ¶
func (x *MeetingVibe) GetHelpfulForJourney() float32
func (*MeetingVibe) GetId ¶
func (x *MeetingVibe) GetId() string
func (*MeetingVibe) GetMeetingId ¶ added in v0.9.5
func (x *MeetingVibe) GetMeetingId() string
func (*MeetingVibe) GetPersonalNotes ¶
func (x *MeetingVibe) GetPersonalNotes() string
func (*MeetingVibe) GetRelationshipNature ¶
func (x *MeetingVibe) GetRelationshipNature() float32
func (*MeetingVibe) GetUpdated ¶
func (x *MeetingVibe) GetUpdated() *timestamp.Timestamp
func (*MeetingVibe) GetValueA ¶
func (x *MeetingVibe) GetValueA() bool
func (*MeetingVibe) GetValueB ¶
func (x *MeetingVibe) GetValueB() bool
func (*MeetingVibe) GetValueC ¶
func (x *MeetingVibe) GetValueC() bool
func (*MeetingVibe) ProtoMessage ¶
func (*MeetingVibe) ProtoMessage()
func (*MeetingVibe) ProtoReflect ¶
func (x *MeetingVibe) ProtoReflect() protoreflect.Message
func (*MeetingVibe) Reset ¶
func (x *MeetingVibe) Reset()
func (*MeetingVibe) String ¶
func (x *MeetingVibe) String() string
type MeetingVibesReceivedConnection ¶ added in v0.14.0
type MeetingVibesReceivedConnection struct { VibeId string `protobuf:"bytes,1,opt,name=vibe_id,json=vibeId,proto3" json:"vibe_id,omitempty"` FromUserId string `protobuf:"bytes,2,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"` // contains filtered or unexported fields }
func (*MeetingVibesReceivedConnection) Descriptor
deprecated
added in
v0.14.0
func (*MeetingVibesReceivedConnection) Descriptor() ([]byte, []int)
Deprecated: Use MeetingVibesReceivedConnection.ProtoReflect.Descriptor instead.
func (*MeetingVibesReceivedConnection) GetFromUserId ¶ added in v0.14.0
func (x *MeetingVibesReceivedConnection) GetFromUserId() string
func (*MeetingVibesReceivedConnection) GetVibeId ¶ added in v0.14.0
func (x *MeetingVibesReceivedConnection) GetVibeId() string
func (*MeetingVibesReceivedConnection) ProtoMessage ¶ added in v0.14.0
func (*MeetingVibesReceivedConnection) ProtoMessage()
func (*MeetingVibesReceivedConnection) ProtoReflect ¶ added in v0.14.0
func (x *MeetingVibesReceivedConnection) ProtoReflect() protoreflect.Message
func (*MeetingVibesReceivedConnection) Reset ¶ added in v0.14.0
func (x *MeetingVibesReceivedConnection) Reset()
func (*MeetingVibesReceivedConnection) String ¶ added in v0.14.0
func (x *MeetingVibesReceivedConnection) String() string
type MeetingVibesSentConnection ¶ added in v0.14.0
type MeetingVibesSentConnection struct { VibeId string `protobuf:"bytes,1,opt,name=vibe_id,json=vibeId,proto3" json:"vibe_id,omitempty"` ToUserId string `protobuf:"bytes,2,opt,name=to_user_id,json=toUserId,proto3" json:"to_user_id,omitempty"` // contains filtered or unexported fields }
func (*MeetingVibesSentConnection) Descriptor
deprecated
added in
v0.14.0
func (*MeetingVibesSentConnection) Descriptor() ([]byte, []int)
Deprecated: Use MeetingVibesSentConnection.ProtoReflect.Descriptor instead.
func (*MeetingVibesSentConnection) GetToUserId ¶ added in v0.14.0
func (x *MeetingVibesSentConnection) GetToUserId() string
func (*MeetingVibesSentConnection) GetVibeId ¶ added in v0.14.0
func (x *MeetingVibesSentConnection) GetVibeId() string
func (*MeetingVibesSentConnection) ProtoMessage ¶ added in v0.14.0
func (*MeetingVibesSentConnection) ProtoMessage()
func (*MeetingVibesSentConnection) ProtoReflect ¶ added in v0.14.0
func (x *MeetingVibesSentConnection) ProtoReflect() protoreflect.Message
func (*MeetingVibesSentConnection) Reset ¶ added in v0.14.0
func (x *MeetingVibesSentConnection) Reset()
func (*MeetingVibesSentConnection) String ¶ added in v0.14.0
func (x *MeetingVibesSentConnection) String() string
type SendMeetingInviteRequest ¶
type SendMeetingInviteRequest struct { Beginning *timestamp.Timestamp `protobuf:"bytes,1,opt,name=beginning,proto3" json:"beginning,omitempty"` Ending *timestamp.Timestamp `protobuf:"bytes,2,opt,name=ending,proto3" json:"ending,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` UserFrom string `protobuf:"bytes,5,opt,name=user_from,json=userFrom,proto3" json:"user_from,omitempty"` UserTo string `protobuf:"bytes,6,opt,name=user_to,json=userTo,proto3" json:"user_to,omitempty"` // contains filtered or unexported fields }
func (*SendMeetingInviteRequest) Descriptor
deprecated
func (*SendMeetingInviteRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendMeetingInviteRequest.ProtoReflect.Descriptor instead.
func (*SendMeetingInviteRequest) GetBeginning ¶
func (x *SendMeetingInviteRequest) GetBeginning() *timestamp.Timestamp
func (*SendMeetingInviteRequest) GetDescription ¶
func (x *SendMeetingInviteRequest) GetDescription() string
func (*SendMeetingInviteRequest) GetEnding ¶
func (x *SendMeetingInviteRequest) GetEnding() *timestamp.Timestamp
func (*SendMeetingInviteRequest) GetLocation ¶
func (x *SendMeetingInviteRequest) GetLocation() string
func (*SendMeetingInviteRequest) GetUserFrom ¶
func (x *SendMeetingInviteRequest) GetUserFrom() string
func (*SendMeetingInviteRequest) GetUserTo ¶
func (x *SendMeetingInviteRequest) GetUserTo() string
func (*SendMeetingInviteRequest) ProtoMessage ¶
func (*SendMeetingInviteRequest) ProtoMessage()
func (*SendMeetingInviteRequest) ProtoReflect ¶
func (x *SendMeetingInviteRequest) ProtoReflect() protoreflect.Message
func (*SendMeetingInviteRequest) Reset ¶
func (x *SendMeetingInviteRequest) Reset()
func (*SendMeetingInviteRequest) String ¶
func (x *SendMeetingInviteRequest) String() string
type SendMeetingInviteResponse ¶
type SendMeetingInviteResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendMeetingInviteResponse) Descriptor
deprecated
func (*SendMeetingInviteResponse) Descriptor() ([]byte, []int)
Deprecated: Use SendMeetingInviteResponse.ProtoReflect.Descriptor instead.
func (*SendMeetingInviteResponse) GetId ¶
func (x *SendMeetingInviteResponse) GetId() string
func (*SendMeetingInviteResponse) ProtoMessage ¶
func (*SendMeetingInviteResponse) ProtoMessage()
func (*SendMeetingInviteResponse) ProtoReflect ¶
func (x *SendMeetingInviteResponse) ProtoReflect() protoreflect.Message
func (*SendMeetingInviteResponse) Reset ¶
func (x *SendMeetingInviteResponse) Reset()
func (*SendMeetingInviteResponse) String ¶
func (x *SendMeetingInviteResponse) String() string
type SendMeetingVibeRequest ¶
type SendMeetingVibeRequest struct { MeetingId string `protobuf:"bytes,1,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` FromUserId string `protobuf:"bytes,2,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"` ToUserId string `protobuf:"bytes,3,opt,name=to_user_id,json=toUserId,proto3" json:"to_user_id,omitempty"` MeetingVibe *MeetingVibe `protobuf:"bytes,4,opt,name=meeting_vibe,json=meetingVibe,proto3" json:"meeting_vibe,omitempty"` // contains filtered or unexported fields }
func (*SendMeetingVibeRequest) Descriptor
deprecated
func (*SendMeetingVibeRequest) Descriptor() ([]byte, []int)
Deprecated: Use SendMeetingVibeRequest.ProtoReflect.Descriptor instead.
func (*SendMeetingVibeRequest) GetFromUserId ¶
func (x *SendMeetingVibeRequest) GetFromUserId() string
func (*SendMeetingVibeRequest) GetMeetingId ¶
func (x *SendMeetingVibeRequest) GetMeetingId() string
func (*SendMeetingVibeRequest) GetMeetingVibe ¶
func (x *SendMeetingVibeRequest) GetMeetingVibe() *MeetingVibe
func (*SendMeetingVibeRequest) GetToUserId ¶
func (x *SendMeetingVibeRequest) GetToUserId() string
func (*SendMeetingVibeRequest) ProtoMessage ¶
func (*SendMeetingVibeRequest) ProtoMessage()
func (*SendMeetingVibeRequest) ProtoReflect ¶
func (x *SendMeetingVibeRequest) ProtoReflect() protoreflect.Message
func (*SendMeetingVibeRequest) Reset ¶
func (x *SendMeetingVibeRequest) Reset()
func (*SendMeetingVibeRequest) String ¶
func (x *SendMeetingVibeRequest) String() string
type SendMeetingVibeResponse ¶
type SendMeetingVibeResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SendMeetingVibeResponse) Descriptor
deprecated
func (*SendMeetingVibeResponse) Descriptor() ([]byte, []int)
Deprecated: Use SendMeetingVibeResponse.ProtoReflect.Descriptor instead.
func (*SendMeetingVibeResponse) GetId ¶
func (x *SendMeetingVibeResponse) GetId() string
func (*SendMeetingVibeResponse) ProtoMessage ¶
func (*SendMeetingVibeResponse) ProtoMessage()
func (*SendMeetingVibeResponse) ProtoReflect ¶
func (x *SendMeetingVibeResponse) ProtoReflect() protoreflect.Message
func (*SendMeetingVibeResponse) Reset ¶
func (x *SendMeetingVibeResponse) Reset()
func (*SendMeetingVibeResponse) String ¶
func (x *SendMeetingVibeResponse) String() string
type UnimplementedMeetingServiceServer ¶ added in v0.8.7
type UnimplementedMeetingServiceServer struct { }
UnimplementedMeetingServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedMeetingServiceServer) AcceptMeetingInvite ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) AcceptMeetingInvite(context.Context, *AcceptMeetingInviteRequest) (*empty.Empty, error)
func (*UnimplementedMeetingServiceServer) CancelMeetingInvite ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) CancelMeetingInvite(context.Context, *CancelMeetingInviteRequest) (*empty.Empty, error)
func (*UnimplementedMeetingServiceServer) DeclineMeetingInvite ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) DeclineMeetingInvite(context.Context, *DeclineMeetingInviteRequest) (*empty.Empty, error)
func (*UnimplementedMeetingServiceServer) FetchNumberOfNewConnections ¶ added in v1.5.0
func (*UnimplementedMeetingServiceServer) FetchNumberOfNewConnections(context.Context, *FetchNumberOfNewConnectionsRequest) (*FetchNumberOfNewConnectionsResponse, error)
func (*UnimplementedMeetingServiceServer) FetchNumberOfTotalConnections ¶ added in v1.10.0
func (*UnimplementedMeetingServiceServer) FetchNumberOfTotalConnections(context.Context, *FetchNumberOfTotalConnectionsRequest) (*FetchNumberOfTotalConnectionsResponse, error)
func (*UnimplementedMeetingServiceServer) GetMeeting ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) GetMeeting(context.Context, *GetMeetingRequest) (*GetMeetingResponse, error)
func (*UnimplementedMeetingServiceServer) GetMeetingVibe ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) GetMeetingVibe(context.Context, *GetMeetingVibeRequest) (*GetMeetingVibeResponse, error)
func (*UnimplementedMeetingServiceServer) GetMeetingVibes ¶ added in v1.6.0
func (*UnimplementedMeetingServiceServer) GetMeetingVibes(context.Context, *GetMeetingVibesRequest) (*GetMeetingVibesResponse, error)
func (*UnimplementedMeetingServiceServer) GetMeetingVibesFromMeeting ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) GetMeetingVibesFromMeeting(context.Context, *GetMeetingVibesFromMeetingRequest) (*GetMeetingVibesFromMeetingResponse, error)
func (*UnimplementedMeetingServiceServer) GetMeetingVibesReceived ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) GetMeetingVibesReceived(context.Context, *GetMeetingVibesReceivedRequest) (*GetMeetingVibesReceivedResponse, error)
func (*UnimplementedMeetingServiceServer) GetMeetingVibesSent ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) GetMeetingVibesSent(context.Context, *GetMeetingVibesSentRequest) (*GetMeetingVibesSentResponse, error)
func (*UnimplementedMeetingServiceServer) GetMeetings ¶ added in v1.6.0
func (*UnimplementedMeetingServiceServer) GetMeetings(context.Context, *GetMeetingsRequest) (*GetMeetingsResponse, error)
func (*UnimplementedMeetingServiceServer) GetPendingMeetings ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) GetPendingMeetings(context.Context, *GetPendingMeetingsRequest) (*GetPendingMeetingsResponse, error)
func (*UnimplementedMeetingServiceServer) GetUpcomingMeetingBetweenUsers ¶ added in v1.1.0
func (*UnimplementedMeetingServiceServer) GetUpcomingMeetingBetweenUsers(context.Context, *GetUpcomingMeetingBetweenUsersRequest) (*GetUpcomingMeetingBetweenUsersResponse, error)
func (*UnimplementedMeetingServiceServer) GetUpcomingMeetings ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) GetUpcomingMeetings(context.Context, *GetUpcomingMeetingsRequest) (*GetUpcomingMeetingsResponse, error)
func (*UnimplementedMeetingServiceServer) MarkMeetingConnectionAsSeen ¶ added in v1.13.0
func (*UnimplementedMeetingServiceServer) MarkMeetingConnectionAsSeen(context.Context, *MarkMeetingConnectionAsSeenRequest) (*empty.Empty, error)
func (*UnimplementedMeetingServiceServer) SendMeetingInvite ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) SendMeetingInvite(context.Context, *SendMeetingInviteRequest) (*SendMeetingInviteResponse, error)
func (*UnimplementedMeetingServiceServer) SendMeetingVibe ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) SendMeetingVibe(context.Context, *SendMeetingVibeRequest) (*SendMeetingVibeResponse, error)
func (*UnimplementedMeetingServiceServer) UpdateMeetingInvite ¶ added in v0.8.7
func (*UnimplementedMeetingServiceServer) UpdateMeetingInvite(context.Context, *UpdateMeetingInviteRequest) (*empty.Empty, error)
type UpdateMeetingInviteRequest ¶
type UpdateMeetingInviteRequest struct { Beginning *timestamp.Timestamp `protobuf:"bytes,1,opt,name=beginning,proto3" json:"beginning,omitempty"` Ending *timestamp.Timestamp `protobuf:"bytes,2,opt,name=ending,proto3" json:"ending,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"` UserFrom string `protobuf:"bytes,6,opt,name=userFrom,proto3" json:"userFrom,omitempty"` // contains filtered or unexported fields }
func (*UpdateMeetingInviteRequest) Descriptor
deprecated
func (*UpdateMeetingInviteRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateMeetingInviteRequest.ProtoReflect.Descriptor instead.
func (*UpdateMeetingInviteRequest) GetBeginning ¶
func (x *UpdateMeetingInviteRequest) GetBeginning() *timestamp.Timestamp
func (*UpdateMeetingInviteRequest) GetDescription ¶
func (x *UpdateMeetingInviteRequest) GetDescription() string
func (*UpdateMeetingInviteRequest) GetEnding ¶
func (x *UpdateMeetingInviteRequest) GetEnding() *timestamp.Timestamp
func (*UpdateMeetingInviteRequest) GetId ¶ added in v0.9.4
func (x *UpdateMeetingInviteRequest) GetId() string
func (*UpdateMeetingInviteRequest) GetLocation ¶
func (x *UpdateMeetingInviteRequest) GetLocation() string
func (*UpdateMeetingInviteRequest) GetUserFrom ¶ added in v0.9.4
func (x *UpdateMeetingInviteRequest) GetUserFrom() string
func (*UpdateMeetingInviteRequest) ProtoMessage ¶
func (*UpdateMeetingInviteRequest) ProtoMessage()
func (*UpdateMeetingInviteRequest) ProtoReflect ¶
func (x *UpdateMeetingInviteRequest) ProtoReflect() protoreflect.Message
func (*UpdateMeetingInviteRequest) Reset ¶
func (x *UpdateMeetingInviteRequest) Reset()
func (*UpdateMeetingInviteRequest) String ¶
func (x *UpdateMeetingInviteRequest) String() string
type UserMeetingConnection ¶ added in v1.4.0
type UserMeetingConnection struct { MeetingId string `protobuf:"bytes,1,opt,name=meeting_id,json=meetingId,proto3" json:"meeting_id,omitempty"` InvitedUserId string `protobuf:"bytes,2,opt,name=invited_user_id,json=invitedUserId,proto3" json:"invited_user_id,omitempty"` New bool `protobuf:"varint,3,opt,name=new,proto3" json:"new,omitempty"` // contains filtered or unexported fields }
func (*UserMeetingConnection) Descriptor
deprecated
added in
v1.4.0
func (*UserMeetingConnection) Descriptor() ([]byte, []int)
Deprecated: Use UserMeetingConnection.ProtoReflect.Descriptor instead.
func (*UserMeetingConnection) GetInvitedUserId ¶ added in v1.4.0
func (x *UserMeetingConnection) GetInvitedUserId() string
func (*UserMeetingConnection) GetMeetingId ¶ added in v1.4.0
func (x *UserMeetingConnection) GetMeetingId() string
func (*UserMeetingConnection) GetNew ¶ added in v1.4.0
func (x *UserMeetingConnection) GetNew() bool
func (*UserMeetingConnection) ProtoMessage ¶ added in v1.4.0
func (*UserMeetingConnection) ProtoMessage()
func (*UserMeetingConnection) ProtoReflect ¶ added in v1.4.0
func (x *UserMeetingConnection) ProtoReflect() protoreflect.Message
func (*UserMeetingConnection) Reset ¶ added in v1.4.0
func (x *UserMeetingConnection) Reset()
func (*UserMeetingConnection) String ¶ added in v1.4.0
func (x *UserMeetingConnection) String() string