events

package
v1.0.15 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_events_asset_proto protoreflect.FileDescriptor
View Source
var File_events_authentication_proto protoreflect.FileDescriptor
View Source
var File_events_core_proto protoreflect.FileDescriptor
View Source
var File_events_engine_proto protoreflect.FileDescriptor
View Source
var File_events_example_event_proto protoreflect.FileDescriptor
View Source
var File_events_job_proto protoreflect.FileDescriptor
View Source
var File_events_mention_generation_proto protoreflect.FileDescriptor
View Source
var File_events_mention_notification_proto protoreflect.FileDescriptor
View Source
var File_events_mention_proto protoreflect.FileDescriptor
View Source
var File_events_notification_proto protoreflect.FileDescriptor
View Source
var File_events_recording_proto protoreflect.FileDescriptor
View Source
var File_events_shared_collection_proto protoreflect.FileDescriptor
View Source
var File_events_structured_data_proto protoreflect.FileDescriptor
View Source
var File_events_task_proto protoreflect.FileDescriptor
View Source
var File_events_trigger_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActionTokenForbidden

type ActionTokenForbidden struct {
	UserAgent  string `protobuf:"bytes,11,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Ip         string `protobuf:"bytes,12,opt,name=ip,proto3" json:"ip,omitempty"`
	RequestUrl string `protobuf:"bytes,13,opt,name=request_url,json=requestUrl,proto3" json:"request_url,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionTokenForbidden) Descriptor deprecated

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

Deprecated: Use ActionTokenForbidden.ProtoReflect.Descriptor instead.

func (*ActionTokenForbidden) GetIp

func (x *ActionTokenForbidden) GetIp() string

func (*ActionTokenForbidden) GetRequestUrl

func (x *ActionTokenForbidden) GetRequestUrl() string

func (*ActionTokenForbidden) GetUserAgent

func (x *ActionTokenForbidden) GetUserAgent() string

func (*ActionTokenForbidden) ProtoMessage

func (*ActionTokenForbidden) ProtoMessage()

func (*ActionTokenForbidden) ProtoReflect added in v1.0.15

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

func (*ActionTokenForbidden) Reset

func (x *ActionTokenForbidden) Reset()

func (*ActionTokenForbidden) String

func (x *ActionTokenForbidden) String() string

type ActionUserForbidden

type ActionUserForbidden struct {
	UserName       string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserAgent      string `protobuf:"bytes,11,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Ip             string `protobuf:"bytes,12,opt,name=ip,proto3" json:"ip,omitempty"`
	RequestUrl     string `protobuf:"bytes,13,opt,name=request_url,json=requestUrl,proto3" json:"request_url,omitempty"`
	UserId         string `protobuf:"bytes,14,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrganizationId int64  `protobuf:"varint,15,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionUserForbidden) Descriptor deprecated

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

Deprecated: Use ActionUserForbidden.ProtoReflect.Descriptor instead.

func (*ActionUserForbidden) GetIp

func (x *ActionUserForbidden) GetIp() string

func (*ActionUserForbidden) GetOrganizationId

func (x *ActionUserForbidden) GetOrganizationId() int64

func (*ActionUserForbidden) GetRequestUrl

func (x *ActionUserForbidden) GetRequestUrl() string

func (*ActionUserForbidden) GetUserAgent

func (x *ActionUserForbidden) GetUserAgent() string

func (*ActionUserForbidden) GetUserId

func (x *ActionUserForbidden) GetUserId() string

func (*ActionUserForbidden) GetUserName

func (x *ActionUserForbidden) GetUserName() string

func (*ActionUserForbidden) ProtoMessage

func (*ActionUserForbidden) ProtoMessage()

func (*ActionUserForbidden) ProtoReflect added in v1.0.15

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

func (*ActionUserForbidden) Reset

func (x *ActionUserForbidden) Reset()

func (*ActionUserForbidden) String

func (x *ActionUserForbidden) String() string

type AssetUploaded

type AssetUploaded struct {
	AssetId     string `protobuf:"bytes,10,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	RecordingId string `protobuf:"bytes,11,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AssetUploaded) Descriptor deprecated

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

Deprecated: Use AssetUploaded.ProtoReflect.Descriptor instead.

func (*AssetUploaded) GetAssetId

func (x *AssetUploaded) GetAssetId() string

func (*AssetUploaded) GetRecordingId

func (x *AssetUploaded) GetRecordingId() string

func (*AssetUploaded) ProtoMessage

func (*AssetUploaded) ProtoMessage()

func (*AssetUploaded) ProtoReflect added in v1.0.15

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

func (*AssetUploaded) Reset

func (x *AssetUploaded) Reset()

func (*AssetUploaded) String

func (x *AssetUploaded) String() string

type BasicEmail

type BasicEmail struct {
	FromAddress string `protobuf:"bytes,10,opt,name=from_address,json=fromAddress,proto3" json:"from_address,omitempty"` // email address of sender
	ToAddress   string `protobuf:"bytes,11,opt,name=to_address,json=toAddress,proto3" json:"to_address,omitempty"`       // email address of recipient
	Subject     string `protobuf:"bytes,12,opt,name=subject,proto3" json:"subject,omitempty"`                            // email subject
	Body        string `protobuf:"bytes,13,opt,name=body,proto3" json:"body,omitempty"`                                  // email body, should be just pure text
	ReplyTo     string `protobuf:"bytes,14,opt,name=reply_to,json=replyTo,proto3" json:"reply_to,omitempty"`             // reply_to field of the email.
	BodyHtml    string `protobuf:"bytes,15,opt,name=body_html,json=bodyHtml,proto3" json:"body_html,omitempty"`          // email body in HTML syntax, this takes precedence over `body` field
	CcAddress   string `protobuf:"bytes,16,opt,name=cc_address,json=ccAddress,proto3" json:"cc_address,omitempty"`       // email address of cc recipient
	BccAddress  string `protobuf:"bytes,17,opt,name=bcc_address,json=bccAddress,proto3" json:"bcc_address,omitempty"`    // email address of bcc recipient
	// contains filtered or unexported fields
}

func (*BasicEmail) Descriptor deprecated

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

Deprecated: Use BasicEmail.ProtoReflect.Descriptor instead.

func (*BasicEmail) GetBccAddress added in v1.0.15

func (x *BasicEmail) GetBccAddress() string

func (*BasicEmail) GetBody

func (x *BasicEmail) GetBody() string

func (*BasicEmail) GetBodyHtml

func (x *BasicEmail) GetBodyHtml() string

func (*BasicEmail) GetCcAddress added in v1.0.15

func (x *BasicEmail) GetCcAddress() string

func (*BasicEmail) GetFromAddress

func (x *BasicEmail) GetFromAddress() string

func (*BasicEmail) GetReplyTo

func (x *BasicEmail) GetReplyTo() string

func (*BasicEmail) GetSubject

func (x *BasicEmail) GetSubject() string

func (*BasicEmail) GetToAddress

func (x *BasicEmail) GetToAddress() string

func (*BasicEmail) ProtoMessage

func (*BasicEmail) ProtoMessage()

func (*BasicEmail) ProtoReflect added in v1.0.15

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

func (*BasicEmail) Reset

func (x *BasicEmail) Reset()

func (*BasicEmail) String

func (x *BasicEmail) String() string

type Core

type Core struct {

	//*
	//Read-only and auto-generated. ID of the message, ID is a uuid v4 auto-generated by messaging library.
	//It will be propagate through the system. Similar to correlationId
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	//* The name of the event is
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Read-only and auto-generated. Messaging library will compute the timestamp in RFC1123Z when a message is produced.
	Timestamp string `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// the type of the event
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// Messaging library will default to value from `hostname` if not set */
	ServiceName string `protobuf:"bytes,5,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	// Application Id which owns the event. For internal components, it should be set to "system"
	ApplicationId string `protobuf:"bytes,6,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	// The event id that matches with event_id in Event Registry Table
	EventId string `protobuf:"bytes,7,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// The organization where event is generated
	OrganizationId string `protobuf:"bytes,8,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// The user who owns the event
	UserId string `protobuf:"bytes,9,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The API token used to generate the event
	TokenId string `protobuf:"bytes,10,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Core) Descriptor deprecated

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

Deprecated: Use Core.ProtoReflect.Descriptor instead.

func (*Core) GetApplicationId

func (x *Core) GetApplicationId() string

func (*Core) GetEventId

func (x *Core) GetEventId() string

func (*Core) GetId

func (x *Core) GetId() string

func (*Core) GetName

func (x *Core) GetName() string

func (*Core) GetOrganizationId

func (x *Core) GetOrganizationId() string

func (*Core) GetServiceName

func (x *Core) GetServiceName() string

func (*Core) GetTimestamp

func (x *Core) GetTimestamp() string

func (*Core) GetTokenId

func (x *Core) GetTokenId() string

func (*Core) GetType

func (x *Core) GetType() string

func (*Core) GetUserId

func (x *Core) GetUserId() string

func (*Core) ProtoMessage

func (*Core) ProtoMessage()

func (*Core) ProtoReflect added in v1.0.15

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

func (*Core) Reset

func (x *Core) Reset()

func (*Core) String

func (x *Core) String() string

type EngineBuildApproved

type EngineBuildApproved struct {
	UserId         string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EngineId       string `protobuf:"bytes,11,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId        string `protobuf:"bytes,12,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	OrganizationId int64  `protobuf:"varint,13,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	StatusCode     int32  `protobuf:"varint,14,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	Action         string `protobuf:"bytes,15,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildApproved) Descriptor deprecated

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

Deprecated: Use EngineBuildApproved.ProtoReflect.Descriptor instead.

func (*EngineBuildApproved) GetAction

func (x *EngineBuildApproved) GetAction() string

func (*EngineBuildApproved) GetBuildId

func (x *EngineBuildApproved) GetBuildId() string

func (*EngineBuildApproved) GetEngineId

func (x *EngineBuildApproved) GetEngineId() string

func (*EngineBuildApproved) GetOrganizationId

func (x *EngineBuildApproved) GetOrganizationId() int64

func (*EngineBuildApproved) GetStatusCode

func (x *EngineBuildApproved) GetStatusCode() int32

func (*EngineBuildApproved) GetUserId

func (x *EngineBuildApproved) GetUserId() string

func (*EngineBuildApproved) ProtoMessage

func (*EngineBuildApproved) ProtoMessage()

func (*EngineBuildApproved) ProtoReflect added in v1.0.15

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

func (*EngineBuildApproved) Reset

func (x *EngineBuildApproved) Reset()

func (*EngineBuildApproved) String

func (x *EngineBuildApproved) String() string

type EngineBuildCreate

type EngineBuildCreate struct {
	EngineId   string `protobuf:"bytes,11,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId    string `protobuf:"bytes,12,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	StatusCode int32  `protobuf:"varint,13,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	Action     string `protobuf:"bytes,14,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildCreate) Descriptor deprecated

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

Deprecated: Use EngineBuildCreate.ProtoReflect.Descriptor instead.

func (*EngineBuildCreate) GetAction

func (x *EngineBuildCreate) GetAction() string

func (*EngineBuildCreate) GetBuildId

func (x *EngineBuildCreate) GetBuildId() string

func (*EngineBuildCreate) GetEngineId

func (x *EngineBuildCreate) GetEngineId() string

func (*EngineBuildCreate) GetStatusCode

func (x *EngineBuildCreate) GetStatusCode() int32

func (*EngineBuildCreate) ProtoMessage

func (*EngineBuildCreate) ProtoMessage()

func (*EngineBuildCreate) ProtoReflect added in v1.0.15

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

func (*EngineBuildCreate) Reset

func (x *EngineBuildCreate) Reset()

func (*EngineBuildCreate) String

func (x *EngineBuildCreate) String() string

type EngineBuildDeployFail

type EngineBuildDeployFail struct {
	UserId   string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EngineId string `protobuf:"bytes,11,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId  string `protobuf:"bytes,12,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildDeployFail) Descriptor deprecated

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

Deprecated: Use EngineBuildDeployFail.ProtoReflect.Descriptor instead.

func (*EngineBuildDeployFail) GetBuildId

func (x *EngineBuildDeployFail) GetBuildId() string

func (*EngineBuildDeployFail) GetEngineId

func (x *EngineBuildDeployFail) GetEngineId() string

func (*EngineBuildDeployFail) GetUserId

func (x *EngineBuildDeployFail) GetUserId() string

func (*EngineBuildDeployFail) ProtoMessage

func (*EngineBuildDeployFail) ProtoMessage()

func (*EngineBuildDeployFail) ProtoReflect added in v1.0.15

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

func (*EngineBuildDeployFail) Reset

func (x *EngineBuildDeployFail) Reset()

func (*EngineBuildDeployFail) String

func (x *EngineBuildDeployFail) String() string

type EngineBuildDeploySuccess

type EngineBuildDeploySuccess struct {
	UserId   string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EngineId string `protobuf:"bytes,11,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId  string `protobuf:"bytes,12,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildDeploySuccess) Descriptor deprecated

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

Deprecated: Use EngineBuildDeploySuccess.ProtoReflect.Descriptor instead.

func (*EngineBuildDeploySuccess) GetBuildId

func (x *EngineBuildDeploySuccess) GetBuildId() string

func (*EngineBuildDeploySuccess) GetEngineId

func (x *EngineBuildDeploySuccess) GetEngineId() string

func (*EngineBuildDeploySuccess) GetUserId

func (x *EngineBuildDeploySuccess) GetUserId() string

func (*EngineBuildDeploySuccess) ProtoMessage

func (*EngineBuildDeploySuccess) ProtoMessage()

func (*EngineBuildDeploySuccess) ProtoReflect added in v1.0.15

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

func (*EngineBuildDeploySuccess) Reset

func (x *EngineBuildDeploySuccess) Reset()

func (*EngineBuildDeploySuccess) String

func (x *EngineBuildDeploySuccess) String() string

type EngineBuildDisapprove

type EngineBuildDisapprove struct {
	UserId         string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EngineId       string `protobuf:"bytes,11,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId        string `protobuf:"bytes,12,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	OrganizationId int64  `protobuf:"varint,13,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	StatusCode     int32  `protobuf:"varint,14,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	Action         string `protobuf:"bytes,15,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildDisapprove) Descriptor deprecated

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

Deprecated: Use EngineBuildDisapprove.ProtoReflect.Descriptor instead.

func (*EngineBuildDisapprove) GetAction

func (x *EngineBuildDisapprove) GetAction() string

func (*EngineBuildDisapprove) GetBuildId

func (x *EngineBuildDisapprove) GetBuildId() string

func (*EngineBuildDisapprove) GetEngineId

func (x *EngineBuildDisapprove) GetEngineId() string

func (*EngineBuildDisapprove) GetOrganizationId

func (x *EngineBuildDisapprove) GetOrganizationId() int64

func (*EngineBuildDisapprove) GetStatusCode

func (x *EngineBuildDisapprove) GetStatusCode() int32

func (*EngineBuildDisapprove) GetUserId

func (x *EngineBuildDisapprove) GetUserId() string

func (*EngineBuildDisapprove) ProtoMessage

func (*EngineBuildDisapprove) ProtoMessage()

func (*EngineBuildDisapprove) ProtoReflect added in v1.0.15

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

func (*EngineBuildDisapprove) Reset

func (x *EngineBuildDisapprove) Reset()

func (*EngineBuildDisapprove) String

func (x *EngineBuildDisapprove) String() string

type EngineBuildInvalidate

type EngineBuildInvalidate struct {
	EngineId   string `protobuf:"bytes,11,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId    string `protobuf:"bytes,12,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	StatusCode int32  `protobuf:"varint,13,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	Action     string `protobuf:"bytes,14,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildInvalidate) Descriptor deprecated

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

Deprecated: Use EngineBuildInvalidate.ProtoReflect.Descriptor instead.

func (*EngineBuildInvalidate) GetAction

func (x *EngineBuildInvalidate) GetAction() string

func (*EngineBuildInvalidate) GetBuildId

func (x *EngineBuildInvalidate) GetBuildId() string

func (*EngineBuildInvalidate) GetEngineId

func (x *EngineBuildInvalidate) GetEngineId() string

func (*EngineBuildInvalidate) GetStatusCode

func (x *EngineBuildInvalidate) GetStatusCode() int32

func (*EngineBuildInvalidate) ProtoMessage

func (*EngineBuildInvalidate) ProtoMessage()

func (*EngineBuildInvalidate) ProtoReflect added in v1.0.15

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

func (*EngineBuildInvalidate) Reset

func (x *EngineBuildInvalidate) Reset()

func (*EngineBuildInvalidate) String

func (x *EngineBuildInvalidate) String() string

type EngineBuildManifestProcessed

type EngineBuildManifestProcessed struct {
	UserId   string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	JobId    string `protobuf:"bytes,11,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Success  bool   `protobuf:"varint,12,opt,name=success,proto3" json:"success,omitempty"`
	EngineId string `protobuf:"bytes,13,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId  string `protobuf:"bytes,14,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildManifestProcessed) Descriptor deprecated

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

Deprecated: Use EngineBuildManifestProcessed.ProtoReflect.Descriptor instead.

func (*EngineBuildManifestProcessed) GetBuildId

func (x *EngineBuildManifestProcessed) GetBuildId() string

func (*EngineBuildManifestProcessed) GetEngineId

func (x *EngineBuildManifestProcessed) GetEngineId() string

func (*EngineBuildManifestProcessed) GetJobId

func (x *EngineBuildManifestProcessed) GetJobId() string

func (*EngineBuildManifestProcessed) GetSuccess

func (x *EngineBuildManifestProcessed) GetSuccess() bool

func (*EngineBuildManifestProcessed) GetUserId

func (x *EngineBuildManifestProcessed) GetUserId() string

func (*EngineBuildManifestProcessed) ProtoMessage

func (*EngineBuildManifestProcessed) ProtoMessage()

func (*EngineBuildManifestProcessed) ProtoReflect added in v1.0.15

func (*EngineBuildManifestProcessed) Reset

func (x *EngineBuildManifestProcessed) Reset()

func (*EngineBuildManifestProcessed) String

type EngineBuildTestReportDone

type EngineBuildTestReportDone struct {
	UserId   string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	JobId    string `protobuf:"bytes,11,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	Success  bool   `protobuf:"varint,12,opt,name=success,proto3" json:"success,omitempty"`
	EngineId string `protobuf:"bytes,13,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId  string `protobuf:"bytes,14,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildTestReportDone) Descriptor deprecated

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

Deprecated: Use EngineBuildTestReportDone.ProtoReflect.Descriptor instead.

func (*EngineBuildTestReportDone) GetBuildId

func (x *EngineBuildTestReportDone) GetBuildId() string

func (*EngineBuildTestReportDone) GetEngineId

func (x *EngineBuildTestReportDone) GetEngineId() string

func (*EngineBuildTestReportDone) GetJobId

func (x *EngineBuildTestReportDone) GetJobId() string

func (*EngineBuildTestReportDone) GetSuccess

func (x *EngineBuildTestReportDone) GetSuccess() bool

func (*EngineBuildTestReportDone) GetUserId

func (x *EngineBuildTestReportDone) GetUserId() string

func (*EngineBuildTestReportDone) ProtoMessage

func (*EngineBuildTestReportDone) ProtoMessage()

func (*EngineBuildTestReportDone) ProtoReflect added in v1.0.15

func (*EngineBuildTestReportDone) Reset

func (x *EngineBuildTestReportDone) Reset()

func (*EngineBuildTestReportDone) String

func (x *EngineBuildTestReportDone) String() string

type EngineBuildUpload

type EngineBuildUpload struct {
	EngineId   string `protobuf:"bytes,11,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId    string `protobuf:"bytes,12,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	StatusCode int32  `protobuf:"varint,13,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	Action     string `protobuf:"bytes,14,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildUpload) Descriptor deprecated

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

Deprecated: Use EngineBuildUpload.ProtoReflect.Descriptor instead.

func (*EngineBuildUpload) GetAction

func (x *EngineBuildUpload) GetAction() string

func (*EngineBuildUpload) GetBuildId

func (x *EngineBuildUpload) GetBuildId() string

func (*EngineBuildUpload) GetEngineId

func (x *EngineBuildUpload) GetEngineId() string

func (*EngineBuildUpload) GetStatusCode

func (x *EngineBuildUpload) GetStatusCode() int32

func (*EngineBuildUpload) ProtoMessage

func (*EngineBuildUpload) ProtoMessage()

func (*EngineBuildUpload) ProtoReflect added in v1.0.15

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

func (*EngineBuildUpload) Reset

func (x *EngineBuildUpload) Reset()

func (*EngineBuildUpload) String

func (x *EngineBuildUpload) String() string

type EngineBuildUploadCompleted

type EngineBuildUploadCompleted struct {
	UserId  string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	JobId   string `protobuf:"bytes,11,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	AssetId string `protobuf:"bytes,12,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	Success bool   `protobuf:"varint,13,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildUploadCompleted) Descriptor deprecated

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

Deprecated: Use EngineBuildUploadCompleted.ProtoReflect.Descriptor instead.

func (*EngineBuildUploadCompleted) GetAssetId

func (x *EngineBuildUploadCompleted) GetAssetId() string

func (*EngineBuildUploadCompleted) GetJobId

func (x *EngineBuildUploadCompleted) GetJobId() string

func (*EngineBuildUploadCompleted) GetSuccess

func (x *EngineBuildUploadCompleted) GetSuccess() bool

func (*EngineBuildUploadCompleted) GetUserId

func (x *EngineBuildUploadCompleted) GetUserId() string

func (*EngineBuildUploadCompleted) ProtoMessage

func (*EngineBuildUploadCompleted) ProtoMessage()

func (*EngineBuildUploadCompleted) ProtoReflect added in v1.0.15

func (*EngineBuildUploadCompleted) Reset

func (x *EngineBuildUploadCompleted) Reset()

func (*EngineBuildUploadCompleted) String

func (x *EngineBuildUploadCompleted) String() string

type EngineBuildVulnerabilityChecked

type EngineBuildVulnerabilityChecked struct {
	UserId   string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	JobId    string `protobuf:"bytes,11,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	AssetId  string `protobuf:"bytes,12,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	Success  bool   `protobuf:"varint,13,opt,name=success,proto3" json:"success,omitempty"`
	EngineId string `protobuf:"bytes,14,opt,name=engine_id,json=engineId,proto3" json:"engine_id,omitempty"`
	BuildId  string `protobuf:"bytes,15,opt,name=build_id,json=buildId,proto3" json:"build_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EngineBuildVulnerabilityChecked) Descriptor deprecated

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

Deprecated: Use EngineBuildVulnerabilityChecked.ProtoReflect.Descriptor instead.

func (*EngineBuildVulnerabilityChecked) GetAssetId

func (x *EngineBuildVulnerabilityChecked) GetAssetId() string

func (*EngineBuildVulnerabilityChecked) GetBuildId

func (x *EngineBuildVulnerabilityChecked) GetBuildId() string

func (*EngineBuildVulnerabilityChecked) GetEngineId

func (x *EngineBuildVulnerabilityChecked) GetEngineId() string

func (*EngineBuildVulnerabilityChecked) GetJobId

func (*EngineBuildVulnerabilityChecked) GetSuccess

func (x *EngineBuildVulnerabilityChecked) GetSuccess() bool

func (*EngineBuildVulnerabilityChecked) GetUserId

func (x *EngineBuildVulnerabilityChecked) GetUserId() string

func (*EngineBuildVulnerabilityChecked) ProtoMessage

func (*EngineBuildVulnerabilityChecked) ProtoMessage()

func (*EngineBuildVulnerabilityChecked) ProtoReflect added in v1.0.15

func (*EngineBuildVulnerabilityChecked) Reset

func (*EngineBuildVulnerabilityChecked) String

type ExampleEvent

type ExampleEvent struct {
	Core      *Core  `protobuf:"bytes,1,opt,name=core,proto3" json:"core,omitempty"`
	FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName  string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleEvent) Descriptor deprecated

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

Deprecated: Use ExampleEvent.ProtoReflect.Descriptor instead.

func (*ExampleEvent) GetCore

func (x *ExampleEvent) GetCore() *Core

func (*ExampleEvent) GetFirstName

func (x *ExampleEvent) GetFirstName() string

func (*ExampleEvent) GetLastName

func (x *ExampleEvent) GetLastName() string

func (*ExampleEvent) ProtoMessage

func (*ExampleEvent) ProtoMessage()

func (*ExampleEvent) ProtoReflect added in v1.0.15

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

func (*ExampleEvent) Reset

func (x *ExampleEvent) Reset()

func (*ExampleEvent) String

func (x *ExampleEvent) String() string

type ExampleFour

type ExampleFour struct {
	Data    string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Number  int64  `protobuf:"varint,3,opt,name=number,proto3" json:"number,omitempty"`
	Boolean bool   `protobuf:"varint,4,opt,name=boolean,proto3" json:"boolean,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleFour) Descriptor deprecated

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

Deprecated: Use ExampleFour.ProtoReflect.Descriptor instead.

func (*ExampleFour) GetBoolean

func (x *ExampleFour) GetBoolean() bool

func (*ExampleFour) GetData

func (x *ExampleFour) GetData() string

func (*ExampleFour) GetNumber

func (x *ExampleFour) GetNumber() int64

func (*ExampleFour) ProtoMessage

func (*ExampleFour) ProtoMessage()

func (*ExampleFour) ProtoReflect added in v1.0.15

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

func (*ExampleFour) Reset

func (x *ExampleFour) Reset()

func (*ExampleFour) String

func (x *ExampleFour) String() string

type ExampleOne

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

func (*ExampleOne) Descriptor deprecated

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

Deprecated: Use ExampleOne.ProtoReflect.Descriptor instead.

func (*ExampleOne) GetData

func (x *ExampleOne) GetData() string

func (*ExampleOne) ProtoMessage

func (*ExampleOne) ProtoMessage()

func (*ExampleOne) ProtoReflect added in v1.0.15

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

func (*ExampleOne) Reset

func (x *ExampleOne) Reset()

func (*ExampleOne) String

func (x *ExampleOne) String() string

type ExampleThree

type ExampleThree struct {
	Boolean bool `protobuf:"varint,1,opt,name=boolean,proto3" json:"boolean,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleThree) Descriptor deprecated

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

Deprecated: Use ExampleThree.ProtoReflect.Descriptor instead.

func (*ExampleThree) GetBoolean

func (x *ExampleThree) GetBoolean() bool

func (*ExampleThree) ProtoMessage

func (*ExampleThree) ProtoMessage()

func (*ExampleThree) ProtoReflect added in v1.0.15

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

func (*ExampleThree) Reset

func (x *ExampleThree) Reset()

func (*ExampleThree) String

func (x *ExampleThree) String() string

type ExampleTwo

type ExampleTwo struct {
	Number int64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func (*ExampleTwo) Descriptor deprecated

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

Deprecated: Use ExampleTwo.ProtoReflect.Descriptor instead.

func (*ExampleTwo) GetNumber

func (x *ExampleTwo) GetNumber() int64

func (*ExampleTwo) ProtoMessage

func (*ExampleTwo) ProtoMessage()

func (*ExampleTwo) ProtoReflect added in v1.0.15

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

func (*ExampleTwo) Reset

func (x *ExampleTwo) Reset()

func (*ExampleTwo) String

func (x *ExampleTwo) String() string

type Impersonated

type Impersonated struct {
	UserName            string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserAgent           string `protobuf:"bytes,11,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Ip                  string `protobuf:"bytes,12,opt,name=ip,proto3" json:"ip,omitempty"`
	RequestUrl          string `protobuf:"bytes,13,opt,name=request_url,json=requestUrl,proto3" json:"request_url,omitempty"`
	UserId              string `protobuf:"bytes,14,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrganizationId      int64  `protobuf:"varint,15,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	ImpersontatedUserId string `protobuf:"bytes,16,opt,name=impersontated_user_id,json=impersontatedUserId,proto3" json:"impersontated_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Impersonated) Descriptor deprecated

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

Deprecated: Use Impersonated.ProtoReflect.Descriptor instead.

func (*Impersonated) GetImpersontatedUserId

func (x *Impersonated) GetImpersontatedUserId() string

func (*Impersonated) GetIp

func (x *Impersonated) GetIp() string

func (*Impersonated) GetOrganizationId

func (x *Impersonated) GetOrganizationId() int64

func (*Impersonated) GetRequestUrl

func (x *Impersonated) GetRequestUrl() string

func (*Impersonated) GetUserAgent

func (x *Impersonated) GetUserAgent() string

func (*Impersonated) GetUserId

func (x *Impersonated) GetUserId() string

func (*Impersonated) GetUserName

func (x *Impersonated) GetUserName() string

func (*Impersonated) ProtoMessage

func (*Impersonated) ProtoMessage()

func (*Impersonated) ProtoReflect added in v1.0.15

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

func (*Impersonated) Reset

func (x *Impersonated) Reset()

func (*Impersonated) String

func (x *Impersonated) String() string

type JobCompleted

type JobCompleted struct {
	JobId       string `protobuf:"bytes,10,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	TimestampMs string `protobuf:"bytes,11,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	JobStatus   string `protobuf:"bytes,12,opt,name=job_status,json=jobStatus,proto3" json:"job_status,omitempty"`
	// contains filtered or unexported fields
}

func (*JobCompleted) Descriptor deprecated

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

Deprecated: Use JobCompleted.ProtoReflect.Descriptor instead.

func (*JobCompleted) GetJobId

func (x *JobCompleted) GetJobId() string

func (*JobCompleted) GetJobStatus

func (x *JobCompleted) GetJobStatus() string

func (*JobCompleted) GetTimestampMs

func (x *JobCompleted) GetTimestampMs() string

func (*JobCompleted) ProtoMessage

func (*JobCompleted) ProtoMessage()

func (*JobCompleted) ProtoReflect added in v1.0.15

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

func (*JobCompleted) Reset

func (x *JobCompleted) Reset()

func (*JobCompleted) String

func (x *JobCompleted) String() string

type JobCreated

type JobCreated struct {
	JobId       string `protobuf:"bytes,10,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	TimestampMs string `protobuf:"bytes,11,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*JobCreated) Descriptor deprecated

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

Deprecated: Use JobCreated.ProtoReflect.Descriptor instead.

func (*JobCreated) GetJobId

func (x *JobCreated) GetJobId() string

func (*JobCreated) GetTimestampMs

func (x *JobCreated) GetTimestampMs() string

func (*JobCreated) ProtoMessage

func (*JobCreated) ProtoMessage()

func (*JobCreated) ProtoReflect added in v1.0.15

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

func (*JobCreated) Reset

func (x *JobCreated) Reset()

func (*JobCreated) String

func (x *JobCreated) String() string

type JobFailed

type JobFailed struct {
	JobId       string `protobuf:"bytes,10,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	TimestampMs string `protobuf:"bytes,11,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	JobStatus   string `protobuf:"bytes,12,opt,name=job_status,json=jobStatus,proto3" json:"job_status,omitempty"`
	// contains filtered or unexported fields
}

func (*JobFailed) Descriptor deprecated

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

Deprecated: Use JobFailed.ProtoReflect.Descriptor instead.

func (*JobFailed) GetJobId

func (x *JobFailed) GetJobId() string

func (*JobFailed) GetJobStatus

func (x *JobFailed) GetJobStatus() string

func (*JobFailed) GetTimestampMs

func (x *JobFailed) GetTimestampMs() string

func (*JobFailed) ProtoMessage

func (*JobFailed) ProtoMessage()

func (*JobFailed) ProtoReflect added in v1.0.15

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

func (*JobFailed) Reset

func (x *JobFailed) Reset()

func (*JobFailed) String

func (x *JobFailed) String() string

type LoginAttemptsExceeded

type LoginAttemptsExceeded struct {
	UserName   string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserAgent  string `protobuf:"bytes,11,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Ip         string `protobuf:"bytes,12,opt,name=ip,proto3" json:"ip,omitempty"`
	RequestUrl string `protobuf:"bytes,13,opt,name=request_url,json=requestUrl,proto3" json:"request_url,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginAttemptsExceeded) Descriptor deprecated

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

Deprecated: Use LoginAttemptsExceeded.ProtoReflect.Descriptor instead.

func (*LoginAttemptsExceeded) GetIp

func (x *LoginAttemptsExceeded) GetIp() string

func (*LoginAttemptsExceeded) GetRequestUrl

func (x *LoginAttemptsExceeded) GetRequestUrl() string

func (*LoginAttemptsExceeded) GetUserAgent

func (x *LoginAttemptsExceeded) GetUserAgent() string

func (*LoginAttemptsExceeded) GetUserName

func (x *LoginAttemptsExceeded) GetUserName() string

func (*LoginAttemptsExceeded) ProtoMessage

func (*LoginAttemptsExceeded) ProtoMessage()

func (*LoginAttemptsExceeded) ProtoReflect added in v1.0.15

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

func (*LoginAttemptsExceeded) Reset

func (x *LoginAttemptsExceeded) Reset()

func (*LoginAttemptsExceeded) String

func (x *LoginAttemptsExceeded) String() string

type LoginFailed

type LoginFailed struct {
	UserName   string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserAgent  string `protobuf:"bytes,11,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Ip         string `protobuf:"bytes,12,opt,name=ip,proto3" json:"ip,omitempty"`
	RequestUrl string `protobuf:"bytes,13,opt,name=request_url,json=requestUrl,proto3" json:"request_url,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginFailed) Descriptor deprecated

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

Deprecated: Use LoginFailed.ProtoReflect.Descriptor instead.

func (*LoginFailed) GetIp

func (x *LoginFailed) GetIp() string

func (*LoginFailed) GetRequestUrl

func (x *LoginFailed) GetRequestUrl() string

func (*LoginFailed) GetUserAgent

func (x *LoginFailed) GetUserAgent() string

func (*LoginFailed) GetUserName

func (x *LoginFailed) GetUserName() string

func (*LoginFailed) ProtoMessage

func (*LoginFailed) ProtoMessage()

func (*LoginFailed) ProtoReflect added in v1.0.15

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

func (*LoginFailed) Reset

func (x *LoginFailed) Reset()

func (*LoginFailed) String

func (x *LoginFailed) String() string

type LoginSucceeded

type LoginSucceeded struct {
	UserName       string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	UserAgent      string `protobuf:"bytes,11,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"`
	Ip             string `protobuf:"bytes,12,opt,name=ip,proto3" json:"ip,omitempty"`
	RequestUrl     string `protobuf:"bytes,13,opt,name=request_url,json=requestUrl,proto3" json:"request_url,omitempty"`
	UserId         string `protobuf:"bytes,14,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrganizationId int64  `protobuf:"varint,15,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginSucceeded) Descriptor deprecated

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

Deprecated: Use LoginSucceeded.ProtoReflect.Descriptor instead.

func (*LoginSucceeded) GetIp

func (x *LoginSucceeded) GetIp() string

func (*LoginSucceeded) GetOrganizationId

func (x *LoginSucceeded) GetOrganizationId() int64

func (*LoginSucceeded) GetRequestUrl

func (x *LoginSucceeded) GetRequestUrl() string

func (*LoginSucceeded) GetUserAgent

func (x *LoginSucceeded) GetUserAgent() string

func (*LoginSucceeded) GetUserId

func (x *LoginSucceeded) GetUserId() string

func (*LoginSucceeded) GetUserName

func (x *LoginSucceeded) GetUserName() string

func (*LoginSucceeded) ProtoMessage

func (*LoginSucceeded) ProtoMessage()

func (*LoginSucceeded) ProtoReflect added in v1.0.15

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

func (*LoginSucceeded) Reset

func (x *LoginSucceeded) Reset()

func (*LoginSucceeded) String

func (x *LoginSucceeded) String() string

type MentionDeleted

type MentionDeleted struct {
	Event   string               `protobuf:"bytes,10,opt,name=event,proto3" json:"event,omitempty"` // event name
	Type    string               `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"`   // event type
	Payload *MentionModifiedData `protobuf:"bytes,12,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*MentionDeleted) Descriptor deprecated

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

Deprecated: Use MentionDeleted.ProtoReflect.Descriptor instead.

func (*MentionDeleted) GetEvent

func (x *MentionDeleted) GetEvent() string

func (*MentionDeleted) GetPayload

func (x *MentionDeleted) GetPayload() *MentionModifiedData

func (*MentionDeleted) GetType

func (x *MentionDeleted) GetType() string

func (*MentionDeleted) ProtoMessage

func (*MentionDeleted) ProtoMessage()

func (*MentionDeleted) ProtoReflect added in v1.0.15

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

func (*MentionDeleted) Reset

func (x *MentionDeleted) Reset()

func (*MentionDeleted) String

func (x *MentionDeleted) String() string

type MentionEmailGenerated

type MentionEmailGenerated struct {
	Event         string                              `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`                                       // must match 'mention_email_generated' for backward compatibility
	Type          string                              `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`                                         // must be 'notification' for backward compatibility
	ServiceName   string                              `protobuf:"bytes,5,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`        // the service name which generates this payload (hostname)
	ToEmail       string                              `protobuf:"bytes,6,opt,name=to_email,json=toEmail,proto3" json:"to_email,omitempty"`                    // email of the receipient
	FromEmail     string                              `protobuf:"bytes,7,opt,name=from_email,json=fromEmail,proto3" json:"from_email,omitempty"`              // email of the sender
	FromName      string                              `protobuf:"bytes,8,opt,name=from_name,json=fromName,proto3" json:"from_name,omitempty"`                 // name of the sender
	Template      string                              `protobuf:"bytes,9,opt,name=template,proto3" json:"template,omitempty"`                                 // the email tempalte via mandrill, mention-notification or mention-notification-bulk
	PlaceHolders  *MentionEmailGenerated_PlaceHolders `protobuf:"bytes,10,opt,name=place_holders,json=placeHolders,proto3" json:"place_holders,omitempty"`    // the placeholder object
	MergeLanguage string                              `protobuf:"bytes,11,opt,name=merge_language,json=mergeLanguage,proto3" json:"merge_language,omitempty"` // merge language, should be either 'handlers' or 'mandril'
	// contains filtered or unexported fields
}

func (*MentionEmailGenerated) Descriptor deprecated

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

Deprecated: Use MentionEmailGenerated.ProtoReflect.Descriptor instead.

func (*MentionEmailGenerated) GetEvent

func (x *MentionEmailGenerated) GetEvent() string

func (*MentionEmailGenerated) GetFromEmail

func (x *MentionEmailGenerated) GetFromEmail() string

func (*MentionEmailGenerated) GetFromName

func (x *MentionEmailGenerated) GetFromName() string

func (*MentionEmailGenerated) GetMergeLanguage

func (x *MentionEmailGenerated) GetMergeLanguage() string

func (*MentionEmailGenerated) GetPlaceHolders

func (*MentionEmailGenerated) GetServiceName

func (x *MentionEmailGenerated) GetServiceName() string

func (*MentionEmailGenerated) GetTemplate

func (x *MentionEmailGenerated) GetTemplate() string

func (*MentionEmailGenerated) GetToEmail

func (x *MentionEmailGenerated) GetToEmail() string

func (*MentionEmailGenerated) GetType

func (x *MentionEmailGenerated) GetType() string

func (*MentionEmailGenerated) ProtoMessage

func (*MentionEmailGenerated) ProtoMessage()

func (*MentionEmailGenerated) ProtoReflect added in v1.0.15

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

func (*MentionEmailGenerated) Reset

func (x *MentionEmailGenerated) Reset()

func (*MentionEmailGenerated) String

func (x *MentionEmailGenerated) String() string

type MentionEmailGenerated_Mention

type MentionEmailGenerated_Mention struct {
	TrackingUnitName string `protobuf:"bytes,1,opt,name=tracking_unit_name,json=trackingUnitName,proto3" json:"tracking_unit_name,omitempty"` // the watchlist name
	ProgramName      string `protobuf:"bytes,2,opt,name=program_name,json=programName,proto3" json:"program_name,omitempty"`                  // program name
	ProgramImage     string `protobuf:"bytes,3,opt,name=program_image,json=programImage,proto3" json:"program_image,omitempty"`               // program image url
	MentionDate      int64  `protobuf:"varint,4,opt,name=mention_date,json=mentionDate,proto3" json:"mention_date,omitempty"`                 // mention_date unix seconds
	Snippets         string `protobuf:"bytes,5,opt,name=snippets,proto3" json:"snippets,omitempty"`                                           // mention snippets, 100 characters or less
	InviteLink       string `protobuf:"bytes,6,opt,name=invite_link,json=inviteLink,proto3" json:"invite_link,omitempty"`                     // invite url
	Via              string `protobuf:"bytes,7,opt,name=via,proto3" json:"via,omitempty"`                                                     // via variable (platform)
	Logouri          string `protobuf:"bytes,8,opt,name=logouri,proto3" json:"logouri,omitempty"`                                             // logo url
	CreatorEmail     string `protobuf:"bytes,9,opt,name=creator_email,json=creatorEmail,proto3" json:"creator_email,omitempty"`               // creator email
	UnsubscribeHash  string `protobuf:"bytes,10,opt,name=unsubscribe_hash,json=unsubscribeHash,proto3" json:"unsubscribe_hash,omitempty"`     // unsubscribe hash
	UnsubscribeLink  string `protobuf:"bytes,11,opt,name=unsubscribe_link,json=unsubscribeLink,proto3" json:"unsubscribe_link,omitempty"`     // unsubscribe link
	// contains filtered or unexported fields
}

func (*MentionEmailGenerated_Mention) Descriptor deprecated

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

Deprecated: Use MentionEmailGenerated_Mention.ProtoReflect.Descriptor instead.

func (*MentionEmailGenerated_Mention) GetCreatorEmail

func (x *MentionEmailGenerated_Mention) GetCreatorEmail() string
func (x *MentionEmailGenerated_Mention) GetInviteLink() string

func (*MentionEmailGenerated_Mention) GetLogouri

func (x *MentionEmailGenerated_Mention) GetLogouri() string

func (*MentionEmailGenerated_Mention) GetMentionDate

func (x *MentionEmailGenerated_Mention) GetMentionDate() int64

func (*MentionEmailGenerated_Mention) GetProgramImage

func (x *MentionEmailGenerated_Mention) GetProgramImage() string

func (*MentionEmailGenerated_Mention) GetProgramName

func (x *MentionEmailGenerated_Mention) GetProgramName() string

func (*MentionEmailGenerated_Mention) GetSnippets

func (x *MentionEmailGenerated_Mention) GetSnippets() string

func (*MentionEmailGenerated_Mention) GetTrackingUnitName

func (x *MentionEmailGenerated_Mention) GetTrackingUnitName() string

func (*MentionEmailGenerated_Mention) GetUnsubscribeHash

func (x *MentionEmailGenerated_Mention) GetUnsubscribeHash() string
func (x *MentionEmailGenerated_Mention) GetUnsubscribeLink() string

func (*MentionEmailGenerated_Mention) GetVia

func (*MentionEmailGenerated_Mention) ProtoMessage

func (*MentionEmailGenerated_Mention) ProtoMessage()

func (*MentionEmailGenerated_Mention) ProtoReflect added in v1.0.15

func (*MentionEmailGenerated_Mention) Reset

func (x *MentionEmailGenerated_Mention) Reset()

func (*MentionEmailGenerated_Mention) String

type MentionEmailGenerated_PlaceHolders

type MentionEmailGenerated_PlaceHolders struct {
	TrackingUnitName string                           `protobuf:"bytes,1,opt,name=tracking_unit_name,json=trackingUnitName,proto3" json:"tracking_unit_name,omitempty"` // tracking unit name or watchlist name
	Via              string                           `protobuf:"bytes,2,opt,name=via,proto3" json:"via,omitempty"`                                                     // via
	Logouri          string                           `protobuf:"bytes,3,opt,name=logouri,proto3" json:"logouri,omitempty"`                                             // logo url
	Mentions         []*MentionEmailGenerated_Mention `protobuf:"bytes,4,rep,name=mentions,proto3" json:"mentions,omitempty"`                                           // list of mentions
	// contains filtered or unexported fields
}

func (*MentionEmailGenerated_PlaceHolders) Descriptor deprecated

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

Deprecated: Use MentionEmailGenerated_PlaceHolders.ProtoReflect.Descriptor instead.

func (*MentionEmailGenerated_PlaceHolders) GetLogouri

func (*MentionEmailGenerated_PlaceHolders) GetMentions

func (*MentionEmailGenerated_PlaceHolders) GetTrackingUnitName

func (x *MentionEmailGenerated_PlaceHolders) GetTrackingUnitName() string

func (*MentionEmailGenerated_PlaceHolders) GetVia

func (*MentionEmailGenerated_PlaceHolders) ProtoMessage

func (*MentionEmailGenerated_PlaceHolders) ProtoMessage()

func (*MentionEmailGenerated_PlaceHolders) ProtoReflect added in v1.0.15

func (*MentionEmailGenerated_PlaceHolders) Reset

func (*MentionEmailGenerated_PlaceHolders) String

type MentionGenerateMediaCompleted added in v1.0.9

type MentionGenerateMediaCompleted struct {
	TdoId          int64  `protobuf:"varint,10,opt,name=tdo_id,json=tdoId,proto3" json:"tdo_id,omitempty"`                            // tdo/media/recording id
	ElapsedS       uint32 `protobuf:"varint,12,opt,name=elapsed_s,json=elapsedS,proto3" json:"elapsed_s,omitempty"`                   // time it took to generate mentions in seconds
	WatchlistCount uint32 `protobuf:"varint,16,opt,name=watchlist_count,json=watchlistCount,proto3" json:"watchlist_count,omitempty"` // total watchlists executed
	MentionCount   uint32 `protobuf:"varint,18,opt,name=mention_count,json=mentionCount,proto3" json:"mention_count,omitempty"`       // total mentions created
	Details        string `protobuf:"bytes,20,opt,name=details,proto3" json:"details,omitempty"`                                      // arbitrary data
	// contains filtered or unexported fields
}

func (*MentionGenerateMediaCompleted) Descriptor deprecated added in v1.0.9

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

Deprecated: Use MentionGenerateMediaCompleted.ProtoReflect.Descriptor instead.

func (*MentionGenerateMediaCompleted) GetDetails added in v1.0.9

func (x *MentionGenerateMediaCompleted) GetDetails() string

func (*MentionGenerateMediaCompleted) GetElapsedS added in v1.0.9

func (x *MentionGenerateMediaCompleted) GetElapsedS() uint32

func (*MentionGenerateMediaCompleted) GetMentionCount added in v1.0.9

func (x *MentionGenerateMediaCompleted) GetMentionCount() uint32

func (*MentionGenerateMediaCompleted) GetTdoId added in v1.0.9

func (x *MentionGenerateMediaCompleted) GetTdoId() int64

func (*MentionGenerateMediaCompleted) GetWatchlistCount added in v1.0.9

func (x *MentionGenerateMediaCompleted) GetWatchlistCount() uint32

func (*MentionGenerateMediaCompleted) ProtoMessage added in v1.0.9

func (*MentionGenerateMediaCompleted) ProtoMessage()

func (*MentionGenerateMediaCompleted) ProtoReflect added in v1.0.15

func (*MentionGenerateMediaCompleted) Reset added in v1.0.9

func (x *MentionGenerateMediaCompleted) Reset()

func (*MentionGenerateMediaCompleted) String added in v1.0.9

type MentionGenerateWatchlistCompleted added in v1.0.9

type MentionGenerateWatchlistCompleted struct {
	WatchlistId          int64  `protobuf:"varint,10,opt,name=watchlist_id,json=watchlistId,proto3" json:"watchlist_id,omitempty"`                              // the watchlist/tracking unit id
	ElapsedS             uint32 `protobuf:"varint,12,opt,name=elapsed_s,json=elapsedS,proto3" json:"elapsed_s,omitempty"`                                       // time it took to generate mentions in seconds
	MentionCount         uint32 `protobuf:"varint,16,opt,name=mention_count,json=mentionCount,proto3" json:"mention_count,omitempty"`                           // total mentions created
	MentionLimitExceeded bool   `protobuf:"varint,18,opt,name=mention_limit_exceeded,json=mentionLimitExceeded,proto3" json:"mention_limit_exceeded,omitempty"` // whether mention generation was completed due to exceeding the mention limit for the org
	// contains filtered or unexported fields
}

func (*MentionGenerateWatchlistCompleted) Descriptor deprecated added in v1.0.9

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

Deprecated: Use MentionGenerateWatchlistCompleted.ProtoReflect.Descriptor instead.

func (*MentionGenerateWatchlistCompleted) GetElapsedS added in v1.0.9

func (x *MentionGenerateWatchlistCompleted) GetElapsedS() uint32

func (*MentionGenerateWatchlistCompleted) GetMentionCount added in v1.0.9

func (x *MentionGenerateWatchlistCompleted) GetMentionCount() uint32

func (*MentionGenerateWatchlistCompleted) GetMentionLimitExceeded added in v1.0.9

func (x *MentionGenerateWatchlistCompleted) GetMentionLimitExceeded() bool

func (*MentionGenerateWatchlistCompleted) GetWatchlistId added in v1.0.9

func (x *MentionGenerateWatchlistCompleted) GetWatchlistId() int64

func (*MentionGenerateWatchlistCompleted) ProtoMessage added in v1.0.9

func (*MentionGenerateWatchlistCompleted) ProtoMessage()

func (*MentionGenerateWatchlistCompleted) ProtoReflect added in v1.0.15

func (*MentionGenerateWatchlistCompleted) Reset added in v1.0.9

func (*MentionGenerateWatchlistCompleted) String added in v1.0.9

type MentionGenerated added in v1.0.8

type MentionGenerated struct {
	MentionId   int64 `protobuf:"varint,10,opt,name=mention_id,json=mentionId,proto3" json:"mention_id,omitempty"`       // the mention id
	WatchlistId int64 `protobuf:"varint,12,opt,name=watchlist_id,json=watchlistId,proto3" json:"watchlist_id,omitempty"` // the watchlist/tracking unit id
	ScheduleId  int64 `protobuf:"varint,16,opt,name=schedule_id,json=scheduleId,proto3" json:"schedule_id,omitempty"`    // the schedule/program id
	TdoId       int64 `protobuf:"varint,18,opt,name=tdo_id,json=tdoId,proto3" json:"tdo_id,omitempty"`                   // the tdo/media/recording id
	// contains filtered or unexported fields
}

func (*MentionGenerated) Descriptor deprecated added in v1.0.8

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

Deprecated: Use MentionGenerated.ProtoReflect.Descriptor instead.

func (*MentionGenerated) GetMentionId added in v1.0.8

func (x *MentionGenerated) GetMentionId() int64

func (*MentionGenerated) GetScheduleId added in v1.0.8

func (x *MentionGenerated) GetScheduleId() int64

func (*MentionGenerated) GetTdoId added in v1.0.8

func (x *MentionGenerated) GetTdoId() int64

func (*MentionGenerated) GetWatchlistId added in v1.0.8

func (x *MentionGenerated) GetWatchlistId() int64

func (*MentionGenerated) ProtoMessage added in v1.0.8

func (*MentionGenerated) ProtoMessage()

func (*MentionGenerated) ProtoReflect added in v1.0.15

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

func (*MentionGenerated) Reset added in v1.0.8

func (x *MentionGenerated) Reset()

func (*MentionGenerated) String added in v1.0.8

func (x *MentionGenerated) String() string

type MentionInserted

type MentionInserted struct {
	Event   string               `protobuf:"bytes,10,opt,name=event,proto3" json:"event,omitempty"` // event name
	Type    string               `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"`   // event type
	Payload *MentionModifiedData `protobuf:"bytes,12,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*MentionInserted) Descriptor deprecated

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

Deprecated: Use MentionInserted.ProtoReflect.Descriptor instead.

func (*MentionInserted) GetEvent

func (x *MentionInserted) GetEvent() string

func (*MentionInserted) GetPayload

func (x *MentionInserted) GetPayload() *MentionModifiedData

func (*MentionInserted) GetType

func (x *MentionInserted) GetType() string

func (*MentionInserted) ProtoMessage

func (*MentionInserted) ProtoMessage()

func (*MentionInserted) ProtoReflect added in v1.0.15

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

func (*MentionInserted) Reset

func (x *MentionInserted) Reset()

func (*MentionInserted) String

func (x *MentionInserted) String() string

type MentionModifiedData

type MentionModifiedData struct {
	MentionId            int64  `protobuf:"varint,1,opt,name=mention_id,json=mentionId,proto3" json:"mention_id,omitempty"`                                  // the mention id
	OrganizationId       int64  `protobuf:"varint,12,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`                  // the org id
	MentionDate          string `protobuf:"bytes,13,opt,name=mention_date,json=mentionDate,proto3" json:"mention_date,omitempty"`                            // mention date in UTC with RFC1123 format
	TransactionTimestamp string `protobuf:"bytes,14,opt,name=transaction_timestamp,json=transactionTimestamp,proto3" json:"transaction_timestamp,omitempty"` // transaction timestamp in RFC1123 format, event producer should set this to current time
	// contains filtered or unexported fields
}

Shared structure for MentionUpdate, MentionDeleted, and MentionInserted

func (*MentionModifiedData) Descriptor deprecated

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

Deprecated: Use MentionModifiedData.ProtoReflect.Descriptor instead.

func (*MentionModifiedData) GetMentionDate

func (x *MentionModifiedData) GetMentionDate() string

func (*MentionModifiedData) GetMentionId

func (x *MentionModifiedData) GetMentionId() int64

func (*MentionModifiedData) GetOrganizationId

func (x *MentionModifiedData) GetOrganizationId() int64

func (*MentionModifiedData) GetTransactionTimestamp

func (x *MentionModifiedData) GetTransactionTimestamp() string

func (*MentionModifiedData) ProtoMessage

func (*MentionModifiedData) ProtoMessage()

func (*MentionModifiedData) ProtoReflect added in v1.0.15

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

func (*MentionModifiedData) Reset

func (x *MentionModifiedData) Reset()

func (*MentionModifiedData) String

func (x *MentionModifiedData) String() string

type MentionUpdated

type MentionUpdated struct {
	Event   string               `protobuf:"bytes,10,opt,name=event,proto3" json:"event,omitempty"` // event name
	Type    string               `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"`   // event type
	Payload *MentionModifiedData `protobuf:"bytes,12,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*MentionUpdated) Descriptor deprecated

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

Deprecated: Use MentionUpdated.ProtoReflect.Descriptor instead.

func (*MentionUpdated) GetEvent

func (x *MentionUpdated) GetEvent() string

func (*MentionUpdated) GetPayload

func (x *MentionUpdated) GetPayload() *MentionModifiedData

func (*MentionUpdated) GetType

func (x *MentionUpdated) GetType() string

func (*MentionUpdated) ProtoMessage

func (*MentionUpdated) ProtoMessage()

func (*MentionUpdated) ProtoReflect added in v1.0.15

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

func (*MentionUpdated) Reset

func (x *MentionUpdated) Reset()

func (*MentionUpdated) String

func (x *MentionUpdated) String() string

type MentionsDeleted added in v1.0.12

type MentionsDeleted struct {
	Event    string                 `protobuf:"bytes,10,opt,name=event,proto3" json:"event,omitempty"`       // event name
	Type     string                 `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"`         // event type
	Mentions []*MentionModifiedData `protobuf:"bytes,12,rep,name=mentions,proto3" json:"mentions,omitempty"` // list of mentions
	// contains filtered or unexported fields
}

func (*MentionsDeleted) Descriptor deprecated added in v1.0.12

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

Deprecated: Use MentionsDeleted.ProtoReflect.Descriptor instead.

func (*MentionsDeleted) GetEvent added in v1.0.12

func (x *MentionsDeleted) GetEvent() string

func (*MentionsDeleted) GetMentions added in v1.0.13

func (x *MentionsDeleted) GetMentions() []*MentionModifiedData

func (*MentionsDeleted) GetType added in v1.0.12

func (x *MentionsDeleted) GetType() string

func (*MentionsDeleted) ProtoMessage added in v1.0.12

func (*MentionsDeleted) ProtoMessage()

func (*MentionsDeleted) ProtoReflect added in v1.0.15

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

func (*MentionsDeleted) Reset added in v1.0.12

func (x *MentionsDeleted) Reset()

func (*MentionsDeleted) String added in v1.0.12

func (x *MentionsDeleted) String() string

type NewSharedCollection added in v1.0.11

type NewSharedCollection struct {
	FolderId  string `protobuf:"bytes,10,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"`    // Collection Id
	ShareId   string `protobuf:"bytes,11,opt,name=share_id,json=shareId,proto3" json:"share_id,omitempty"`       // Id of the Share created for the Collection
	HistoryId string `protobuf:"bytes,12,opt,name=history_id,json=historyId,proto3" json:"history_id,omitempty"` // Id of the Share collection history
	// contains filtered or unexported fields
}

func (*NewSharedCollection) Descriptor deprecated added in v1.0.11

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

Deprecated: Use NewSharedCollection.ProtoReflect.Descriptor instead.

func (*NewSharedCollection) GetFolderId added in v1.0.11

func (x *NewSharedCollection) GetFolderId() string

func (*NewSharedCollection) GetHistoryId added in v1.0.11

func (x *NewSharedCollection) GetHistoryId() string

func (*NewSharedCollection) GetShareId added in v1.0.11

func (x *NewSharedCollection) GetShareId() string

func (*NewSharedCollection) ProtoMessage added in v1.0.11

func (*NewSharedCollection) ProtoMessage()

func (*NewSharedCollection) ProtoReflect added in v1.0.15

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

func (*NewSharedCollection) Reset added in v1.0.11

func (x *NewSharedCollection) Reset()

func (*NewSharedCollection) String added in v1.0.11

func (x *NewSharedCollection) String() string

type RecordingCognitionCompleted

type RecordingCognitionCompleted struct {
	Payload *RecordingCognitionCompleted_Payload `protobuf:"bytes,11,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingCognitionCompleted) Descriptor deprecated

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

Deprecated: Use RecordingCognitionCompleted.ProtoReflect.Descriptor instead.

func (*RecordingCognitionCompleted) GetPayload added in v1.0.6

func (*RecordingCognitionCompleted) ProtoMessage

func (*RecordingCognitionCompleted) ProtoMessage()

func (*RecordingCognitionCompleted) ProtoReflect added in v1.0.15

func (*RecordingCognitionCompleted) Reset

func (x *RecordingCognitionCompleted) Reset()

func (*RecordingCognitionCompleted) String

func (x *RecordingCognitionCompleted) String() string

type RecordingCognitionCompleted_Payload added in v1.0.6

type RecordingCognitionCompleted_Payload struct {
	JobId                 string `protobuf:"bytes,10,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	TaskId                string `protobuf:"bytes,11,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	ApplicationId         string `protobuf:"bytes,12,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	OrganizationId        int64  `protobuf:"varint,13,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	LibraryId             string `protobuf:"bytes,14,opt,name=library_id,json=libraryId,proto3" json:"library_id,omitempty"`
	IndexOverride         string `protobuf:"bytes,15,opt,name=index_override,json=indexOverride,proto3" json:"index_override,omitempty"`
	Token                 string `protobuf:"bytes,16,opt,name=token,proto3" json:"token,omitempty"`
	AssetId               string `protobuf:"bytes,17,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	SkipMentionGeneration bool   `` /* 128-byte string literal not displayed */
	RecordingId           string `protobuf:"bytes,19,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingCognitionCompleted_Payload) Descriptor deprecated added in v1.0.6

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

Deprecated: Use RecordingCognitionCompleted_Payload.ProtoReflect.Descriptor instead.

func (*RecordingCognitionCompleted_Payload) GetApplicationId added in v1.0.6

func (x *RecordingCognitionCompleted_Payload) GetApplicationId() string

func (*RecordingCognitionCompleted_Payload) GetAssetId added in v1.0.6

func (*RecordingCognitionCompleted_Payload) GetIndexOverride added in v1.0.6

func (x *RecordingCognitionCompleted_Payload) GetIndexOverride() string

func (*RecordingCognitionCompleted_Payload) GetJobId added in v1.0.6

func (*RecordingCognitionCompleted_Payload) GetLibraryId added in v1.0.6

func (x *RecordingCognitionCompleted_Payload) GetLibraryId() string

func (*RecordingCognitionCompleted_Payload) GetOrganizationId added in v1.0.6

func (x *RecordingCognitionCompleted_Payload) GetOrganizationId() int64

func (*RecordingCognitionCompleted_Payload) GetRecordingId added in v1.0.11

func (x *RecordingCognitionCompleted_Payload) GetRecordingId() string

func (*RecordingCognitionCompleted_Payload) GetSkipMentionGeneration added in v1.0.6

func (x *RecordingCognitionCompleted_Payload) GetSkipMentionGeneration() bool

func (*RecordingCognitionCompleted_Payload) GetTaskId added in v1.0.6

func (*RecordingCognitionCompleted_Payload) GetToken added in v1.0.6

func (*RecordingCognitionCompleted_Payload) ProtoMessage added in v1.0.6

func (*RecordingCognitionCompleted_Payload) ProtoMessage()

func (*RecordingCognitionCompleted_Payload) ProtoReflect added in v1.0.15

func (*RecordingCognitionCompleted_Payload) Reset added in v1.0.6

func (*RecordingCognitionCompleted_Payload) String added in v1.0.6

type RecordingCreated

type RecordingCreated struct {
	RecordingId string `protobuf:"bytes,10,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingCreated) Descriptor deprecated

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

Deprecated: Use RecordingCreated.ProtoReflect.Descriptor instead.

func (*RecordingCreated) GetRecordingId

func (x *RecordingCreated) GetRecordingId() string

func (*RecordingCreated) ProtoMessage

func (*RecordingCreated) ProtoMessage()

func (*RecordingCreated) ProtoReflect added in v1.0.15

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

func (*RecordingCreated) Reset

func (x *RecordingCreated) Reset()

func (*RecordingCreated) String

func (x *RecordingCreated) String() string

type RecordingDeleted

type RecordingDeleted struct {
	RecordingId string `protobuf:"bytes,10,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingDeleted) Descriptor deprecated

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

Deprecated: Use RecordingDeleted.ProtoReflect.Descriptor instead.

func (*RecordingDeleted) GetRecordingId

func (x *RecordingDeleted) GetRecordingId() string

func (*RecordingDeleted) ProtoMessage

func (*RecordingDeleted) ProtoMessage()

func (*RecordingDeleted) ProtoReflect added in v1.0.15

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

func (*RecordingDeleted) Reset

func (x *RecordingDeleted) Reset()

func (*RecordingDeleted) String

func (x *RecordingDeleted) String() string

type RecordingInsertFailed added in v1.0.10

type RecordingInsertFailed struct {
	RecordingId  string `protobuf:"bytes,10,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	Error        string `protobuf:"bytes,11,opt,name=error,proto3" json:"error,omitempty"`
	FauilureType string `protobuf:"bytes,12,opt,name=fauilureType,proto3" json:"fauilureType,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingInsertFailed) Descriptor deprecated added in v1.0.10

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

Deprecated: Use RecordingInsertFailed.ProtoReflect.Descriptor instead.

func (*RecordingInsertFailed) GetError added in v1.0.10

func (x *RecordingInsertFailed) GetError() string

func (*RecordingInsertFailed) GetFauilureType added in v1.0.10

func (x *RecordingInsertFailed) GetFauilureType() string

func (*RecordingInsertFailed) GetRecordingId added in v1.0.10

func (x *RecordingInsertFailed) GetRecordingId() string

func (*RecordingInsertFailed) ProtoMessage added in v1.0.10

func (*RecordingInsertFailed) ProtoMessage()

func (*RecordingInsertFailed) ProtoReflect added in v1.0.15

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

func (*RecordingInsertFailed) Reset added in v1.0.10

func (x *RecordingInsertFailed) Reset()

func (*RecordingInsertFailed) String added in v1.0.10

func (x *RecordingInsertFailed) String() string

type RecordingInserted

type RecordingInserted struct {
	RecordingId string `protobuf:"bytes,10,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingInserted) Descriptor deprecated

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

Deprecated: Use RecordingInserted.ProtoReflect.Descriptor instead.

func (*RecordingInserted) GetRecordingId

func (x *RecordingInserted) GetRecordingId() string

func (*RecordingInserted) ProtoMessage

func (*RecordingInserted) ProtoMessage()

func (*RecordingInserted) ProtoReflect added in v1.0.15

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

func (*RecordingInserted) Reset

func (x *RecordingInserted) Reset()

func (*RecordingInserted) String

func (x *RecordingInserted) String() string

type SMSNotification

type SMSNotification struct {
	FromNumber string `protobuf:"bytes,10,opt,name=from_number,json=fromNumber,proto3" json:"from_number,omitempty"` // SMS number of the recipient (number should follow Twilo format)
	ToNumber   string `protobuf:"bytes,11,opt,name=to_number,json=toNumber,proto3" json:"to_number,omitempty"`       // SMS number of the sender (number should follow Twilo format)
	Message    string `protobuf:"bytes,12,opt,name=message,proto3" json:"message,omitempty"`                         // message payload
	// contains filtered or unexported fields
}

func (*SMSNotification) Descriptor deprecated

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

Deprecated: Use SMSNotification.ProtoReflect.Descriptor instead.

func (*SMSNotification) GetFromNumber

func (x *SMSNotification) GetFromNumber() string

func (*SMSNotification) GetMessage

func (x *SMSNotification) GetMessage() string

func (*SMSNotification) GetToNumber

func (x *SMSNotification) GetToNumber() string

func (*SMSNotification) ProtoMessage

func (*SMSNotification) ProtoMessage()

func (*SMSNotification) ProtoReflect added in v1.0.15

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

func (*SMSNotification) Reset

func (x *SMSNotification) Reset()

func (*SMSNotification) String

func (x *SMSNotification) String() string

type StructuredDataDelete added in v1.0.14

type StructuredDataDelete struct {
	Id             string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty"`
	SchemaId       string `protobuf:"bytes,11,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	OrganizationId int64  `protobuf:"varint,12,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	CreateDateTime string `protobuf:"bytes,13,opt,name=create_date_time,json=createDateTime,proto3" json:"create_date_time,omitempty"`
	// contains filtered or unexported fields
}

func (*StructuredDataDelete) Descriptor deprecated added in v1.0.14

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

Deprecated: Use StructuredDataDelete.ProtoReflect.Descriptor instead.

func (*StructuredDataDelete) GetCreateDateTime added in v1.0.15

func (x *StructuredDataDelete) GetCreateDateTime() string

func (*StructuredDataDelete) GetId added in v1.0.14

func (x *StructuredDataDelete) GetId() string

func (*StructuredDataDelete) GetOrganizationId added in v1.0.14

func (x *StructuredDataDelete) GetOrganizationId() int64

func (*StructuredDataDelete) GetSchemaId added in v1.0.14

func (x *StructuredDataDelete) GetSchemaId() string

func (*StructuredDataDelete) ProtoMessage added in v1.0.14

func (*StructuredDataDelete) ProtoMessage()

func (*StructuredDataDelete) ProtoReflect added in v1.0.15

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

func (*StructuredDataDelete) Reset added in v1.0.14

func (x *StructuredDataDelete) Reset()

func (*StructuredDataDelete) String added in v1.0.14

func (x *StructuredDataDelete) String() string

type TaskCompleted

type TaskCompleted struct {
	TaskId      string `protobuf:"bytes,10,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	TimestampMs string `protobuf:"bytes,11,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	TaskStatus  string `protobuf:"bytes,12,opt,name=task_status,json=taskStatus,proto3" json:"task_status,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskCompleted) Descriptor deprecated

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

Deprecated: Use TaskCompleted.ProtoReflect.Descriptor instead.

func (*TaskCompleted) GetTaskId

func (x *TaskCompleted) GetTaskId() string

func (*TaskCompleted) GetTaskStatus

func (x *TaskCompleted) GetTaskStatus() string

func (*TaskCompleted) GetTimestampMs

func (x *TaskCompleted) GetTimestampMs() string

func (*TaskCompleted) ProtoMessage

func (*TaskCompleted) ProtoMessage()

func (*TaskCompleted) ProtoReflect added in v1.0.15

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

func (*TaskCompleted) Reset

func (x *TaskCompleted) Reset()

func (*TaskCompleted) String

func (x *TaskCompleted) String() string

type TaskQueued

type TaskQueued struct {
	TaskId      string `protobuf:"bytes,10,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	TimestampMs string `protobuf:"bytes,11,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskQueued) Descriptor deprecated

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

Deprecated: Use TaskQueued.ProtoReflect.Descriptor instead.

func (*TaskQueued) GetTaskId

func (x *TaskQueued) GetTaskId() string

func (*TaskQueued) GetTimestampMs

func (x *TaskQueued) GetTimestampMs() string

func (*TaskQueued) ProtoMessage

func (*TaskQueued) ProtoMessage()

func (*TaskQueued) ProtoReflect added in v1.0.15

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

func (*TaskQueued) Reset

func (x *TaskQueued) Reset()

func (*TaskQueued) String

func (x *TaskQueued) String() string

type TaskUpdated

type TaskUpdated struct {
	TaskId      string `protobuf:"bytes,10,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	TimestampMs string `protobuf:"bytes,11,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	TaskStatus  string `protobuf:"bytes,12,opt,name=task_status,json=taskStatus,proto3" json:"task_status,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskUpdated) Descriptor deprecated

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

Deprecated: Use TaskUpdated.ProtoReflect.Descriptor instead.

func (*TaskUpdated) GetTaskId

func (x *TaskUpdated) GetTaskId() string

func (*TaskUpdated) GetTaskStatus

func (x *TaskUpdated) GetTaskStatus() string

func (*TaskUpdated) GetTimestampMs

func (x *TaskUpdated) GetTimestampMs() string

func (*TaskUpdated) ProtoMessage

func (*TaskUpdated) ProtoMessage()

func (*TaskUpdated) ProtoReflect added in v1.0.15

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

func (*TaskUpdated) Reset

func (x *TaskUpdated) Reset()

func (*TaskUpdated) String

func (x *TaskUpdated) String() string

type Trace

type Trace struct {

	//*
	//Open Tracing trace context.
	TraceContext map[string]string `` /* 185-byte string literal not displayed */
	//*
	//Open Tracing trace context.
	TraceTags   map[string]string `` /* 176-byte string literal not displayed */
	ServiceName string            `protobuf:"bytes,3,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Trace) Descriptor deprecated

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

Deprecated: Use Trace.ProtoReflect.Descriptor instead.

func (*Trace) GetServiceName

func (x *Trace) GetServiceName() string

func (*Trace) GetTraceContext

func (x *Trace) GetTraceContext() map[string]string

func (*Trace) GetTraceTags

func (x *Trace) GetTraceTags() map[string]string

func (*Trace) ProtoMessage

func (*Trace) ProtoMessage()

func (*Trace) ProtoReflect added in v1.0.15

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

func (*Trace) Reset

func (x *Trace) Reset()

func (*Trace) String

func (x *Trace) String() string

type TriggerCacheRefresh

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

func (*TriggerCacheRefresh) Descriptor deprecated

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

Deprecated: Use TriggerCacheRefresh.ProtoReflect.Descriptor instead.

func (*TriggerCacheRefresh) ProtoMessage

func (*TriggerCacheRefresh) ProtoMessage()

func (*TriggerCacheRefresh) ProtoReflect added in v1.0.15

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

func (*TriggerCacheRefresh) Reset

func (x *TriggerCacheRefresh) Reset()

func (*TriggerCacheRefresh) String

func (x *TriggerCacheRefresh) String() string

type UpdateSharedCollection added in v1.0.11

type UpdateSharedCollection struct {
	FolderId   string `protobuf:"bytes,10,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"`       // Collection Id
	ShareId    string `protobuf:"bytes,11,opt,name=share_id,json=shareId,proto3" json:"share_id,omitempty"`          // Id of the Share created for the Collection
	MentionId  string `protobuf:"bytes,12,opt,name=mention_id,json=mentionId,proto3" json:"mention_id,omitempty"`    // Id of the mentions added or removed from Collection
	UpdateType string `protobuf:"bytes,13,opt,name=update_type,json=updateType,proto3" json:"update_type,omitempty"` // The type of update to collection: Add/Remove
	HistoryId  string `protobuf:"bytes,14,opt,name=history_id,json=historyId,proto3" json:"history_id,omitempty"`    // Id of the Share collection history
	// contains filtered or unexported fields
}

func (*UpdateSharedCollection) Descriptor deprecated added in v1.0.11

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

Deprecated: Use UpdateSharedCollection.ProtoReflect.Descriptor instead.

func (*UpdateSharedCollection) GetFolderId added in v1.0.11

func (x *UpdateSharedCollection) GetFolderId() string

func (*UpdateSharedCollection) GetHistoryId added in v1.0.11

func (x *UpdateSharedCollection) GetHistoryId() string

func (*UpdateSharedCollection) GetMentionId added in v1.0.11

func (x *UpdateSharedCollection) GetMentionId() string

func (*UpdateSharedCollection) GetShareId added in v1.0.11

func (x *UpdateSharedCollection) GetShareId() string

func (*UpdateSharedCollection) GetUpdateType added in v1.0.11

func (x *UpdateSharedCollection) GetUpdateType() string

func (*UpdateSharedCollection) ProtoMessage added in v1.0.11

func (*UpdateSharedCollection) ProtoMessage()

func (*UpdateSharedCollection) ProtoReflect added in v1.0.15

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

func (*UpdateSharedCollection) Reset added in v1.0.11

func (x *UpdateSharedCollection) Reset()

func (*UpdateSharedCollection) String added in v1.0.11

func (x *UpdateSharedCollection) String() string

type VtEvent

type VtEvent struct {
	Core    *Core             `protobuf:"bytes,1,opt,name=core,proto3" json:"core,omitempty"`
	Trace   *Trace            `protobuf:"bytes,2,opt,name=trace,proto3" json:"trace,omitempty"`
	Baggage map[string]string `` /* 155-byte string literal not displayed */
	Data    *any.Any          `protobuf:"bytes,15,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*VtEvent) Descriptor deprecated

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

Deprecated: Use VtEvent.ProtoReflect.Descriptor instead.

func (*VtEvent) GetBaggage

func (x *VtEvent) GetBaggage() map[string]string

func (*VtEvent) GetCore

func (x *VtEvent) GetCore() *Core

func (*VtEvent) GetData

func (x *VtEvent) GetData() *any.Any

func (*VtEvent) GetTrace

func (x *VtEvent) GetTrace() *Trace

func (*VtEvent) ProtoMessage

func (*VtEvent) ProtoMessage()

func (*VtEvent) ProtoReflect added in v1.0.15

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

func (*VtEvent) Reset

func (x *VtEvent) Reset()

func (*VtEvent) String

func (x *VtEvent) String() string

Jump to

Keyboard shortcuts

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