-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAnalytics.WebhookInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetEventId()string event_id = 1;abstract ByteStringgetEventIdBytes()string event_id = 1;abstract StringgetEvent()string event = 2;abstract ByteStringgetEventBytes()string event = 2;abstract StringgetProjectId()string project_id = 3;abstract ByteStringgetProjectIdBytes()string project_id = 3;abstract StringgetRoomName()string room_name = 4;abstract ByteStringgetRoomNameBytes()string room_name = 4;abstract StringgetRoomId()string room_id = 5;abstract ByteStringgetRoomIdBytes()string room_id = 5;abstract StringgetParticipantIdentity()string participant_identity = 6;abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 6;abstract StringgetParticipantId()string participant_id = 7;abstract ByteStringgetParticipantIdBytes()string participant_id = 7;abstract StringgetTrackId()string track_id = 8;abstract ByteStringgetTrackIdBytes()string track_id = 8;abstract StringgetEgressId()string egress_id = 9;abstract ByteStringgetEgressIdBytes()string egress_id = 9;abstract StringgetIngressId()string ingress_id = 10;abstract ByteStringgetIngressIdBytes()string ingress_id = 10;abstract booleanhasCreatedAt().google.protobuf.Timestamp created_at = 11;abstract TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 11;abstract booleanhasQueuedAt().google.protobuf.Timestamp queued_at = 12;abstract TimestampgetQueuedAt().google.protobuf.Timestamp queued_at = 12;abstract longgetQueueDurationNs()int64 queue_duration_ns = 13;abstract booleanhasSentAt().google.protobuf.Timestamp sent_at = 14;abstract TimestampgetSentAt().google.protobuf.Timestamp sent_at = 14;abstract longgetSendDurationNs()int64 send_duration_ns = 15;abstract StringgetUrl()string url = 16;abstract ByteStringgetUrlBytes()string url = 16;abstract intgetNumDropped()int32 num_dropped = 17;abstract booleangetIsDropped()bool is_dropped = 18;abstract StringgetServiceStatus()string service_status = 19;abstract ByteStringgetServiceStatusBytes()string service_status = 19;abstract intgetServiceErrorCode()int32 service_error_code = 20;abstract StringgetServiceError()string service_error = 21;abstract ByteStringgetServiceErrorBytes()string service_error = 21;abstract StringgetSendError()string send_error = 22;abstract ByteStringgetSendErrorBytes()string send_error = 22;-
-
Method Detail
-
getEventId
abstract String getEventId()
string event_id = 1;
-
getEventIdBytes
abstract ByteString getEventIdBytes()
string event_id = 1;
-
getEventBytes
abstract ByteString getEventBytes()
string event = 2;
-
getProjectId
abstract String getProjectId()
string project_id = 3;
-
getProjectIdBytes
abstract ByteString getProjectIdBytes()
string project_id = 3;
-
getRoomName
abstract String getRoomName()
string room_name = 4;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
string room_name = 4;
-
getRoomIdBytes
abstract ByteString getRoomIdBytes()
string room_id = 5;
-
getParticipantIdentity
abstract String getParticipantIdentity()
string participant_identity = 6;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
string participant_identity = 6;
-
getParticipantId
abstract String getParticipantId()
string participant_id = 7;
-
getParticipantIdBytes
abstract ByteString getParticipantIdBytes()
string participant_id = 7;
-
getTrackId
abstract String getTrackId()
string track_id = 8;
-
getTrackIdBytes
abstract ByteString getTrackIdBytes()
string track_id = 8;
-
getEgressId
abstract String getEgressId()
string egress_id = 9;
-
getEgressIdBytes
abstract ByteString getEgressIdBytes()
string egress_id = 9;
-
getIngressId
abstract String getIngressId()
string ingress_id = 10;
-
getIngressIdBytes
abstract ByteString getIngressIdBytes()
string ingress_id = 10;
-
hasCreatedAt
abstract boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 11;
-
getCreatedAt
abstract Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 11;
-
hasQueuedAt
abstract boolean hasQueuedAt()
.google.protobuf.Timestamp queued_at = 12;
-
getQueuedAt
abstract Timestamp getQueuedAt()
.google.protobuf.Timestamp queued_at = 12;
-
getQueueDurationNs
abstract long getQueueDurationNs()
int64 queue_duration_ns = 13;
-
hasSentAt
abstract boolean hasSentAt()
.google.protobuf.Timestamp sent_at = 14;
-
getSentAt
abstract Timestamp getSentAt()
.google.protobuf.Timestamp sent_at = 14;
-
getSendDurationNs
abstract long getSendDurationNs()
int64 send_duration_ns = 15;
-
getUrlBytes
abstract ByteString getUrlBytes()
string url = 16;
-
getNumDropped
abstract int getNumDropped()
int32 num_dropped = 17;
-
getIsDropped
abstract boolean getIsDropped()
bool is_dropped = 18;
-
getServiceStatus
abstract String getServiceStatus()
string service_status = 19;
-
getServiceStatusBytes
abstract ByteString getServiceStatusBytes()
string service_status = 19;
-
getServiceErrorCode
abstract int getServiceErrorCode()
int32 service_error_code = 20;
-
getServiceError
abstract String getServiceError()
string service_error = 21;
-
getServiceErrorBytes
abstract ByteString getServiceErrorBytes()
string service_error = 21;
-
getSendError
abstract String getSendError()
string send_error = 22;
-
getSendErrorBytes
abstract ByteString getSendErrorBytes()
string send_error = 22;
-
-
-
-