-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAgent.JobStateOrBuilder
public final class LivekitAgent.JobState extends GeneratedMessageLite<LivekitAgent.JobState, LivekitAgent.JobState.Builder> implements LivekitAgent.JobStateOrBuilder
Protobuf type
{@code livekit.JobState}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitAgent.JobState.BuilderProtobuf type
{@code livekit.JobState}
-
Field Summary
Fields Modifier and Type Field Description public final static intSTATUS_FIELD_NUMBERpublic final static intERROR_FIELD_NUMBERpublic final static intSTARTED_AT_FIELD_NUMBERpublic final static intENDED_AT_FIELD_NUMBERpublic final static intUPDATED_AT_FIELD_NUMBERpublic final static intPARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intWORKER_ID_FIELD_NUMBERpublic final static intAGENT_ID_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetStatusValue().livekit.JobStatus status = 1;LivekitAgent.JobStatusgetStatus().livekit.JobStatus status = 1;StringgetError()string error = 2;ByteStringgetErrorBytes()string error = 2;longgetStartedAt()int64 started_at = 3;longgetEndedAt()int64 ended_at = 4;longgetUpdatedAt()int64 updated_at = 5;StringgetParticipantIdentity()string participant_identity = 6;ByteStringgetParticipantIdentityBytes()string participant_identity = 6;StringgetWorkerId()string worker_id = 7;ByteStringgetWorkerIdBytes()string worker_id = 7;StringgetAgentId()string agent_id = 8;ByteStringgetAgentIdBytes()string agent_id = 8;static LivekitAgent.JobStateparseFrom(ByteBuffer data)static LivekitAgent.JobStateparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobStateparseFrom(ByteString data)static LivekitAgent.JobStateparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobStateparseFrom(Array<byte> data)static LivekitAgent.JobStateparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobStateparseFrom(InputStream input)static LivekitAgent.JobStateparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobStateparseDelimitedFrom(InputStream input)static LivekitAgent.JobStateparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobStateparseFrom(CodedInputStream input)static LivekitAgent.JobStateparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitAgent.JobState.BuildernewBuilder()static LivekitAgent.JobState.BuildernewBuilder(LivekitAgent.JobState prototype)static LivekitAgent.JobStategetDefaultInstance()static Parser<LivekitAgent.JobState>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
-
getStatusValue
int getStatusValue()
.livekit.JobStatus status = 1;
-
getStatus
LivekitAgent.JobStatus getStatus()
.livekit.JobStatus status = 1;
-
getErrorBytes
ByteString getErrorBytes()
string error = 2;
-
getStartedAt
long getStartedAt()
int64 started_at = 3;
-
getEndedAt
long getEndedAt()
int64 ended_at = 4;
-
getUpdatedAt
long getUpdatedAt()
int64 updated_at = 5;
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 6;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 6;
-
getWorkerId
String getWorkerId()
string worker_id = 7;
-
getWorkerIdBytes
ByteString getWorkerIdBytes()
string worker_id = 7;
-
getAgentId
String getAgentId()
string agent_id = 8;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 8;
-
parseFrom
static LivekitAgent.JobState parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAgent.JobState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.JobState parseFrom(ByteString data)
-
parseFrom
static LivekitAgent.JobState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.JobState parseFrom(Array<byte> data)
-
parseFrom
static LivekitAgent.JobState parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.JobState parseFrom(InputStream input)
-
parseFrom
static LivekitAgent.JobState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAgent.JobState parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAgent.JobState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.JobState parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAgent.JobState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAgent.JobState.Builder newBuilder()
-
newBuilder
static LivekitAgent.JobState.Builder newBuilder(LivekitAgent.JobState prototype)
-
getDefaultInstance
static LivekitAgent.JobState getDefaultInstance()
-
parser
static Parser<LivekitAgent.JobState> parser()
-
-
-
-