-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.CreateSIPTrunkRequestOrBuilder
public final class LivekitSip.CreateSIPTrunkRequest.Builder extends GeneratedMessageLite.Builder<LivekitSip.CreateSIPTrunkRequest, LivekitSip.CreateSIPTrunkRequest.Builder> implements LivekitSip.CreateSIPTrunkRequestOrBuilder
Protobuf type
{@code livekit.CreateSIPTrunkRequest}
-
-
Method Summary
Modifier and Type Method Description List<String>getInboundAddressesList()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;intgetInboundAddressesCount()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;StringgetInboundAddresses(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;ByteStringgetInboundAddressesBytes(int index)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;LivekitSip.CreateSIPTrunkRequest.BuildersetInboundAddresses(int index, String value)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;LivekitSip.CreateSIPTrunkRequest.BuilderaddInboundAddresses(String value)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;LivekitSip.CreateSIPTrunkRequest.BuilderaddAllInboundAddresses(Iterable<String> values)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;LivekitSip.CreateSIPTrunkRequest.BuilderclearInboundAddresses()CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;LivekitSip.CreateSIPTrunkRequest.BuilderaddInboundAddressesBytes(ByteString value)CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;StringgetOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 2;ByteStringgetOutboundAddressBytes()IP that SIP INVITE is sent toostring outbound_address = 2;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundAddress(String value)IP that SIP INVITE is sent toostring outbound_address = 2;LivekitSip.CreateSIPTrunkRequest.BuilderclearOutboundAddress()IP that SIP INVITE is sent toostring outbound_address = 2;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundAddressBytes(ByteString value)IP that SIP INVITE is sent toostring outbound_address = 2;StringgetOutboundNumber()Number used to make outbound callsstring outbound_number = 3;ByteStringgetOutboundNumberBytes()Number used to make outbound callsstring outbound_number = 3;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundNumber(String value)Number used to make outbound callsstring outbound_number = 3;LivekitSip.CreateSIPTrunkRequest.BuilderclearOutboundNumber()Number used to make outbound callsstring outbound_number = 3;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundNumberBytes(ByteString value)Number used to make outbound callsstring outbound_number = 3;List<String>getInboundNumbersRegexList()repeated string inbound_numbers_regex = 4 [deprecated = true];intgetInboundNumbersRegexCount()repeated string inbound_numbers_regex = 4 [deprecated = true];StringgetInboundNumbersRegex(int index)repeated string inbound_numbers_regex = 4 [deprecated = true];ByteStringgetInboundNumbersRegexBytes(int index)repeated string inbound_numbers_regex = 4 [deprecated = true];LivekitSip.CreateSIPTrunkRequest.BuildersetInboundNumbersRegex(int index, String value)repeated string inbound_numbers_regex = 4 [deprecated = true];LivekitSip.CreateSIPTrunkRequest.BuilderaddInboundNumbersRegex(String value)repeated string inbound_numbers_regex = 4 [deprecated = true];LivekitSip.CreateSIPTrunkRequest.BuilderaddAllInboundNumbersRegex(Iterable<String> values)repeated string inbound_numbers_regex = 4 [deprecated = true];LivekitSip.CreateSIPTrunkRequest.BuilderclearInboundNumbersRegex()repeated string inbound_numbers_regex = 4 [deprecated = true];LivekitSip.CreateSIPTrunkRequest.BuilderaddInboundNumbersRegexBytes(ByteString value)repeated string inbound_numbers_regex = 4 [deprecated = true];List<String>getInboundNumbersList()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;intgetInboundNumbersCount()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;StringgetInboundNumbers(int index)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;ByteStringgetInboundNumbersBytes(int index)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;LivekitSip.CreateSIPTrunkRequest.BuildersetInboundNumbers(int index, String value)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;LivekitSip.CreateSIPTrunkRequest.BuilderaddInboundNumbers(String value)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;LivekitSip.CreateSIPTrunkRequest.BuilderaddAllInboundNumbers(Iterable<String> values)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;LivekitSip.CreateSIPTrunkRequest.BuilderclearInboundNumbers()Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;LivekitSip.CreateSIPTrunkRequest.BuilderaddInboundNumbersBytes(ByteString value)Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;StringgetInboundUsername()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;ByteStringgetInboundUsernameBytes()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;LivekitSip.CreateSIPTrunkRequest.BuildersetInboundUsername(String value)Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;LivekitSip.CreateSIPTrunkRequest.BuilderclearInboundUsername()Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;LivekitSip.CreateSIPTrunkRequest.BuildersetInboundUsernameBytes(ByteString value)Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;StringgetInboundPassword()string inbound_password = 6;ByteStringgetInboundPasswordBytes()string inbound_password = 6;LivekitSip.CreateSIPTrunkRequest.BuildersetInboundPassword(String value)string inbound_password = 6;LivekitSip.CreateSIPTrunkRequest.BuilderclearInboundPassword()string inbound_password = 6;LivekitSip.CreateSIPTrunkRequest.BuildersetInboundPasswordBytes(ByteString value)string inbound_password = 6;StringgetOutboundUsername()string outbound_username = 7;ByteStringgetOutboundUsernameBytes()string outbound_username = 7;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundUsername(String value)string outbound_username = 7;LivekitSip.CreateSIPTrunkRequest.BuilderclearOutboundUsername()string outbound_username = 7;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundUsernameBytes(ByteString value)string outbound_username = 7;StringgetOutboundPassword()string outbound_password = 8;ByteStringgetOutboundPasswordBytes()string outbound_password = 8;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundPassword(String value)string outbound_password = 8;LivekitSip.CreateSIPTrunkRequest.BuilderclearOutboundPassword()string outbound_password = 8;LivekitSip.CreateSIPTrunkRequest.BuildersetOutboundPasswordBytes(ByteString value)string outbound_password = 8;StringgetName()Optional human-readable name for the Trunk.string name = 10;ByteStringgetNameBytes()Optional human-readable name for the Trunk.string name = 10;LivekitSip.CreateSIPTrunkRequest.BuildersetName(String value)Optional human-readable name for the Trunk.string name = 10;LivekitSip.CreateSIPTrunkRequest.BuilderclearName()Optional human-readable name for the Trunk.string name = 10;LivekitSip.CreateSIPTrunkRequest.BuildersetNameBytes(ByteString value)Optional human-readable name for the Trunk.string name = 10;StringgetMetadata()Optional user-defined metadata for the Trunk.string metadata = 11;ByteStringgetMetadataBytes()Optional user-defined metadata for the Trunk.string metadata = 11;LivekitSip.CreateSIPTrunkRequest.BuildersetMetadata(String value)Optional user-defined metadata for the Trunk.string metadata = 11;LivekitSip.CreateSIPTrunkRequest.BuilderclearMetadata()Optional user-defined metadata for the Trunk.string metadata = 11;LivekitSip.CreateSIPTrunkRequest.BuildersetMetadataBytes(ByteString value)Optional user-defined metadata for the Trunk.string metadata = 11;-
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
-
getInboundAddressesList
List<String> getInboundAddressesList()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;
-
getInboundAddressesCount
int getInboundAddressesCount()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;
-
getInboundAddresses
String getInboundAddresses(int index)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;- Parameters:
index- The index of the element to return.
-
getInboundAddressesBytes
ByteString getInboundAddressesBytes(int index)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;- Parameters:
index- The index of the value to return.
-
setInboundAddresses
LivekitSip.CreateSIPTrunkRequest.Builder setInboundAddresses(int index, String value)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;- Parameters:
index- The index to set the value at.value- The inboundAddresses to set.
-
addInboundAddresses
LivekitSip.CreateSIPTrunkRequest.Builder addInboundAddresses(String value)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;- Parameters:
value- The inboundAddresses to add.
-
addAllInboundAddresses
LivekitSip.CreateSIPTrunkRequest.Builder addAllInboundAddresses(Iterable<String> values)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;- Parameters:
values- The inboundAddresses to add.
-
clearInboundAddresses
LivekitSip.CreateSIPTrunkRequest.Builder clearInboundAddresses()
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;
-
addInboundAddressesBytes
LivekitSip.CreateSIPTrunkRequest.Builder addInboundAddressesBytes(ByteString value)
CIDR or IPs that traffic is accepted from An empty list means all inbound traffic is accepted.repeated string inbound_addresses = 1;- Parameters:
value- The bytes of the inboundAddresses to add.
-
getOutboundAddress
String getOutboundAddress()
IP that SIP INVITE is sent toostring outbound_address = 2;
-
getOutboundAddressBytes
ByteString getOutboundAddressBytes()
IP that SIP INVITE is sent toostring outbound_address = 2;
-
setOutboundAddress
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundAddress(String value)
IP that SIP INVITE is sent toostring outbound_address = 2;- Parameters:
value- The outboundAddress to set.
-
clearOutboundAddress
LivekitSip.CreateSIPTrunkRequest.Builder clearOutboundAddress()
IP that SIP INVITE is sent toostring outbound_address = 2;
-
setOutboundAddressBytes
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundAddressBytes(ByteString value)
IP that SIP INVITE is sent toostring outbound_address = 2;- Parameters:
value- The bytes for outboundAddress to set.
-
getOutboundNumber
String getOutboundNumber()
Number used to make outbound callsstring outbound_number = 3;
-
getOutboundNumberBytes
ByteString getOutboundNumberBytes()
Number used to make outbound callsstring outbound_number = 3;
-
setOutboundNumber
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundNumber(String value)
Number used to make outbound callsstring outbound_number = 3;- Parameters:
value- The outboundNumber to set.
-
clearOutboundNumber
LivekitSip.CreateSIPTrunkRequest.Builder clearOutboundNumber()
Number used to make outbound callsstring outbound_number = 3;
-
setOutboundNumberBytes
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundNumberBytes(ByteString value)
Number used to make outbound callsstring outbound_number = 3;- Parameters:
value- The bytes for outboundNumber to set.
-
getInboundNumbersRegexList
@Deprecated() List<String> getInboundNumbersRegexList()
repeated string inbound_numbers_regex = 4 [deprecated = true];
-
getInboundNumbersRegexCount
@Deprecated() int getInboundNumbersRegexCount()
repeated string inbound_numbers_regex = 4 [deprecated = true];
-
getInboundNumbersRegex
@Deprecated() String getInboundNumbersRegex(int index)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getInboundNumbersRegexBytes
@Deprecated() ByteString getInboundNumbersRegexBytes(int index)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
index- The index of the value to return.
-
setInboundNumbersRegex
@Deprecated() LivekitSip.CreateSIPTrunkRequest.Builder setInboundNumbersRegex(int index, String value)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
index- The index to set the value at.value- The inboundNumbersRegex to set.
-
addInboundNumbersRegex
@Deprecated() LivekitSip.CreateSIPTrunkRequest.Builder addInboundNumbersRegex(String value)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
value- The inboundNumbersRegex to add.
-
addAllInboundNumbersRegex
@Deprecated() LivekitSip.CreateSIPTrunkRequest.Builder addAllInboundNumbersRegex(Iterable<String> values)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
values- The inboundNumbersRegex to add.
-
clearInboundNumbersRegex
@Deprecated() LivekitSip.CreateSIPTrunkRequest.Builder clearInboundNumbersRegex()
repeated string inbound_numbers_regex = 4 [deprecated = true];
-
addInboundNumbersRegexBytes
@Deprecated() LivekitSip.CreateSIPTrunkRequest.Builder addInboundNumbersRegexBytes(ByteString value)
repeated string inbound_numbers_regex = 4 [deprecated = true];- Parameters:
value- The bytes of the inboundNumbersRegex to add.
-
getInboundNumbersList
List<String> getInboundNumbersList()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;
-
getInboundNumbersCount
int getInboundNumbersCount()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;
-
getInboundNumbers
String getInboundNumbers(int index)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;- Parameters:
index- The index of the element to return.
-
getInboundNumbersBytes
ByteString getInboundNumbersBytes(int index)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;- Parameters:
index- The index of the value to return.
-
setInboundNumbers
LivekitSip.CreateSIPTrunkRequest.Builder setInboundNumbers(int index, String value)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;- Parameters:
index- The index to set the value at.value- The inboundNumbers to set.
-
addInboundNumbers
LivekitSip.CreateSIPTrunkRequest.Builder addInboundNumbers(String value)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;- Parameters:
value- The inboundNumbers to add.
-
addAllInboundNumbers
LivekitSip.CreateSIPTrunkRequest.Builder addAllInboundNumbers(Iterable<String> values)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;- Parameters:
values- The inboundNumbers to add.
-
clearInboundNumbers
LivekitSip.CreateSIPTrunkRequest.Builder clearInboundNumbers()
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;
-
addInboundNumbersBytes
LivekitSip.CreateSIPTrunkRequest.Builder addInboundNumbersBytes(ByteString value)
Accepted `To` values. This Trunk will only accept a call made to these numbers. This allows you to have distinct Trunks for different phone numbers at the same provider.repeated string inbound_numbers = 9;- Parameters:
value- The bytes of the inboundNumbers to add.
-
getInboundUsername
String getInboundUsername()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;
-
getInboundUsernameBytes
ByteString getInboundUsernameBytes()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;
-
setInboundUsername
LivekitSip.CreateSIPTrunkRequest.Builder setInboundUsername(String value)
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;- Parameters:
value- The inboundUsername to set.
-
clearInboundUsername
LivekitSip.CreateSIPTrunkRequest.Builder clearInboundUsername()
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;
-
setInboundUsernameBytes
LivekitSip.CreateSIPTrunkRequest.Builder setInboundUsernameBytes(ByteString value)
Username and password used to authenticate inbound and outbound SIP invites May be empty to have no Authenticationstring inbound_username = 5;- Parameters:
value- The bytes for inboundUsername to set.
-
getInboundPassword
String getInboundPassword()
string inbound_password = 6;
-
getInboundPasswordBytes
ByteString getInboundPasswordBytes()
string inbound_password = 6;
-
setInboundPassword
LivekitSip.CreateSIPTrunkRequest.Builder setInboundPassword(String value)
string inbound_password = 6;- Parameters:
value- The inboundPassword to set.
-
clearInboundPassword
LivekitSip.CreateSIPTrunkRequest.Builder clearInboundPassword()
string inbound_password = 6;
-
setInboundPasswordBytes
LivekitSip.CreateSIPTrunkRequest.Builder setInboundPasswordBytes(ByteString value)
string inbound_password = 6;- Parameters:
value- The bytes for inboundPassword to set.
-
getOutboundUsername
String getOutboundUsername()
string outbound_username = 7;
-
getOutboundUsernameBytes
ByteString getOutboundUsernameBytes()
string outbound_username = 7;
-
setOutboundUsername
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundUsername(String value)
string outbound_username = 7;- Parameters:
value- The outboundUsername to set.
-
clearOutboundUsername
LivekitSip.CreateSIPTrunkRequest.Builder clearOutboundUsername()
string outbound_username = 7;
-
setOutboundUsernameBytes
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundUsernameBytes(ByteString value)
string outbound_username = 7;- Parameters:
value- The bytes for outboundUsername to set.
-
getOutboundPassword
String getOutboundPassword()
string outbound_password = 8;
-
getOutboundPasswordBytes
ByteString getOutboundPasswordBytes()
string outbound_password = 8;
-
setOutboundPassword
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundPassword(String value)
string outbound_password = 8;- Parameters:
value- The outboundPassword to set.
-
clearOutboundPassword
LivekitSip.CreateSIPTrunkRequest.Builder clearOutboundPassword()
string outbound_password = 8;
-
setOutboundPasswordBytes
LivekitSip.CreateSIPTrunkRequest.Builder setOutboundPasswordBytes(ByteString value)
string outbound_password = 8;- Parameters:
value- The bytes for outboundPassword to set.
-
getNameBytes
ByteString getNameBytes()
Optional human-readable name for the Trunk.string name = 10;
-
setName
LivekitSip.CreateSIPTrunkRequest.Builder setName(String value)
Optional human-readable name for the Trunk.string name = 10;- Parameters:
value- The name to set.
-
clearName
LivekitSip.CreateSIPTrunkRequest.Builder clearName()
Optional human-readable name for the Trunk.string name = 10;
-
setNameBytes
LivekitSip.CreateSIPTrunkRequest.Builder setNameBytes(ByteString value)
Optional human-readable name for the Trunk.string name = 10;- Parameters:
value- The bytes for name to set.
-
getMetadata
String getMetadata()
Optional user-defined metadata for the Trunk.string metadata = 11;
-
getMetadataBytes
ByteString getMetadataBytes()
Optional user-defined metadata for the Trunk.string metadata = 11;
-
setMetadata
LivekitSip.CreateSIPTrunkRequest.Builder setMetadata(String value)
Optional user-defined metadata for the Trunk.string metadata = 11;- Parameters:
value- The metadata to set.
-
clearMetadata
LivekitSip.CreateSIPTrunkRequest.Builder clearMetadata()
Optional user-defined metadata for the Trunk.string metadata = 11;
-
setMetadataBytes
LivekitSip.CreateSIPTrunkRequest.Builder setMetadataBytes(ByteString value)
Optional user-defined metadata for the Trunk.string metadata = 11;- Parameters:
value- The bytes for metadata to set.
-
-
-
-