interaction_event_grpc_service

package
v0.0.0-...-a11afcc Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_interaction_event_proto protoreflect.FileDescriptor
View Source
var InteractionEventGrpcService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "interactionEventGrpcService",
	HandlerType: (*InteractionEventGrpcServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RequestGenerateSummary",
			Handler:    _InteractionEventGrpcService_RequestGenerateSummary_Handler,
		},
		{
			MethodName: "RequestGenerateActionItems",
			Handler:    _InteractionEventGrpcService_RequestGenerateActionItems_Handler,
		},
		{
			MethodName: "UpsertInteractionEvent",
			Handler:    _InteractionEventGrpcService_UpsertInteractionEvent_Handler,
		},
		{
			MethodName: "ReplaceSummary",
			Handler:    _InteractionEventGrpcService_ReplaceSummary_Handler,
		},
		{
			MethodName: "ReplaceActionItems",
			Handler:    _InteractionEventGrpcService_ReplaceActionItems_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "interaction_event.proto",
}

InteractionEventGrpcService_ServiceDesc is the grpc.ServiceDesc for InteractionEventGrpcService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterInteractionEventGrpcServiceServer

func RegisterInteractionEventGrpcServiceServer(s grpc.ServiceRegistrar, srv InteractionEventGrpcServiceServer)

Types

type Contact

type Contact struct {
	// contains filtered or unexported fields
}

func (*Contact) Descriptor deprecated

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

Deprecated: Use Contact.ProtoReflect.Descriptor instead.

func (*Contact) ProtoMessage

func (*Contact) ProtoMessage()

func (*Contact) ProtoReflect

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

func (*Contact) Reset

func (x *Contact) Reset()

func (*Contact) String

func (x *Contact) String() string

type InteractionEventGrpcServiceClient

InteractionEventGrpcServiceClient is the client API for InteractionEventGrpcService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type InteractionEventGrpcServiceServer

InteractionEventGrpcServiceServer is the server API for InteractionEventGrpcService service. All implementations should embed UnimplementedInteractionEventGrpcServiceServer for forward compatibility

type InteractionEventIdGrpcResponse

type InteractionEventIdGrpcResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractionEventIdGrpcResponse) Descriptor deprecated

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

Deprecated: Use InteractionEventIdGrpcResponse.ProtoReflect.Descriptor instead.

func (*InteractionEventIdGrpcResponse) GetId

func (*InteractionEventIdGrpcResponse) ProtoMessage

func (*InteractionEventIdGrpcResponse) ProtoMessage()

func (*InteractionEventIdGrpcResponse) ProtoReflect

func (*InteractionEventIdGrpcResponse) Reset

func (x *InteractionEventIdGrpcResponse) Reset()

func (*InteractionEventIdGrpcResponse) String

type JobRole

type JobRole struct {
	// contains filtered or unexported fields
}

func (*JobRole) Descriptor deprecated

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

Deprecated: Use JobRole.ProtoReflect.Descriptor instead.

func (*JobRole) ProtoMessage

func (*JobRole) ProtoMessage()

func (*JobRole) ProtoReflect

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

func (*JobRole) Reset

func (x *JobRole) Reset()

func (*JobRole) String

func (x *JobRole) String() string

type Organization

type Organization struct {
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

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

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

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

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type Participant

type Participant struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are assignable to ParticipantType:
	//
	//	*Participant_User
	//	*Participant_Contact
	//	*Participant_Organization
	//	*Participant_JobRole
	ParticipantType isParticipant_ParticipantType `protobuf_oneof:"participantType"`
	// contains filtered or unexported fields
}

func (*Participant) Descriptor deprecated

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

Deprecated: Use Participant.ProtoReflect.Descriptor instead.

func (*Participant) GetContact

func (x *Participant) GetContact() *Contact

func (*Participant) GetId

func (x *Participant) GetId() string

func (*Participant) GetJobRole

func (x *Participant) GetJobRole() *JobRole

func (*Participant) GetOrganization

func (x *Participant) GetOrganization() *Organization

func (*Participant) GetParticipantType

func (m *Participant) GetParticipantType() isParticipant_ParticipantType

func (*Participant) GetUser

func (x *Participant) GetUser() *User

func (*Participant) ProtoMessage

func (*Participant) ProtoMessage()

func (*Participant) ProtoReflect

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

func (*Participant) Reset

func (x *Participant) Reset()

func (*Participant) String

func (x *Participant) String() string

type Participant_Contact

type Participant_Contact struct {
	Contact *Contact `protobuf:"bytes,3,opt,name=contact,proto3,oneof"`
}

type Participant_JobRole

