-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitModels.RpcRequestOrBuilder
public final class LivekitModels.RpcRequest.Builder extends GeneratedMessageLite.Builder<LivekitModels.RpcRequest, LivekitModels.RpcRequest.Builder> implements LivekitModels.RpcRequestOrBuilder
Protobuf type
{@code livekit.RpcRequest}
-
-
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
-
getIdBytes
ByteString getIdBytes()
string id = 1;
-
setId
LivekitModels.RpcRequest.Builder setId(String value)
string id = 1;- Parameters:
value- The id to set.
-
clearId
LivekitModels.RpcRequest.Builder clearId()
string id = 1;
-
setIdBytes
LivekitModels.RpcRequest.Builder setIdBytes(ByteString value)
string id = 1;- Parameters:
value- The bytes for id to set.
-
getMethodBytes
ByteString getMethodBytes()
string method = 2;
-
setMethod
LivekitModels.RpcRequest.Builder setMethod(String value)
string method = 2;- Parameters:
value- The method to set.
-
clearMethod
LivekitModels.RpcRequest.Builder clearMethod()
string method = 2;
-
setMethodBytes
LivekitModels.RpcRequest.Builder setMethodBytes(ByteString value)
string method = 2;- Parameters:
value- The bytes for method to set.
-
getPayload
String getPayload()
string payload = 3;
-
getPayloadBytes
ByteString getPayloadBytes()
string payload = 3;
-
setPayload
LivekitModels.RpcRequest.Builder setPayload(String value)
string payload = 3;- Parameters:
value- The payload to set.
-
clearPayload
LivekitModels.RpcRequest.Builder clearPayload()
string payload = 3;
-
setPayloadBytes
LivekitModels.RpcRequest.Builder setPayloadBytes(ByteString value)
string payload = 3;- Parameters:
value- The bytes for payload to set.
-
getResponseTimeoutMs
int getResponseTimeoutMs()
uint32 response_timeout_ms = 4;
-
setResponseTimeoutMs
LivekitModels.RpcRequest.Builder setResponseTimeoutMs(int value)
uint32 response_timeout_ms = 4;- Parameters:
value- The responseTimeoutMs to set.
-
clearResponseTimeoutMs
LivekitModels.RpcRequest.Builder clearResponseTimeoutMs()
uint32 response_timeout_ms = 4;
-
getVersion
int getVersion()
uint32 version = 5;
-
setVersion
LivekitModels.RpcRequest.Builder setVersion(int value)
uint32 version = 5;- Parameters:
value- The version to set.
-
clearVersion
LivekitModels.RpcRequest.Builder clearVersion()
uint32 version = 5;
-
-
-
-