-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitInternal.NodeOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()string id = 1;abstract ByteStringgetIdBytes()string id = 1;abstract StringgetIp()string ip = 2;abstract ByteStringgetIpBytes()string ip = 2;abstract intgetNumCpus()uint32 num_cpus = 3;abstract booleanhasStats().livekit.NodeStats stats = 4;abstract LivekitInternal.NodeStatsgetStats().livekit.NodeStats stats = 4;abstract intgetTypeValue().livekit.NodeType type = 5;abstract LivekitInternal.NodeTypegetType().livekit.NodeType type = 5;abstract intgetStateValue().livekit.NodeState state = 6;abstract LivekitInternal.NodeStategetState().livekit.NodeState state = 6;abstract StringgetRegion()string region = 7;abstract ByteStringgetRegionBytes()string region = 7;-
-
Method Detail
-
getIdBytes
abstract ByteString getIdBytes()
string id = 1;
-
getIpBytes
abstract ByteString getIpBytes()
string ip = 2;
-
getNumCpus
abstract int getNumCpus()
uint32 num_cpus = 3;
-
hasStats
abstract boolean hasStats()
.livekit.NodeStats stats = 4;
-
getStats
abstract LivekitInternal.NodeStats getStats()
.livekit.NodeStats stats = 4;
-
getTypeValue
abstract int getTypeValue()
.livekit.NodeType type = 5;
-
getType
abstract LivekitInternal.NodeType getType()
.livekit.NodeType type = 5;
-
getStateValue
abstract int getStateValue()
.livekit.NodeState state = 6;
-
getState
abstract LivekitInternal.NodeState getState()
.livekit.NodeState state = 6;
-
getRegionBytes
abstract ByteString getRegionBytes()
string region = 7;
-
-
-
-