type Participant_JobRole struct {
	JobRole *JobRole `protobuf:"bytes,5,opt,name=jobRole,proto3,oneof"`
}

type Participant_Organization

type Participant_Organization struct {
	Organization *Organization `protobuf:"bytes,4,opt,name=organization,proto3,oneof"`
}

type Participant_User

type Participant_User struct {
	User *User `protobuf:"bytes,2,opt,name=user,proto3,oneof"`
}

type Receiver

type Receiver struct {
	Participant  *Participant `protobuf:"bytes,1,opt,name=participant,proto3" json:"participant,omitempty"`
	RelationType string       `protobuf:"bytes,2,opt,name=relationType,proto3" json:"relationType,omitempty"`
	// contains filtered or unexported fields
}

func (*Receiver) Descriptor deprecated

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

Deprecated: Use Receiver.ProtoReflect.Descriptor instead.

func (*Receiver) GetParticipant

func (x *Receiver) GetParticipant() *Participant

func (*Receiver) GetRelationType

func (x *Receiver) GetRelationType() string

func (*Receiver) ProtoMessage

func (*Receiver) ProtoMessage()

func (*Receiver) ProtoReflect

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

func (*Receiver) Reset

func (x *Receiver) Reset()

func (*Receiver) String

func (x *Receiver) String() string

type ReplaceActionItemsGrpcRequest

