-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.SIPOutboundTrunkUpdateOrBuilder
public final class LivekitSip.SIPOutboundTrunkUpdate.Builder extends GeneratedMessageLite.Builder<LivekitSip.SIPOutboundTrunkUpdate, LivekitSip.SIPOutboundTrunkUpdate.Builder> implements LivekitSip.SIPOutboundTrunkUpdateOrBuilder
Protobuf type
{@code livekit.SIPOutboundTrunkUpdate}
-
-
Method Summary
Modifier and Type Method Description booleanhasAddress()optional string address = 1;StringgetAddress()optional string address = 1;ByteStringgetAddressBytes()optional string address = 1;LivekitSip.SIPOutboundTrunkUpdate.BuildersetAddress(String value)optional string address = 1;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearAddress()optional string address = 1;LivekitSip.SIPOutboundTrunkUpdate.BuildersetAddressBytes(ByteString value)optional string address = 1;booleanhasTransport()optional .livekit.SIPTransport transport = 2;intgetTransportValue()optional .livekit.SIPTransport transport = 2;LivekitSip.SIPOutboundTrunkUpdate.BuildersetTransportValue(int value)optional .livekit.SIPTransport transport = 2;LivekitSip.SIPTransportgetTransport()optional .livekit.SIPTransport transport = 2;LivekitSip.SIPOutboundTrunkUpdate.BuildersetTransport(LivekitSip.SIPTransport value)optional .livekit.SIPTransport transport = 2;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearTransport()optional .livekit.SIPTransport transport = 2;booleanhasDestinationCountry()optional string destination_country = 9;StringgetDestinationCountry()optional string destination_country = 9;ByteStringgetDestinationCountryBytes()optional string destination_country = 9;LivekitSip.SIPOutboundTrunkUpdate.BuildersetDestinationCountry(String value)optional string destination_country = 9;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearDestinationCountry()optional string destination_country = 9;LivekitSip.SIPOutboundTrunkUpdate.BuildersetDestinationCountryBytes(ByteString value)optional string destination_country = 9;booleanhasNumbers().livekit.ListUpdate numbers = 3;LivekitModels.ListUpdategetNumbers().livekit.ListUpdate numbers = 3;LivekitSip.SIPOutboundTrunkUpdate.BuildersetNumbers(LivekitModels.ListUpdate value).livekit.ListUpdate numbers = 3;LivekitSip.SIPOutboundTrunkUpdate.BuildersetNumbers(LivekitModels.ListUpdate.Builder builderForValue).livekit.ListUpdate numbers = 3;LivekitSip.SIPOutboundTrunkUpdate.BuildermergeNumbers(LivekitModels.ListUpdate value).livekit.ListUpdate numbers = 3;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearNumbers().livekit.ListUpdate numbers = 3;booleanhasAuthUsername()optional string auth_username = 4;StringgetAuthUsername()optional string auth_username = 4;ByteStringgetAuthUsernameBytes()optional string auth_username = 4;LivekitSip.SIPOutboundTrunkUpdate.BuildersetAuthUsername(String value)optional string auth_username = 4;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearAuthUsername()optional string auth_username = 4;LivekitSip.SIPOutboundTrunkUpdate.BuildersetAuthUsernameBytes(ByteString value)optional string auth_username = 4;booleanhasAuthPassword()optional string auth_password = 5;StringgetAuthPassword()optional string auth_password = 5;ByteStringgetAuthPasswordBytes()optional string auth_password = 5;LivekitSip.SIPOutboundTrunkUpdate.BuildersetAuthPassword(String value)optional string auth_password = 5;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearAuthPassword()optional string auth_password = 5;LivekitSip.SIPOutboundTrunkUpdate.BuildersetAuthPasswordBytes(ByteString value)optional string auth_password = 5;booleanhasName()optional string name = 6;StringgetName()optional string name = 6;ByteStringgetNameBytes()optional string name = 6;LivekitSip.SIPOutboundTrunkUpdate.BuildersetName(String value)optional string name = 6;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearName()optional string name = 6;LivekitSip.SIPOutboundTrunkUpdate.BuildersetNameBytes(ByteString value)optional string name = 6;booleanhasMetadata()optional string metadata = 7;StringgetMetadata()optional string metadata = 7;ByteStringgetMetadataBytes()optional string metadata = 7;LivekitSip.SIPOutboundTrunkUpdate.BuildersetMetadata(String value)optional string metadata = 7;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearMetadata()optional string metadata = 7;LivekitSip.SIPOutboundTrunkUpdate.BuildersetMetadataBytes(ByteString value)optional string metadata = 7;booleanhasMediaEncryption()optional .livekit.SIPMediaEncryption media_encryption = 8;intgetMediaEncryptionValue()optional .livekit.SIPMediaEncryption media_encryption = 8;LivekitSip.SIPOutboundTrunkUpdate.BuildersetMediaEncryptionValue(int value)optional .livekit.SIPMediaEncryption media_encryption = 8;LivekitSip.SIPMediaEncryptiongetMediaEncryption()optional .livekit.SIPMediaEncryption media_encryption = 8;LivekitSip.SIPOutboundTrunkUpdate.BuildersetMediaEncryption(LivekitSip.SIPMediaEncryption value)optional .livekit.SIPMediaEncryption media_encryption = 8;LivekitSip.SIPOutboundTrunkUpdate.BuilderclearMediaEncryption()optional .livekit.SIPMediaEncryption media_encryption = 8;-
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
-
hasAddress
boolean hasAddress()
optional string address = 1;
-
getAddress
String getAddress()
optional string address = 1;
-
getAddressBytes
ByteString getAddressBytes()
optional string address = 1;
-
setAddress
LivekitSip.SIPOutboundTrunkUpdate.Builder setAddress(String value)
optional string address = 1;- Parameters:
value- The address to set.
-
clearAddress
LivekitSip.SIPOutboundTrunkUpdate.Builder clearAddress()
optional string address = 1;
-
setAddressBytes
LivekitSip.SIPOutboundTrunkUpdate.Builder setAddressBytes(ByteString value)
optional string address = 1;- Parameters:
value- The bytes for address to set.
-
hasTransport
boolean hasTransport()
optional .livekit.SIPTransport transport = 2;
-
getTransportValue
int getTransportValue()
optional .livekit.SIPTransport transport = 2;
-
setTransportValue
LivekitSip.SIPOutboundTrunkUpdate.Builder setTransportValue(int value)
optional .livekit.SIPTransport transport = 2;- Parameters:
value- The transport to set.
-
getTransport
LivekitSip.SIPTransport getTransport()
optional .livekit.SIPTransport transport = 2;
-
setTransport
LivekitSip.SIPOutboundTrunkUpdate.Builder setTransport(LivekitSip.SIPTransport value)
optional .livekit.SIPTransport transport = 2;- Parameters:
value- The enum numeric value on the wire for transport to set.
-
clearTransport
LivekitSip.SIPOutboundTrunkUpdate.Builder clearTransport()
optional .livekit.SIPTransport transport = 2;
-
hasDestinationCountry
boolean hasDestinationCountry()
optional string destination_country = 9;
-
getDestinationCountry
String getDestinationCountry()
optional string destination_country = 9;
-
getDestinationCountryBytes
ByteString getDestinationCountryBytes()
optional string destination_country = 9;
-
setDestinationCountry
LivekitSip.SIPOutboundTrunkUpdate.Builder setDestinationCountry(String value)
optional string destination_country = 9;- Parameters:
value- The destinationCountry to set.
-
clearDestinationCountry
LivekitSip.SIPOutboundTrunkUpdate.Builder clearDestinationCountry()
optional string destination_country = 9;
-
setDestinationCountryBytes
LivekitSip.SIPOutboundTrunkUpdate.Builder setDestinationCountryBytes(ByteString value)
optional string destination_country = 9;- Parameters:
value- The bytes for destinationCountry to set.
-
hasNumbers
boolean hasNumbers()
.livekit.ListUpdate numbers = 3;
-
getNumbers
LivekitModels.ListUpdate getNumbers()
.livekit.ListUpdate numbers = 3;
-
setNumbers
LivekitSip.SIPOutboundTrunkUpdate.Builder setNumbers(LivekitModels.ListUpdate value)
.livekit.ListUpdate numbers = 3;
-
setNumbers
LivekitSip.SIPOutboundTrunkUpdate.Builder setNumbers(LivekitModels.ListUpdate.Builder builderForValue)
.livekit.ListUpdate numbers = 3;
-
mergeNumbers
LivekitSip.SIPOutboundTrunkUpdate.Builder mergeNumbers(LivekitModels.ListUpdate value)
.livekit.ListUpdate numbers = 3;
-
clearNumbers
LivekitSip.SIPOutboundTrunkUpdate.Builder clearNumbers()
.livekit.ListUpdate numbers = 3;
-
hasAuthUsername
boolean hasAuthUsername()
optional string auth_username = 4;
-
getAuthUsername
String getAuthUsername()
optional string auth_username = 4;
-
getAuthUsernameBytes
ByteString getAuthUsernameBytes()
optional string auth_username = 4;
-
setAuthUsername
LivekitSip.SIPOutboundTrunkUpdate.Builder setAuthUsername(String value)
optional string auth_username = 4;- Parameters:
value- The authUsername to set.
-
clearAuthUsername
LivekitSip.SIPOutboundTrunkUpdate.Builder clearAuthUsername()
optional string auth_username = 4;
-
setAuthUsernameBytes
LivekitSip.SIPOutboundTrunkUpdate.Builder setAuthUsernameBytes(ByteString value)
optional string auth_username = 4;- Parameters:
value- The bytes for authUsername to set.
-
hasAuthPassword
boolean hasAuthPassword()
optional string auth_password = 5;
-
getAuthPassword
String getAuthPassword()
optional string auth_password = 5;
-
getAuthPasswordBytes
ByteString getAuthPasswordBytes()
optional string auth_password = 5;
-
setAuthPassword
LivekitSip.SIPOutboundTrunkUpdate.Builder setAuthPassword(String value)
optional string auth_password = 5;- Parameters:
value- The authPassword to set.
-
clearAuthPassword
LivekitSip.SIPOutboundTrunkUpdate.Builder clearAuthPassword()
optional string auth_password = 5;
-
setAuthPasswordBytes
LivekitSip.SIPOutboundTrunkUpdate.Builder setAuthPasswordBytes(ByteString value)
optional string auth_password = 5;- Parameters:
value- The bytes for authPassword to set.
-
hasName
boolean hasName()
optional string name = 6;
-
getNameBytes
ByteString getNameBytes()
optional string name = 6;
-
setName
LivekitSip.SIPOutboundTrunkUpdate.Builder setName(String value)
optional string name = 6;- Parameters:
value- The name to set.
-
clearName
LivekitSip.SIPOutboundTrunkUpdate.Builder clearName()
optional string name = 6;
-
setNameBytes
LivekitSip.SIPOutboundTrunkUpdate.Builder setNameBytes(ByteString value)
optional string name = 6;- Parameters:
value- The bytes for name to set.
-
hasMetadata
boolean hasMetadata()
optional string metadata = 7;
-
getMetadata
String getMetadata()
optional string metadata = 7;
-
getMetadataBytes
ByteString getMetadataBytes()
optional string metadata = 7;
-
setMetadata
LivekitSip.SIPOutboundTrunkUpdate.Builder setMetadata(String value)
optional string metadata = 7;- Parameters:
value- The metadata to set.
-
clearMetadata
LivekitSip.SIPOutboundTrunkUpdate.Builder clearMetadata()
optional string metadata = 7;
-
setMetadataBytes
LivekitSip.SIPOutboundTrunkUpdate.Builder setMetadataBytes(ByteString value)
optional string metadata = 7;- Parameters:
value- The bytes for metadata to set.
-
hasMediaEncryption
boolean hasMediaEncryption()
optional .livekit.SIPMediaEncryption media_encryption = 8;
-
getMediaEncryptionValue
int getMediaEncryptionValue()
optional .livekit.SIPMediaEncryption media_encryption = 8;
-
setMediaEncryptionValue
LivekitSip.SIPOutboundTrunkUpdate.Builder setMediaEncryptionValue(int value)
optional .livekit.SIPMediaEncryption media_encryption = 8;- Parameters:
value- The mediaEncryption to set.
-
getMediaEncryption
LivekitSip.SIPMediaEncryption getMediaEncryption()
optional .livekit.SIPMediaEncryption media_encryption = 8;
-
setMediaEncryption
LivekitSip.SIPOutboundTrunkUpdate.Builder setMediaEncryption(LivekitSip.SIPMediaEncryption value)
optional .livekit.SIPMediaEncryption media_encryption = 8;- Parameters:
value- The enum numeric value on the wire for mediaEncryption to set.
-
clearMediaEncryption
LivekitSip.SIPOutboundTrunkUpdate.Builder clearMediaEncryption()
optional .livekit.SIPMediaEncryption media_encryption = 8;
-
-
-
-