-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.ProxyConfigOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUrl()string url = 1;abstract ByteStringgetUrlBytes()string url = 1;abstract StringgetUsername()string username = 2;abstract ByteStringgetUsernameBytes()string username = 2;abstract StringgetPassword()string password = 3;abstract ByteStringgetPasswordBytes()string password = 3;-
-
Method Detail
-
getUrlBytes
abstract ByteString getUrlBytes()
string url = 1;
-
getUsername
abstract String getUsername()
string username = 2;
-
getUsernameBytes
abstract ByteString getUsernameBytes()
string username = 2;
-
getPassword
abstract String getPassword()
string password = 3;
-
getPasswordBytes
abstract ByteString getPasswordBytes()
string password = 3;
-
-
-
-