-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitAgent.JobTerminationOrBuilder
public final class LivekitAgent.JobTermination.Builder extends GeneratedMessageLite.Builder<LivekitAgent.JobTermination, LivekitAgent.JobTermination.Builder> implements LivekitAgent.JobTerminationOrBuilder
Protobuf type
{@code livekit.JobTermination}
-
-
Method Summary
Modifier and Type Method Description StringgetJobId()string job_id = 1;ByteStringgetJobIdBytes()string job_id = 1;LivekitAgent.JobTermination.BuildersetJobId(String value)string job_id = 1;LivekitAgent.JobTermination.BuilderclearJobId()string job_id = 1;LivekitAgent.JobTermination.BuildersetJobIdBytes(ByteString value)string job_id = 1;-
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
-
getJobIdBytes
ByteString getJobIdBytes()
string job_id = 1;
-
setJobId
LivekitAgent.JobTermination.Builder setJobId(String value)
string job_id = 1;- Parameters:
value- The jobId to set.
-
clearJobId
LivekitAgent.JobTermination.Builder clearJobId()
string job_id = 1;
-
setJobIdBytes
LivekitAgent.JobTermination.Builder setJobIdBytes(ByteString value)
string job_id = 1;- Parameters:
value- The bytes for jobId to set.
-
-
-
-