type ReplaceActionItemsGrpcRequest struct {
	Tenant             string   `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	InteractionEventId string   `protobuf:"bytes,2,opt,name=interactionEventId,proto3" json:"interactionEventId,omitempty"`
	LoggedInUserId     string   `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	ActionItems        []string `protobuf:"bytes,4,rep,name=actionItems,proto3" json:"actionItems,omitempty"`
	AppSource          string   `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceActionItemsGrpcRequest) Descriptor deprecated

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

Deprecated: Use ReplaceActionItemsGrpcRequest.ProtoReflect.Descriptor instead.

func (*ReplaceActionItemsGrpcRequest) GetActionItems

func (x *ReplaceActionItemsGrpcRequest) GetActionItems() []string

func (*ReplaceActionItemsGrpcRequest) GetAppSource

func (x *ReplaceActionItemsGrpcRequest) GetAppSource() string

func (*ReplaceActionItemsGrpcRequest) GetInteractionEventId

func (x *ReplaceActionItemsGrpcRequest) GetInteractionEventId() string

func (*ReplaceActionItemsGrpcRequest) GetLoggedInUserId

func (x *ReplaceActionItemsGrpcRequest) GetLoggedInUserId() string

func (*ReplaceActionItemsGrpcRequest) GetTenant

func (x *ReplaceActionItemsGrpcRequest) GetTenant() string

func (*ReplaceActionItemsGrpcRequest) ProtoMessage

func (*ReplaceActionItemsGrpcRequest) ProtoMessage()

func (*ReplaceActionItemsGrpcRequest) ProtoReflect

func (*ReplaceActionItemsGrpcRequest) Reset

func (x *ReplaceActionItemsGrpcRequest) Reset()

func (*ReplaceActionItemsGrpcRequest) String

type ReplaceSummaryGrpcRequest

type ReplaceSummaryGrpcRequest struct {
	Tenant             string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	InteractionEventId string `protobuf:"bytes,2,opt,name=interactionEventId,proto3" json:"interactionEventId,omitempty"`
	LoggedInUserId     string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Summary            string `protobuf:"bytes,4,opt,name=summary,proto3" json:"summary,omitempty"`
	ContentType        string `protobuf:"bytes,5,opt,name=contentType,proto3" json:"contentType,omitempty"`
	AppSource          string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceSummaryGrpcRequest) Descriptor deprecated

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

Deprecated: Use ReplaceSummaryGrpcRequest.ProtoReflect.Descriptor instead.

func (*ReplaceSummaryGrpcRequest) GetAppSource

func (x *ReplaceSummaryGrpcRequest) GetAppSource() string

func (*ReplaceSummaryGrpcRequest) GetContentType

func (x *ReplaceSummaryGrpcRequest) GetContentType() string

func (*ReplaceSummaryGrpcRequest) GetInteractionEventId

func (x *ReplaceSummaryGrpcRequest) GetInteractionEventId() string

func (*ReplaceSummaryGrpcRequest) GetLoggedInUserId

func (x *ReplaceSummaryGrpcRequest) GetLoggedInUserId() string

func (*ReplaceSummaryGrpcRequest) GetSummary

func (x *ReplaceSummaryGrpcRequest) GetSummary() string

func (*ReplaceSummaryGrpcRequest) GetTenant

func (x *ReplaceSummaryGrpcRequest) GetTenant() string

func (*ReplaceSummaryGrpcRequest) ProtoMessage

func (*ReplaceSummaryGrpcRequest) ProtoMessage()

func (*ReplaceSummaryGrpcRequest) ProtoReflect

func (*ReplaceSummaryGrpcRequest) Reset

func (x *ReplaceSummaryGrpcRequest) Reset()

func (*ReplaceSummaryGrpcRequest) String

func (x *ReplaceSummaryGrpcRequest) String() string

type RequestGenerateActionItemsGrpcRequest

type RequestGenerateActionItemsGrpcRequest struct {
	Tenant             string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	InteractionEventId string `protobuf:"bytes,2,opt,name=interactionEventId,proto3" json:"interactionEventId,omitempty"`
	LoggedInUserId     string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestGenerateActionItemsGrpcRequest) Descriptor deprecated

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

Deprecated: Use RequestGenerateActionItemsGrpcRequest.ProtoReflect.Descriptor instead.

func (*RequestGenerateActionItemsGrpcRequest) GetInteractionEventId

func (x *RequestGenerateActionItemsGrpcRequest) GetInteractionEventId() string

func (*RequestGenerateActionItemsGrpcRequest) GetLoggedInUserId

func (x *RequestGenerateActionItemsGrpcRequest) GetLoggedInUserId() string

func (*RequestGenerateActionItemsGrpcRequest) GetTenant

func (*RequestGenerateActionItemsGrpcRequest) ProtoMessage

func (*RequestGenerateActionItemsGrpcRequest) ProtoMessage()

func (*RequestGenerateActionItemsGrpcRequest) ProtoReflect

func (*RequestGenerateActionItemsGrpcRequest) Reset

func (*RequestGenerateActionItemsGrpcRequest) String

type RequestGenerateSummaryGrpcRequest

type RequestGenerateSummaryGrpcRequest struct {
	Tenant             string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	InteractionEventId string `protobuf:"bytes,2,opt,name=interactionEventId,proto3" json:"interactionEventId,omitempty"`
	LoggedInUserId     string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestGenerateSummaryGrpcRequest) Descriptor deprecated

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

Deprecated: Use RequestGenerateSummaryGrpcRequest.ProtoReflect.Descriptor instead.

func (*RequestGenerateSummaryGrpcRequest) GetInteractionEventId

func (x *RequestGenerateSummaryGrpcRequest) GetInteractionEventId() string

func (*RequestGenerateSummaryGrpcRequest) GetLoggedInUserId

func (x *RequestGenerateSummaryGrpcRequest) GetLoggedInUserId() string

func (*RequestGenerateSummaryGrpcRequest) GetTenant

func (*RequestGenerateSummaryGrpcRequest) ProtoMessage

func (*RequestGenerateSummaryGrpcRequest) ProtoMessage()

func (*RequestGenerateSummaryGrpcRequest) ProtoReflect

func (*RequestGenerateSummaryGrpcRequest) Reset

func (*RequestGenerateSummaryGrpcRequest) String

type Sender

type Sender struct {
	Participant  *Participant `protobuf:"bytes,1,opt,name=participant,proto3" json:"participant,omitempty"`
	RelationType string       `protobuf:"bytes,2,opt,name=relationType,proto3" json:"relationType,omitempty"`
	// contains filtered or unexported fields
}

func (*Sender) Descriptor deprecated

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

Deprecated: Use Sender.ProtoReflect.Descriptor instead.

func (*Sender) GetParticipant

func (x *Sender) GetParticipant() *Participant

func (*Sender) GetRelationType

func (x *Sender) GetRelationType() string

func (*Sender) ProtoMessage

func (*Sender) ProtoMessage()

func (*Sender) ProtoReflect

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

func (*Sender) Reset

func (x *Sender) Reset()

func (*Sender) String

func (x *Sender) String() string

type UnimplementedInteractionEventGrpcServiceServer

type UnimplementedInteractionEventGrpcServiceServer struct {
}

UnimplementedInteractionEventGrpcServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedInteractionEventGrpcServiceServer) ReplaceActionItems

func (UnimplementedInteractionEventGrpcServiceServer) ReplaceSummary

type UnsafeInteractionEventGrpcServiceServer

type UnsafeInteractionEventGrpcServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeInteractionEventGrpcServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InteractionEventGrpcServiceServer will result in compilation errors.

type UpsertInteractionEventGrpcRequest

type UpsertInteractionEventGrpcRequest struct {
	Id                   string                       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Tenant               string                       `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"`
	LoggedInUserId       string                       `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"`
	Content              string                       `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	ContentType          string                       `protobuf:"bytes,5,opt,name=contentType,proto3" json:"contentType,omitempty"`
	Identifier           string                       `protobuf:"bytes,6,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Channel              string                       `protobuf:"bytes,7,opt,name=channel,proto3" json:"channel,omitempty"`
	ChannelData          string                       `protobuf:"bytes,8,opt,name=channelData,proto3" json:"channelData,omitempty"`
	EventType            string                       `protobuf:"bytes,9,opt,name=eventType,proto3" json:"eventType,omitempty"`
	Hide                 bool                         `protobuf:"varint,10,opt,name=hide,proto3" json:"hide,omitempty"`
	CreatedAt            *timestamppb.Timestamp       `protobuf:"bytes,11,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt            *timestamppb.Timestamp       `protobuf:"bytes,12,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	BelongsToIssueId     *string                      `protobuf:"bytes,13,opt,name=belongsToIssueId,proto3,oneof" json:"belongsToIssueId,omitempty"`
	BelongsToSessionId   *string                      `protobuf:"bytes,14,opt,name=belongsToSessionId,proto3,oneof" json:"belongsToSessionId,omitempty"`
	SourceFields         *common.SourceFields         `protobuf:"bytes,15,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"`
	ExternalSystemFields *common.ExternalSystemFields `protobuf:"bytes,16,opt,name=externalSystemFields,proto3" json:"externalSystemFields,omitempty"`
	Sender               *Sender                      `protobuf:"bytes,17,opt,name=sender,proto3" json:"sender,omitempty"`
	Receivers            []*Receiver                  `protobuf:"bytes,18,rep,name=receivers,proto3" json:"receivers,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertInteractionEventGrpcRequest) Descriptor deprecated

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

Deprecated: Use UpsertInteractionEventGrpcRequest.ProtoReflect.Descriptor instead.

func (*UpsertInteractionEventGrpcRequest) GetBelongsToIssueId

func (x *UpsertInteractionEventGrpcRequest) GetBelongsToIssueId() string

func (*UpsertInteractionEventGrpcRequest) GetBelongsToSessionId

func (x *UpsertInteractionEventGrpcRequest) GetBelongsToSessionId() string

func (*UpsertInteractionEventGrpcRequest) GetChannel

func (x *UpsertInteractionEventGrpcRequest) GetChannel() string

func (*UpsertInteractionEventGrpcRequest) GetChannelData

func (x *UpsertInteractionEventGrpcRequest) GetChannelData() string

func (*UpsertInteractionEventGrpcRequest) GetContent

func (x *UpsertInteractionEventGrpcRequest) GetContent() string

func (*UpsertInteractionEventGrpcRequest) GetContentType

func (x *UpsertInteractionEventGrpcRequest) GetContentType() string

func (*UpsertInteractionEventGrpcRequest) GetCreatedAt

func (*UpsertInteractionEventGrpcRequest) GetEventType

func (x *UpsertInteractionEventGrpcRequest) GetEventType() string

func (*UpsertInteractionEventGrpcRequest) GetExternalSystemFields

func (x *UpsertInteractionEventGrpcRequest) GetExternalSystemFields() *common.ExternalSystemFields

func (*UpsertInteractionEventGrpcRequest) GetHide

func (*UpsertInteractionEventGrpcRequest) GetId

func (*UpsertInteractionEventGrpcRequest) GetIdentifier

func (x *UpsertInteractionEventGrpcRequest) GetIdentifier() string

func (*UpsertInteractionEventGrpcRequest) GetLoggedInUserId

func (x *UpsertInteractionEventGrpcRequest) GetLoggedInUserId() string

func (*UpsertInteractionEventGrpcRequest) GetReceivers

func (x *UpsertInteractionEventGrpcRequest) GetReceivers() []*Receiver

func (*UpsertInteractionEventGrpcRequest) GetSender

func (x *UpsertInteractionEventGrpcRequest) GetSender() *Sender

func (*UpsertInteractionEventGrpcRequest) GetSourceFields

func (*UpsertInteractionEventGrpcRequest) GetTenant

func (*UpsertInteractionEventGrpcRequest) GetUpdatedAt

func (*UpsertInteractionEventGrpcRequest) ProtoMessage

func (*UpsertInteractionEventGrpcRequest) ProtoMessage()

func (*UpsertInteractionEventGrpcRequest) ProtoReflect

func (*UpsertInteractionEventGrpcRequest) Reset

func (*UpsertInteractionEventGrpcRequest) String

type User

type User struct {
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

Jump to

Keyboard shortcuts

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