-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitPhoneNumber.SearchPhoneNumbersRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetCountryCode()Optional: Filter by country code (e.g., "US", "CA")string country_code = 1;abstract ByteStringgetCountryCodeBytes()Optional: Filter by country code (e.g., "US", "CA")string country_code = 1;abstract StringgetAreaCode()Optional: Filter by area code (e.g., "415")string area_code = 2;abstract ByteStringgetAreaCodeBytes()Optional: Filter by area code (e.g., "415")string area_code = 2;abstract intgetLimit()Optional: Maximum number of results (default: 50)int32 limit = 3;abstract booleanhasPageToken()Optional: Token for pagination (empty for first page).livekit.TokenPagination page_token = 4;abstract LivekitModels.TokenPaginationgetPageToken()Optional: Token for pagination (empty for first page).livekit.TokenPagination page_token = 4;-
-
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;
-
getPageToken
abstract LivekitModels.TokenPagination getPageToken()
Optional: Token for pagination (empty for first page).livekit.TokenPagination page_token = 4;
-
-
-
-