meetingpb

package
v1.48.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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 (*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 (*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 (*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 (*FetchNumberOfNewConnectionsRequest) ProtoMessage added in v1.5.0

func (*FetchNumberOfNewConnectionsRequest) ProtoMessage()

func (*FetchNumberOfNewConnectionsRequest) ProtoReflect added in v1.5.0

func (*FetchNumberOfNewConnectionsRequest) Reset added in v1.5.0

func (*FetchNumberOfNewConnectionsRequest) String added in v1.5.0

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 (*FetchNumberOfNewConnectionsResponse) ProtoMessage added in v1.5.0

func (*FetchNumberOfNewConnectionsResponse) ProtoMessage()

func (*FetchNumberOfNewConnectionsResponse) ProtoReflect added in v1.5.0

func (*FetchNumberOfNewConnectionsResponse) Reset added in v1.5.0

func (*FetchNumberOfNewConnectionsResponse) String added in v1.5.0

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 (*FetchNumberOfTotalConnectionsRequest) ProtoMessage added in v1.10.0

func (*FetchNumberOfTotalConnectionsRequest) ProtoMessage()

func (*FetchNumberOfTotalConnectionsRequest) ProtoReflect added in v1.10.0

func (*FetchNumberOfTotalConnectionsRequest) Reset added in v1.10.0

func (*FetchNumberOfTotalConnectionsRequest) String added in v1.10.0

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 (*FetchNumberOfTotalConnectionsResponse) ProtoMessage added in v1.10.0

func (*FetchNumberOfTotalConnectionsResponse) ProtoMessage()

func (*FetchNumberOfTotalConnectionsResponse) ProtoReflect added in v1.10.0

func (*FetchNumberOfTotalConnectionsResponse) Reset added in v1.10.0

func (*FetchNumberOfTotalConnectionsResponse) String added in v1.10.0

type FetchNumberOfTotalVibesSentRequest added in v1.36.0

type FetchNumberOfTotalVibesSentRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchNumberOfTotalVibesSentRequest) Descriptor deprecated added in v1.36.0

func (*FetchNumberOfTotalVibesSentRequest) Descriptor() ([]byte, []int)

Deprecated: Use FetchNumberOfTotalVibesSentRequest.ProtoReflect.Descriptor instead.

func (*FetchNumberOfTotalVibesSentRequest) GetUserId added in v1.36.0

func (*FetchNumberOfTotalVibesSentRequest) ProtoMessage added in v1.36.0

func (*FetchNumberOfTotalVibesSentRequest) ProtoMessage()

func (*FetchNumberOfTotalVibesSentRequest) ProtoReflect added in v1.36.0

func (*FetchNumberOfTotalVibesSentRequest) Reset added in v1.36.0

func (*FetchNumberOfTotalVibesSentRequest) String added in v1.36.0

type FetchNumberOfTotalVibesSentResponse added in v1.36.0

type FetchNumberOfTotalVibesSentResponse struct {
	Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchNumberOfTotalVibesSentResponse) Descriptor deprecated added in v1.36.0

func (*FetchNumberOfTotalVibesSentResponse) Descriptor() ([]byte, []int)

Deprecated: Use FetchNumberOfTotalVibesSentResponse.ProtoReflect.Descriptor instead.

func (*FetchNumberOfTotalVibesSentResponse) GetTotal added in v1.36.0

func (*FetchNumberOfTotalVibesSentResponse) ProtoMessage added in v1.36.0

func (*FetchNumberOfTotalVibesSentResponse) ProtoMessage()

func (*FetchNumberOfTotalVibesSentResponse) ProtoReflect added in v1.36.0

func (*FetchNumberOfTotalVibesSentResponse) Reset added in v1.36.0

func (*FetchNumberOfTotalVibesSentResponse) String added in v1.36.0

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 (*GetMeetingVibesFromMeetingRequest) Reset

func (*GetMeetingVibesFromMeetingRequest) 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 (*GetMeetingVibesFromMeetingResponse) Reset

func (*GetMeetingVibesFromMeetingResponse) 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 (*GetMeetingVibesReceivedRequest) Reset

func (x *GetMeetingVibesReceivedRequest) Reset()

func (*GetMeetingVibesReceivedRequest) 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 (*GetMeetingVibesReceivedResponse) ProtoMessage

func (*GetMeetingVibesReceivedResponse) ProtoMessage()

func (*GetMeetingVibesReceivedResponse) ProtoReflect

func (*GetMeetingVibesReceivedResponse) Reset

func (*GetMeetingVibesReceivedResponse) 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 (*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 (*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 (*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 (*GetPendingMeetingsResponse) ProtoMessage

func (*GetPendingMeetingsResponse) ProtoMessage()

func (*GetPendingMeetingsResponse) ProtoReflect

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 (*GetUpcomingMeetingBetweenUsersRequest) ProtoMessage added in v1.1.0

func (*GetUpcomingMeetingBetweenUsersRequest) ProtoMessage()

func (*GetUpcomingMeetingBetweenUsersRequest) ProtoReflect added in v1.1.0

func (*GetUpcomingMeetingBetweenUsersRequest) Reset added in v1.1.0

func (*GetUpcomingMeetingBetweenUsersRequest) String added in v1.1.0

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 (*GetUpcomingMeetingBetweenUsersResponse) ProtoMessage added in v1.1.0

func (*GetUpcomingMeetingBetweenUsersResponse) ProtoReflect added in v1.1.0

func (*GetUpcomingMeetingBetweenUsersResponse) Reset added in v1.1.0

func (*GetUpcomingMeetingBetweenUsersResponse) String added in v1.1.0

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 (*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 (*GetUpcomingMeetingsResponse) ProtoMessage

func (*GetUpcomingMeetingsResponse) ProtoMessage()

func (*GetUpcomingMeetingsResponse) ProtoReflect

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 (*MarkMeetingConnectionAsSeenRequest) ProtoMessage added in v1.13.0

func (*MarkMeetingConnectionAsSeenRequest) ProtoMessage()

func (*MarkMeetingConnectionAsSeenRequest) ProtoReflect added in v1.13.0

func (*MarkMeetingConnectionAsSeenRequest) Reset added in v1.13.0

func (*MarkMeetingConnectionAsSeenRequest) String added in v1.13.0

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) Descriptor() ([]byte, []int)

Deprecated: Use Meeting.ProtoReflect.Descriptor instead.

func (*Meeting) GetAccepted

func (x *Meeting) GetAccepted() *timestamp.Timestamp

func (*Meeting) GetBeginning

func (x *Meeting) GetBeginning() *timestamp.Timestamp

func (*Meeting) GetCanceled

func (x *Meeting) GetCanceled() *timestamp.Timestamp

func (*Meeting) GetCreated

func (x *Meeting) GetCreated() *timestamp.Timestamp

func (*Meeting) GetCreatorId added in v1.7.1

func (x *Meeting) GetCreatorId() string

func (*Meeting) GetDeclined

func (x *Meeting) GetDeclined() *timestamp.Timestamp

func (*Meeting) GetDescription

func (x *Meeting) GetDescription() string

func (*Meeting) GetEnding

func (x *Meeting) GetEnding() *timestamp.Timestamp

func (*Meeting) GetId

func (x *Meeting) GetId() string

func (*Meeting) GetLocation

func (x *Meeting) GetLocation() string

func (*Meeting) GetUpdated

func (x *Meeting) GetUpdated() *timestamp.Timestamp

func (*Meeting) ProtoMessage

func (*Meeting) ProtoMessage()

func (*Meeting) ProtoReflect

func (x *Meeting) ProtoReflect() protoreflect.Message

func (*Meeting) Reset

func (x *Meeting) Reset()

func (*Meeting) String

func (x *Meeting) String() string

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)
	FetchNumberOfTotalVibesSent(ctx context.Context, in *FetchNumberOfTotalVibesSentRequest, opts ...grpc.CallOption) (*FetchNumberOfTotalVibesSentResponse, 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)
	FetchNumberOfTotalVibesSent(context.Context, *FetchNumberOfTotalVibesSentRequest) (*FetchNumberOfTotalVibesSentResponse, 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 (*MeetingVibesReceivedConnection) Reset added in v0.14.0

func (x *MeetingVibesReceivedConnection) Reset()

func (*MeetingVibesReceivedConnection) String added in v0.14.0

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 (*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 (*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 (*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) CancelMeetingInvite added in v0.8.7

func (*UnimplementedMeetingServiceServer) DeclineMeetingInvite added in v0.8.7

func (*UnimplementedMeetingServiceServer) FetchNumberOfNewConnections added in v1.5.0

func (*UnimplementedMeetingServiceServer) FetchNumberOfTotalConnections added in v1.10.0

func (*UnimplementedMeetingServiceServer) FetchNumberOfTotalVibesSent added in v1.36.0

func (*UnimplementedMeetingServiceServer) GetMeeting added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetMeetingVibe added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetMeetingVibes added in v1.6.0

func (*UnimplementedMeetingServiceServer) GetMeetingVibesFromMeeting added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetMeetingVibesReceived added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetMeetingVibesSent added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetMeetings added in v1.6.0

func (*UnimplementedMeetingServiceServer) GetPendingMeetings added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetUpcomingMeetingBetweenUsers added in v1.1.0

func (*UnimplementedMeetingServiceServer) GetUpcomingMeetings added in v0.8.7

func (*UnimplementedMeetingServiceServer) MarkMeetingConnectionAsSeen added in v1.13.0

func (*UnimplementedMeetingServiceServer) SendMeetingInvite added in v0.8.7

func (*UnimplementedMeetingServiceServer) SendMeetingVibe added in v0.8.7

func (*UnimplementedMeetingServiceServer) UpdateMeetingInvite added in v0.8.7

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 (*UpdateMeetingInviteRequest) GetId added in v0.9.4

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 (*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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL