-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAgent.UpdateWorkerStatusOrBuilder
public final class LivekitAgent.UpdateWorkerStatus extends GeneratedMessageLite<LivekitAgent.UpdateWorkerStatus, LivekitAgent.UpdateWorkerStatus.Builder> implements LivekitAgent.UpdateWorkerStatusOrBuilder
Protobuf type
{@code livekit.UpdateWorkerStatus}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitAgent.UpdateWorkerStatus.BuilderProtobuf type
{@code livekit.UpdateWorkerStatus}
-
Field Summary
Fields Modifier and Type Field Description public final static intSTATUS_FIELD_NUMBERpublic final static intLOAD_FIELD_NUMBERpublic final static intJOB_COUNT_FIELD_NUMBER
-
Method Summary
-
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
-
hasStatus
boolean hasStatus()
optional .livekit.WorkerStatus status = 1;
-
getStatusValue
int getStatusValue()
optional .livekit.WorkerStatus status = 1;
-
getStatus
LivekitAgent.WorkerStatus getStatus()
optional .livekit.WorkerStatus status = 1;
-
getLoad
float getLoad()
optional string metadata = 2 [deprecated=true];float load = 3;
-
getJobCount
int getJobCount()
uint32 job_count = 4;
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(ByteString data)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(Array<byte> data)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(InputStream input)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAgent.UpdateWorkerStatus parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAgent.UpdateWorkerStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAgent.UpdateWorkerStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAgent.UpdateWorkerStatus.Builder newBuilder()
-
newBuilder
static LivekitAgent.UpdateWorkerStatus.Builder newBuilder(LivekitAgent.UpdateWorkerStatus prototype)
-
getDefaultInstance
static LivekitAgent.UpdateWorkerStatus getDefaultInstance()
-
parser
static Parser<LivekitAgent.UpdateWorkerStatus> parser()
-
-
-
-