meetingpb

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2020 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 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 {
	VibeIds []string `protobuf:"bytes,1,rep,name=vibe_ids,json=vibeIds,proto3" json:"vibe_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMeetingVibesReceivedResponse) Descriptor deprecated

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

Deprecated: Use GetMeetingVibesReceivedResponse.ProtoReflect.Descriptor instead.

func (*GetMeetingVibesReceivedResponse) GetVibeIds

func (x *GetMeetingVibesReceivedResponse) GetVibeIds() []string

func (*GetMeetingVibesReceivedResponse) ProtoMessage

func (*GetMeetingVibesReceivedResponse) ProtoMessage()

func (*GetMeetingVibesReceivedResponse) ProtoReflect

func (*GetMeetingVibesReceivedResponse) Reset

func (*GetMeetingVibesReceivedResponse) 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 {
	VibeIds []string `protobuf:"bytes,1,rep,name=vibe_ids,json=vibeIds,proto3" json:"vibe_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMeetingVibesSentResponse) Descriptor deprecated

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

Deprecated: Use GetMeetingVibesSentResponse.ProtoReflect.Descriptor instead.

func (*GetMeetingVibesSentResponse) GetVibeIds

func (x *GetMeetingVibesSentResponse) GetVibeIds() []string

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 GetPendingMeetingsRequest

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

func (*GetPendingMeetingsRequest) Descriptor deprecated

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

Deprecated: Use GetPendingMeetingsRequest.ProtoReflect.Descriptor instead.

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 {
	MeetingIds []string `protobuf:"bytes,1,rep,name=meeting_ids,json=meetingIds,proto3" json:"meeting_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPendingMeetingsResponse) Descriptor deprecated

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

Deprecated: Use GetPendingMeetingsResponse.ProtoReflect.Descriptor instead.

func (*GetPendingMeetingsResponse) GetMeetingIds

func (x *GetPendingMeetingsResponse) GetMeetingIds() []string

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 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 {
	MeetingIds []string `protobuf:"bytes,1,rep,name=meeting_ids,json=meetingIds,proto3" json:"meeting_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUpcomingMeetingsResponse) Descriptor deprecated

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

Deprecated: Use GetUpcomingMeetingsResponse.ProtoReflect.Descriptor instead.

func (*GetUpcomingMeetingsResponse) GetMeetingIds

func (x *GetUpcomingMeetingsResponse) GetMeetingIds() []string

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 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"`
	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) 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)
	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)
	GetMeetingVibe(ctx context.Context, in *GetMeetingVibeRequest, opts ...grpc.CallOption) (*GetMeetingVibeResponse, 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 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 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) GetMeeting added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetMeetingVibe added in v0.8.7

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) GetPendingMeetings added in v0.8.7

func (*UnimplementedMeetingServiceServer) GetUpcomingMeetings added in v0.8.7

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

Jump to

Keyboard shortcuts

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