-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgent.RegisterWorkerRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetTypeValue().livekit.JobType type = 1;abstract LivekitAgent.JobTypegetType().livekit.JobType type = 1;abstract StringgetAgentName()string agent_name = 8;abstract ByteStringgetAgentNameBytes()string agent_name = 8;abstract StringgetVersion()string worker_id = 2;string version = 3;abstract ByteStringgetVersionBytes()string worker_id = 2;string version = 3;abstract intgetPingInterval()string name = 4 [deprecated = true];uint32 ping_interval = 5;abstract booleanhasNamespace()optional string namespace = 6;abstract StringgetNamespace()optional string namespace = 6;abstract ByteStringgetNamespaceBytes()optional string namespace = 6;abstract booleanhasAllowedPermissions().livekit.ParticipantPermission allowed_permissions = 7;abstract LivekitModels.ParticipantPermissiongetAllowedPermissions().livekit.ParticipantPermission allowed_permissions = 7;-
-
Method Detail
-
getTypeValue
abstract int getTypeValue()
.livekit.JobType type = 1;
-
getType
abstract LivekitAgent.JobType getType()
.livekit.JobType type = 1;
-
getAgentName
abstract String getAgentName()
string agent_name = 8;
-
getAgentNameBytes
abstract ByteString getAgentNameBytes()
string agent_name = 8;
-
getVersion
abstract String getVersion()
string worker_id = 2;string version = 3;
-
getVersionBytes
abstract ByteString getVersionBytes()
string worker_id = 2;string version = 3;
-
getPingInterval
abstract int getPingInterval()
string name = 4 [deprecated = true];uint32 ping_interval = 5;
-
hasNamespace
abstract boolean hasNamespace()
optional string namespace = 6;
-
getNamespace
abstract String getNamespace()
optional string namespace = 6;
-
getNamespaceBytes
abstract ByteString getNamespaceBytes()
optional string namespace = 6;
-
hasAllowedPermissions
abstract boolean hasAllowedPermissions()
.livekit.ParticipantPermission allowed_permissions = 7;
-
getAllowedPermissions
abstract LivekitModels.ParticipantPermission getAllowedPermissions()
.livekit.ParticipantPermission allowed_permissions = 7;
-
-
-
-