-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAgentDispatch.AgentDispatchStateOrBuilder
public final class LivekitAgentDispatch.AgentDispatchState extends GeneratedMessageLite<LivekitAgentDispatch.AgentDispatchState, LivekitAgentDispatch.AgentDispatchState.Builder> implements LivekitAgentDispatch.AgentDispatchStateOrBuilder
Protobuf type
{@code livekit.AgentDispatchState}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitAgentDispatch.AgentDispatchState.BuilderProtobuf type
{@code livekit.AgentDispatchState}
-
Field Summary
Fields Modifier and Type Field Description public final static intJOBS_FIELD_NUMBERpublic final static intCREATED_AT_FIELD_NUMBERpublic final static intDELETED_AT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description List<LivekitAgent.Job>getJobsList()For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;List<out LivekitAgent.JobOrBuilder>getJobsOrBuilderList()For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;intgetJobsCount()For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;LivekitAgent.JobgetJobs(int index)For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;LivekitAgent.JobOrBuildergetJobsOrBuilder(int index)For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;longgetCreatedAt()int64 created_at = 2;longgetDeletedAt()int64 deleted_at = 3;static LivekitAgentDispatch.AgentDispatchStateparseFrom(ByteBuffer data)static LivekitAgentDispatch.AgentDispatchStateparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitAgentDispatch.AgentDispatchStateparseFrom(ByteString data)static LivekitAgentDispatch.AgentDispatchStateparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitAgentDispatch.AgentDispatchStateparseFrom(Array<byte> data)static LivekitAgentDispatch.AgentDispatchStateparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitAgentDispatch.AgentDispatchStateparseFrom(InputStream input)static LivekitAgentDispatch.AgentDispatchStateparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgentDispatch.AgentDispatchStateparseDelimitedFrom(InputStream input)static LivekitAgentDispatch.AgentDispatchStateparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgentDispatch.AgentDispatchStateparseFrom(CodedInputStream input)static LivekitAgentDispatch.AgentDispatchStateparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgentDispatch.AgentDispatchState.BuildernewBuilder()static LivekitAgentDispatch.AgentDispatchState.BuildernewBuilder(LivekitAgentDispatch.AgentDispatchState prototype)static LivekitAgentDispatch.AgentDispatchStategetDefaultInstance()static Parser<LivekitAgentDispatch.AgentDispatchState>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
-
getJobsList
List<LivekitAgent.Job> getJobsList()
For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;
-
getJobsOrBuilderList
List<out LivekitAgent.JobOrBuilder> getJobsOrBuilderList()
For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;
-
getJobsCount
int getJobsCount()
For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;
-
getJobs
LivekitAgent.Job getJobs(int index)
For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;
-
getJobsOrBuilder
LivekitAgent.JobOrBuilder getJobsOrBuilder(int index)
For dispatches of tyoe JT_ROOM, there will be at most 1 job. For dispatches of type JT_PUBLISHER, there will be 1 per publisher.repeated .livekit.Job jobs = 1;
-
getCreatedAt
long getCreatedAt()
int64 created_at = 2;
-
getDeletedAt
long getDeletedAt()
int64 deleted_at = 3;
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(ByteString data)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(Array<byte> data)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(InputStream input)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAgentDispatch.AgentDispatchState parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAgentDispatch.AgentDispatchState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAgentDispatch.AgentDispatchState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAgentDispatch.AgentDispatchState.Builder newBuilder()
-
newBuilder
static LivekitAgentDispatch.AgentDispatchState.Builder newBuilder(LivekitAgentDispatch.AgentDispatchState prototype)
-
getDefaultInstance
static LivekitAgentDispatch.AgentDispatchState getDefaultInstance()
-
parser
static Parser<LivekitAgentDispatch.AgentDispatchState> parser()
-
-
-
-