Package 

Interface LivekitPhoneNumber.UpdatePhoneNumberRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getId()
      Optional: Use phone number ID for direct lookup
      
      string id = 1;
      abstract ByteString getIdBytes()
      Optional: Use phone number ID for direct lookup
      
      string id = 1;
      abstract String getPhoneNumber()
      Optional: Use phone number string for lookup
      
      string phone_number = 2;
      abstract ByteString getPhoneNumberBytes()
      Optional: Use phone number string for lookup
      
      string phone_number = 2;
      abstract String getSipDispatchRuleId()
      Optional: SIP dispatch rule ID to assign to the phone number
      
      string sip_dispatch_rule_id = 3;
      abstract ByteString getSipDispatchRuleIdBytes()
      Optional: SIP dispatch rule ID to assign to the phone number
      
      string sip_dispatch_rule_id = 3;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

         abstract String getId()
        Optional: Use phone number ID for direct lookup
        
        string id = 1;
      • getIdBytes

         abstract ByteString getIdBytes()
        Optional: Use phone number ID for direct lookup
        
        string id = 1;
      • getPhoneNumber

         abstract String getPhoneNumber()
        Optional: Use phone number string for lookup
        
        string phone_number = 2;
      • getPhoneNumberBytes

         abstract ByteString getPhoneNumberBytes()
        Optional: Use phone number string for lookup
        
        string phone_number = 2;
      • getSipDispatchRuleId

         abstract String getSipDispatchRuleId()
        Optional: SIP dispatch rule ID to assign to the phone number
        
        string sip_dispatch_rule_id = 3;
      • getSipDispatchRuleIdBytes

         abstract ByteString getSipDispatchRuleIdBytes()
        Optional: SIP dispatch rule ID to assign to the phone number
        
        string sip_dispatch_rule_id = 3;