-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAnalytics.FeatureUsageInfoOrBuilder
public final class LivekitAnalytics.FeatureUsageInfo extends GeneratedMessageLite<LivekitAnalytics.FeatureUsageInfo, LivekitAnalytics.FeatureUsageInfo.Builder> implements LivekitAnalytics.FeatureUsageInfoOrBuilder
Protobuf type
{@code livekit.FeatureUsageInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLivekitAnalytics.FeatureUsageInfo.FeatureProtobuf enum
{@code livekit.FeatureUsageInfo.Feature}public final classLivekitAnalytics.FeatureUsageInfo.BuilderProtobuf type
{@code livekit.FeatureUsageInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intFEATURE_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 intTIME_RANGES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetFeatureValue().livekit.FeatureUsageInfo.Feature feature = 1;LivekitAnalytics.FeatureUsageInfo.FeaturegetFeature().livekit.FeatureUsageInfo.Feature feature = 1;StringgetProjectId()string project_id = 2;ByteStringgetProjectIdBytes()string project_id = 2;StringgetRoomName()string room_name = 3;ByteStringgetRoomNameBytes()string room_name = 3;StringgetRoomId()string room_id = 4;ByteStringgetRoomIdBytes()string room_id = 4;StringgetParticipantIdentity()string participant_identity = 5;ByteStringgetParticipantIdentityBytes()string participant_identity = 5;StringgetParticipantId()string participant_id = 6;ByteStringgetParticipantIdBytes()string participant_id = 6;StringgetTrackId()string track_id = 7;ByteStringgetTrackIdBytes()string track_id = 7;List<LivekitAnalytics.TimeRange>getTimeRangesList()time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;List<out LivekitAnalytics.TimeRangeOrBuilder>getTimeRangesOrBuilderList()time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;intgetTimeRangesCount()time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;LivekitAnalytics.TimeRangegetTimeRanges(int index)time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;LivekitAnalytics.TimeRangeOrBuildergetTimeRangesOrBuilder(int index)time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;static LivekitAnalytics.FeatureUsageInfoparseFrom(ByteBuffer data)static LivekitAnalytics.FeatureUsageInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.FeatureUsageInfoparseFrom(ByteString data)static LivekitAnalytics.FeatureUsageInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.FeatureUsageInfoparseFrom(Array<byte> data)static LivekitAnalytics.FeatureUsageInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.FeatureUsageInfoparseFrom(InputStream input)static LivekitAnalytics.FeatureUsageInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.FeatureUsageInfoparseDelimitedFrom(InputStream input)static LivekitAnalytics.FeatureUsageInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.FeatureUsageInfoparseFrom(CodedInputStream input)static LivekitAnalytics.FeatureUsageInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAnalytics.FeatureUsageInfo.BuildernewBuilder()static LivekitAnalytics.FeatureUsageInfo.BuildernewBuilder(LivekitAnalytics.FeatureUsageInfo prototype)static LivekitAnalytics.FeatureUsageInfogetDefaultInstance()static Parser<LivekitAnalytics.FeatureUsageInfo>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
-
getFeatureValue
int getFeatureValue()
.livekit.FeatureUsageInfo.Feature feature = 1;
-
getFeature
LivekitAnalytics.FeatureUsageInfo.Feature getFeature()
.livekit.FeatureUsageInfo.Feature feature = 1;
-
getProjectId
String getProjectId()
string project_id = 2;
-
getProjectIdBytes
ByteString getProjectIdBytes()
string project_id = 2;
-
getRoomName
String getRoomName()
string room_name = 3;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 3;
-
getRoomIdBytes
ByteString getRoomIdBytes()
string room_id = 4;
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 5;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 5;
-
getParticipantId
String getParticipantId()
string participant_id = 6;
-
getParticipantIdBytes
ByteString getParticipantIdBytes()
string participant_id = 6;
-
getTrackId
String getTrackId()
string track_id = 7;
-
getTrackIdBytes
ByteString getTrackIdBytes()
string track_id = 7;
-
getTimeRangesList
List<LivekitAnalytics.TimeRange> getTimeRangesList()
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
getTimeRangesOrBuilderList
List<out LivekitAnalytics.TimeRangeOrBuilder> getTimeRangesOrBuilderList()
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
getTimeRangesCount
int getTimeRangesCount()
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
getTimeRanges
LivekitAnalytics.TimeRange getTimeRanges(int index)
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
getTimeRangesOrBuilder
LivekitAnalytics.TimeRangeOrBuilder getTimeRangesOrBuilder(int index)
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(ByteString data)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(InputStream input)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAnalytics.FeatureUsageInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAnalytics.FeatureUsageInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAnalytics.FeatureUsageInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAnalytics.FeatureUsageInfo.Builder newBuilder()
-
newBuilder
static LivekitAnalytics.FeatureUsageInfo.Builder newBuilder(LivekitAnalytics.FeatureUsageInfo prototype)
-
getDefaultInstance
static LivekitAnalytics.FeatureUsageInfo getDefaultInstance()
-
parser
static Parser<LivekitAnalytics.FeatureUsageInfo> parser()
-
-
-
-