-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAgent.JobOrBuilder
public final class LivekitAgent.Job extends GeneratedMessageLite<LivekitAgent.Job, LivekitAgent.Job.Builder> implements LivekitAgent.JobOrBuilder
Protobuf type
{@code livekit.Job}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitAgent.Job.BuilderProtobuf type
{@code livekit.Job}
-
Field Summary
Fields Modifier and Type Field Description public final static intID_FIELD_NUMBERpublic final static intDISPATCH_ID_FIELD_NUMBERpublic final static intTYPE_FIELD_NUMBERpublic final static intROOM_FIELD_NUMBERpublic final static intPARTICIPANT_FIELD_NUMBERpublic final static intNAMESPACE_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intAGENT_NAME_FIELD_NUMBERpublic final static intSTATE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetId()string id = 1;ByteStringgetIdBytes()string id = 1;StringgetDispatchId()string dispatch_id = 9;ByteStringgetDispatchIdBytes()string dispatch_id = 9;intgetTypeValue().livekit.JobType type = 2;LivekitAgent.JobTypegetType().livekit.JobType type = 2;booleanhasRoom().livekit.Room room = 3;LivekitModels.RoomgetRoom().livekit.Room room = 3;booleanhasParticipant()optional .livekit.ParticipantInfo participant = 4;LivekitModels.ParticipantInfogetParticipant()optional .livekit.ParticipantInfo participant = 4;StringgetNamespace()string namespace = 5 [deprecated = true];ByteStringgetNamespaceBytes()string namespace = 5 [deprecated = true];StringgetMetadata()string metadata = 6;ByteStringgetMetadataBytes()string metadata = 6;StringgetAgentName()string agent_name = 7;ByteStringgetAgentNameBytes()string agent_name = 7;booleanhasState().livekit.JobState state = 8;LivekitAgent.JobStategetState().livekit.JobState state = 8;static LivekitAgent.JobparseFrom(ByteBuffer data)static LivekitAgent.JobparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobparseFrom(ByteString data)static LivekitAgent.JobparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobparseFrom(Array<byte> data)static LivekitAgent.JobparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobparseFrom(InputStream input)static LivekitAgent.JobparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobparseDelimitedFrom(InputStream input)static LivekitAgent.JobparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobparseFrom(CodedInputStream input)static LivekitAgent.JobparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgent.Job.BuildernewBuilder()static LivekitAgent.Job.BuildernewBuilder(LivekitAgent.Job prototype)static LivekitAgent.JobgetDefaultInstance()static Parser<LivekitAgent.Job>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
-
getIdBytes
ByteString getIdBytes()
string id = 1;
-
getDispatchId
String getDispatchId()
string dispatch_id = 9;
-
getDispatchIdBytes
ByteString getDispatchIdBytes()
string dispatch_id = 9;
-
getTypeValue
int getTypeValue()
.livekit.JobType type = 2;
-
getType
LivekitAgent.JobType getType()
.livekit.JobType type = 2;
-
hasRoom
boolean hasRoom()
.livekit.Room room = 3;
-
getRoom
LivekitModels.Room getRoom()
.livekit.Room room = 3;
-
hasParticipant
boolean hasParticipant()
optional .livekit.ParticipantInfo participant = 4;
-
getParticipant
LivekitModels.ParticipantInfo getParticipant()
optional .livekit.ParticipantInfo participant = 4;
-
getNamespace
@Deprecated() String getNamespace()
string namespace = 5 [deprecated = true];
-
getNamespaceBytes
@Deprecated() ByteString getNamespaceBytes()
string namespace = 5 [deprecated = true];
-
getMetadata
String getMetadata()
string metadata = 6;
-
getMetadataBytes
ByteString getMetadataBytes()
string metadata = 6;
-
getAgentName
String getAgentName()
string agent_name = 7;
-
getAgentNameBytes
ByteString getAgentNameBytes()
string agent_name = 7;
-
hasState
boolean hasState()
.livekit.JobState state = 8;
-
getState
LivekitAgent.JobState getState()
.livekit.JobState state = 8;
-
parseFrom
static LivekitAgent.Job parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAgent.Job parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.Job parseFrom(ByteString data)
-
parseFrom
static LivekitAgent.Job parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.Job parseFrom(Array<byte> data)
-
parseFrom
static LivekitAgent.Job parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.Job parseFrom(InputStream input)
-
parseFrom
static LivekitAgent.Job parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAgent.Job parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAgent.Job parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.Job parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAgent.Job parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAgent.Job.Builder newBuilder()
-
newBuilder
static LivekitAgent.Job.Builder newBuilder(LivekitAgent.Job prototype)
-
getDefaultInstance
static LivekitAgent.Job getDefaultInstance()
-
parser
static Parser<LivekitAgent.Job> parser()
-
-
-
-