-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAnalytics.WebhookInfoOrBuilder
public final class LivekitAnalytics.WebhookInfo extends GeneratedMessageLite<LivekitAnalytics.WebhookInfo, LivekitAnalytics.WebhookInfo.Builder> implements LivekitAnalytics.WebhookInfoOrBuilder
Protobuf type
{@code livekit.WebhookInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitAnalytics.WebhookInfo.BuilderProtobuf type
{@code livekit.WebhookInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intEVENT_ID_FIELD_NUMBERpublic final static intEVENT_FIELD_NUMBERpublic final static intPROJECT_ID_FIELD_NUMBERpublic final static intROOM_NAME_FIELD_NUMBERpublic final static intROOM_ID_FIELD_NUMBERpublic final static intPARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intPARTICIPANT_ID_FIELD_NUMBERpublic final static intTRACK_ID_FIELD_NUMBERpublic final static intEGRESS_ID_FIELD_NUMBERpublic final static intINGRESS_ID_FIELD_NUMBERpublic final static intCREATED_AT_FIELD_NUMBERpublic final static intQUEUED_AT_FIELD_NUMBERpublic final static intQUEUE_DURATION_NS_FIELD_NUMBERpublic final static intSENT_AT_FIELD_NUMBERpublic final static intSEND_DURATION_NS_FIELD_NUMBERpublic final static intURL_FIELD_NUMBERpublic final static intNUM_DROPPED_FIELD_NUMBERpublic final static intIS_DROPPED_FIELD_NUMBERpublic final static intSERVICE_STATUS_FIELD_NUMBERpublic final static intSERVICE_ERROR_CODE_FIELD_NUMBERpublic final static intSERVICE_ERROR_FIELD_NUMBERpublic final static intSEND_ERROR_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetEventId()string event_id = 1;ByteStringgetEventIdBytes()string event_id = 1;StringgetEvent()string event = 2;ByteStringgetEventBytes()string event = 2;StringgetProjectId()string project_id = 3;ByteStringgetProjectIdBytes()string project_id = 3;StringgetRoomName()string room_name = 4;ByteStringgetRoomNameBytes()string room_name = 4;StringgetRoomId()string room_id = 5;ByteStringgetRoomIdBytes()string room_id = 5;StringgetParticipantIdentity()string participant_identity = 6;ByteStringgetParticipantIdentityBytes()string participant_identity = 6;StringgetParticipantId()string participant_id = 7;ByteStringgetParticipantIdBytes()string participant_id = 7;StringgetTrackId()string track_id = 8;ByteStringgetTrackIdBytes()string track_id = 8;StringgetEgressId()string egress_id = 9;ByteStringgetEgressIdBytes()string egress_id = 9;StringgetIngressId()string ingress_id = 10;ByteStringgetIngressIdBytes()string ingress_id = 10;booleanhasCreatedAt().google.protobuf.Timestamp created_at = 11;TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 11;booleanhasQueuedAt().google.protobuf.Timestamp queued_at = 12;TimestampgetQueuedAt().google.protobuf.Timestamp queued_at = 12;longgetQueueDurationNs()int64 queue_duration_ns = 13;booleanhasSentAt().google.protobuf.Timestamp sent_at = 14;TimestampgetSentAt().google.protobuf.Timestamp sent_at = 14;longgetSendDurationNs()int64 send_duration_ns = 15;StringgetUrl()string url = 16;ByteStringgetUrlBytes()string url = 16;intgetNumDropped()int32 num_dropped = 17;booleangetIsDropped()bool is_dropped = 18;StringgetServiceStatus()string service_status = 19;ByteStringgetServiceStatusBytes()string service_status = 19;intgetServiceErrorCode()int32 service_error_code = 20;StringgetServiceError()string service_error = 21;ByteStringgetServiceErrorBytes()string service_error = 21;StringgetSendError()string send_error = 22;ByteStringgetSendErrorBytes()string send_error = 22;static LivekitAnalytics.WebhookInfoparseFrom(ByteBuffer data)static LivekitAnalytics.WebhookInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.WebhookInfoparseFrom(ByteString data)static LivekitAnalytics.WebhookInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.WebhookInfoparseFrom(Array<byte> data)static LivekitAnalytics.WebhookInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.WebhookInfoparseFrom(InputStream input)static LivekitAnalytics.WebhookInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.WebhookInfoparseDelimitedFrom(InputStream input)static LivekitAnalytics.WebhookInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.WebhookInfoparseFrom(CodedInputStream input)static LivekitAnalytics.WebhookInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.WebhookInfo.BuildernewBuilder()static LivekitAnalytics.WebhookInfo.BuildernewBuilder(LivekitAnalytics.WebhookInfo prototype)static LivekitAnalytics.WebhookInfogetDefaultInstance()static Parser<LivekitAnalytics.WebhookInfo>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEventId
String getEventId()
string event_id = 1;
-
getEventIdBytes
ByteString getEventIdBytes()
string event_id = 1;
-
getEventBytes
ByteString getEventBytes()
string event = 2;
-
getProjectId
String getProjectId()
string project_id = 3;
-
getProjectIdBytes
ByteString getProjectIdBytes()
string project_id = 3;
-
getRoomName
String getRoomName()
string room_name = 4;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 4;
-
getRoomIdBytes
ByteString getRoomIdBytes()
string room_id = 5;
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 6;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 6;
-
getParticipantId
String getParticipantId()
string participant_id = 7;
-
getParticipantIdBytes
ByteString getParticipantIdBytes()
string participant_id = 7;
-
getTrackId
String getTrackId()
string track_id = 8;
-
getTrackIdBytes
ByteString getTrackIdBytes()
string track_id = 8;
-
getEgressId
String getEgressId()
string egress_id = 9;
-
getEgressIdBytes
ByteString getEgressIdBytes()
string egress_id = 9;
-
getIngressId
String getIngressId()
string ingress_id = 10;
-
getIngressIdBytes
ByteString getIngressIdBytes()
string ingress_id = 10;
-
hasCreatedAt
boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 11;
-
getCreatedAt
Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 11;
-
hasQueuedAt
boolean hasQueuedAt()
.google.protobuf.Timestamp queued_at = 12;
-
getQueuedAt
Timestamp getQueuedAt()
.google.protobuf.Timestamp queued_at = 12;
-
getQueueDurationNs
long getQueueDurationNs()
int64 queue_duration_ns = 13;
-
hasSentAt
boolean hasSentAt()
.google.protobuf.Timestamp sent_at = 14;
-
getSentAt
Timestamp getSentAt()
.google.protobuf.Timestamp sent_at = 14;
-
getSendDurationNs
long getSendDurationNs()
int64 send_duration_ns = 15;
-
getUrlBytes
ByteString getUrlBytes()
string url = 16;
-
getNumDropped
int getNumDropped()
int32 num_dropped = 17;
-
getIsDropped
boolean getIsDropped()
bool is_dropped = 18;
-
getServiceStatus
String getServiceStatus()
string service_status = 19;
-
getServiceStatusBytes
ByteString getServiceStatusBytes()
string service_status = 19;
-
getServiceErrorCode
int getServiceErrorCode()
int32 service_error_code = 20;
-
getServiceError
String getServiceError()
string service_error = 21;
-
getServiceErrorBytes
ByteString getServiceErrorBytes()
string service_error = 21;
-
getSendError
String getSendError()
string send_error = 22;
-
getSendErrorBytes
ByteString getSendErrorBytes()
string send_error = 22;
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(ByteString data)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(InputStream input)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAnalytics.WebhookInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAnalytics.WebhookInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAnalytics.WebhookInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAnalytics.WebhookInfo.Builder newBuilder()
-
newBuilder
static LivekitAnalytics.WebhookInfo.Builder newBuilder(LivekitAnalytics.WebhookInfo prototype)
-
getDefaultInstance
static LivekitAnalytics.WebhookInfo getDefaultInstance()
-
parser
static Parser<LivekitAnalytics.WebhookInfo> parser()
-
-
-
-