-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitPhoneNumber.PhoneNumberOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()Unique identifierstring id = 1;abstract ByteStringgetIdBytes()Unique identifierstring id = 1;abstract StringgetE164Format()Phone number in E.164 format (e.g., "+14155552671")string e164_format = 2;abstract ByteStringgetE164FormatBytes()Phone number in E.164 format (e.g., "+14155552671")string e164_format = 2;abstract StringgetCountryCode()Country code (e.g., "US")string country_code = 3;abstract ByteStringgetCountryCodeBytes()Country code (e.g., "US")string country_code = 3;abstract StringgetAreaCode()Area code (e.g., "415")string area_code = 4;abstract ByteStringgetAreaCodeBytes()Area code (e.g., "415")string area_code = 4;abstract intgetNumberTypeValue()Number type (mobile, local, toll-free, unknown).livekit.PhoneNumberType number_type = 5;abstract LivekitPhoneNumber.PhoneNumberTypegetNumberType()Number type (mobile, local, toll-free, unknown).livekit.PhoneNumberType number_type = 5;abstract StringgetLocality()City/locality (e.g., "San Francisco")string locality = 6;abstract ByteStringgetLocalityBytes()City/locality (e.g., "San Francisco")string locality = 6;abstract StringgetRegion()State/region (e.g., "CA")string region = 7;abstract ByteStringgetRegionBytes()State/region (e.g., "CA")string region = 7;abstract doublegetSpamScore()Spam score for fraud detectiondouble spam_score = 8;abstract booleanhasCreatedAt()Creation timestamp.google.protobuf.Timestamp created_at = 9;abstract TimestampgetCreatedAt()Creation timestamp.google.protobuf.Timestamp created_at = 9;abstract booleanhasUpdatedAt()Last update timestamp.google.protobuf.Timestamp updated_at = 10;abstract TimestampgetUpdatedAt()Last update timestamp.google.protobuf.Timestamp updated_at = 10;abstract List<String>getCapabilitiesList()Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;abstract intgetCapabilitiesCount()Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;abstract StringgetCapabilities(int index)Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;abstract ByteStringgetCapabilitiesBytes(int index)Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;abstract intgetStatusValue()Current status.livekit.PhoneNumberStatus status = 12;abstract LivekitPhoneNumber.PhoneNumberStatusgetStatus()Current status.livekit.PhoneNumberStatus status = 12;abstract booleanhasAssignedAt()Assignment timestamp.google.protobuf.Timestamp assigned_at = 13;abstract TimestampgetAssignedAt()Assignment timestamp.google.protobuf.Timestamp assigned_at = 13;abstract booleanhasReleasedAt()Release timestamp (if applicable).google.protobuf.Timestamp released_at = 14;abstract TimestampgetReleasedAt()Release timestamp (if applicable).google.protobuf.Timestamp released_at = 14;abstract StringgetSipDispatchRuleId()Associated SIP dispatch rule IDstring sip_dispatch_rule_id = 15;abstract ByteStringgetSipDispatchRuleIdBytes()Associated SIP dispatch rule IDstring sip_dispatch_rule_id = 15;-
-
Method Detail
-
getIdBytes
abstract ByteString getIdBytes()
Unique identifierstring id = 1;
-
getE164Format
abstract String getE164Format()
Phone number in E.164 format (e.g., "+14155552671")string e164_format = 2;
-
getE164FormatBytes
abstract ByteString getE164FormatBytes()
Phone number in E.164 format (e.g., "+14155552671")string e164_format = 2;
-
getCountryCode
abstract String getCountryCode()
Country code (e.g., "US")string country_code = 3;
-
getCountryCodeBytes
abstract ByteString getCountryCodeBytes()
Country code (e.g., "US")string country_code = 3;
-
getAreaCode
abstract String getAreaCode()
Area code (e.g., "415")string area_code = 4;
-
getAreaCodeBytes
abstract ByteString getAreaCodeBytes()
Area code (e.g., "415")string area_code = 4;
-
getNumberTypeValue
abstract int getNumberTypeValue()
Number type (mobile, local, toll-free, unknown).livekit.PhoneNumberType number_type = 5;
-
getNumberType
abstract LivekitPhoneNumber.PhoneNumberType getNumberType()
Number type (mobile, local, toll-free, unknown).livekit.PhoneNumberType number_type = 5;
-
getLocality
abstract String getLocality()
City/locality (e.g., "San Francisco")string locality = 6;
-
getLocalityBytes
abstract ByteString getLocalityBytes()
City/locality (e.g., "San Francisco")string locality = 6;
-
getRegionBytes
abstract ByteString getRegionBytes()
State/region (e.g., "CA")string region = 7;
-
getSpamScore
abstract double getSpamScore()
Spam score for fraud detectiondouble spam_score = 8;
-
hasCreatedAt
abstract boolean hasCreatedAt()
Creation timestamp.google.protobuf.Timestamp created_at = 9;
-
getCreatedAt
abstract Timestamp getCreatedAt()
Creation timestamp.google.protobuf.Timestamp created_at = 9;
-
hasUpdatedAt
abstract boolean hasUpdatedAt()
Last update timestamp.google.protobuf.Timestamp updated_at = 10;
-
getUpdatedAt
abstract Timestamp getUpdatedAt()
Last update timestamp.google.protobuf.Timestamp updated_at = 10;
-
getCapabilitiesList
abstract List<String> getCapabilitiesList()
Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;
-
getCapabilitiesCount
abstract int getCapabilitiesCount()
Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;
-
getCapabilities
abstract String getCapabilities(int index)
Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;- Parameters:
index- The index of the element to return.
-
getCapabilitiesBytes
abstract ByteString getCapabilitiesBytes(int index)
Available capabilities (e.g., "voice", "sms")repeated string capabilities = 11;- Parameters:
index- The index of the element to return.
-
getStatusValue
abstract int getStatusValue()
Current status.livekit.PhoneNumberStatus status = 12;
-
getStatus
abstract LivekitPhoneNumber.PhoneNumberStatus getStatus()
Current status.livekit.PhoneNumberStatus status = 12;
-
hasAssignedAt
abstract boolean hasAssignedAt()
Assignment timestamp.google.protobuf.Timestamp assigned_at = 13;
-
getAssignedAt
abstract Timestamp getAssignedAt()
Assignment timestamp.google.protobuf.Timestamp assigned_at = 13;
-
hasReleasedAt
abstract boolean hasReleasedAt()
Release timestamp (if applicable).google.protobuf.Timestamp released_at = 14;
-
getReleasedAt
abstract Timestamp getReleasedAt()
Release timestamp (if applicable).google.protobuf.Timestamp released_at = 14;
-
getSipDispatchRuleId
abstract String getSipDispatchRuleId()
Associated SIP dispatch rule IDstring sip_dispatch_rule_id = 15;
-
getSipDispatchRuleIdBytes
abstract ByteString getSipDispatchRuleIdBytes()
Associated SIP dispatch rule IDstring sip_dispatch_rule_id = 15;
-
-
-
-