Package 

Interface LivekitPhoneNumber.SearchPhoneNumbersRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getCountryCode()
      Optional: Filter by country code (e.g., "US", "CA")
      
      string country_code = 1;
      abstract ByteString getCountryCodeBytes()
      Optional: Filter by country code (e.g., "US", "CA")
      
      string country_code = 1;
      abstract String getAreaCode()
      Optional: Filter by area code (e.g., "415")
      
      string area_code = 2;
      abstract ByteString getAreaCodeBytes()
      Optional: Filter by area code (e.g., "415")
      
      string area_code = 2;
      abstract int getLimit()
      Optional: Maximum number of results (default: 50)
      
      int32 limit = 3;
      abstract boolean hasPageToken()
      Optional: Token for pagination (empty for first page)
      
      .livekit.TokenPagination page_token = 4;
      abstract LivekitModels.TokenPagination getPageToken()
      Optional: Token for pagination (empty for first page)
      
      .livekit.TokenPagination page_token = 4;
      • 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

      • getCountryCode

         abstract String getCountryCode()
        Optional: Filter by country code (e.g., "US", "CA")
        
        string country_code = 1;
      • getCountryCodeBytes

         abstract ByteString getCountryCodeBytes()
        Optional: Filter by country code (e.g., "US", "CA")
        
        string country_code = 1;
      • getAreaCode

         abstract String getAreaCode()
        Optional: Filter by area code (e.g., "415")
        
        string area_code = 2;
      • getAreaCodeBytes

         abstract ByteString getAreaCodeBytes()
        Optional: Filter by area code (e.g., "415")
        
        string area_code = 2;
      • getLimit

         abstract int getLimit()
        Optional: Maximum number of results (default: 50)
        
        int32 limit = 3;
      • hasPageToken

         abstract boolean hasPageToken()
        Optional: Token for pagination (empty for first page)
        
        .livekit.TokenPagination page_token = 4;