-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitAgent.SimulateJobRequestOrBuilder
public final class LivekitAgent.SimulateJobRequest.Builder extends GeneratedMessageLite.Builder<LivekitAgent.SimulateJobRequest, LivekitAgent.SimulateJobRequest.Builder> implements LivekitAgent.SimulateJobRequestOrBuilder
Protobuf type
{@code livekit.SimulateJobRequest}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
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
-
getTypeValue
int getTypeValue()
.livekit.JobType type = 1;
-
setTypeValue
LivekitAgent.SimulateJobRequest.Builder setTypeValue(int value)
.livekit.JobType type = 1;- Parameters:
value- The type to set.
-
getType
LivekitAgent.JobType getType()
.livekit.JobType type = 1;
-
setType
LivekitAgent.SimulateJobRequest.Builder setType(LivekitAgent.JobType value)
.livekit.JobType type = 1;- Parameters:
value- The enum numeric value on the wire for type to set.
-
clearType
LivekitAgent.SimulateJobRequest.Builder clearType()
.livekit.JobType type = 1;
-
hasRoom
boolean hasRoom()
.livekit.Room room = 2;
-
getRoom
LivekitModels.Room getRoom()
.livekit.Room room = 2;
-
setRoom
LivekitAgent.SimulateJobRequest.Builder setRoom(LivekitModels.Room value)
.livekit.Room room = 2;
-
setRoom
LivekitAgent.SimulateJobRequest.Builder setRoom(LivekitModels.Room.Builder builderForValue)
.livekit.Room room = 2;
-
mergeRoom
LivekitAgent.SimulateJobRequest.Builder mergeRoom(LivekitModels.Room value)
.livekit.Room room = 2;
-
clearRoom
LivekitAgent.SimulateJobRequest.Builder clearRoom()
.livekit.Room room = 2;
-
hasParticipant
boolean hasParticipant()
.livekit.ParticipantInfo participant = 3;
-
getParticipant
LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 3;
-
setParticipant
LivekitAgent.SimulateJobRequest.Builder setParticipant(LivekitModels.ParticipantInfo value)
.livekit.ParticipantInfo participant = 3;
-
setParticipant
LivekitAgent.SimulateJobRequest.Builder setParticipant(LivekitModels.ParticipantInfo.Builder builderForValue)
.livekit.ParticipantInfo participant = 3;
-
mergeParticipant
LivekitAgent.SimulateJobRequest.Builder mergeParticipant(LivekitModels.ParticipantInfo value)
.livekit.ParticipantInfo participant = 3;
-
clearParticipant
LivekitAgent.SimulateJobRequest.Builder clearParticipant()
.livekit.ParticipantInfo participant = 3;
-
-
-
-