-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.SettingsParamOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()string name = 1;abstract ByteStringgetNameBytes()string name = 1;abstract StringgetValue()string value = 2;abstract ByteStringgetValueBytes()string value = 2;-
-
Method Detail
-
getNameBytes
abstract ByteString getNameBytes()
string name = 1;
-
getValueBytes
abstract ByteString getValueBytes()
string value = 2;
-
-
-
-