C D G M S T

C

constructCall(String, Vector) - Method in class com.google.soap.search.GoogleSearch
 

D

doGetCachedPage(String) - Method in class com.google.soap.search.GoogleSearch
Retrieve a cached web page from Google.
doSearch() - Method in class com.google.soap.search.GoogleSearch
Invoke the Google search.
doSpellingSuggestion(String) - Method in class com.google.soap.search.GoogleSearch
Ask Google to return a spelling suggestion for a word or phrase.

G

getCachedSize() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns the size in kilobytes of the cached version.
getCause() - Method in class com.google.soap.search.GoogleSearchFault
Returns the underlying exception that caused this search fault, or null if no cause exception is available.
getDirectoryCategories() - Method in class com.google.soap.search.GoogleSearchResult
Returns an array of directory categories for this result.
getDirectoryCategory() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns the directory category of this result element
getDirectoryTitle() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns the title that appears in the directory if this document is contained in the ODP directory.
getDocumentFiltering() - Method in class com.google.soap.search.GoogleSearchResult
Returns true if and only if filtering was performed on the search results, which happens only if: (a) you requested filtering, and (b) filtering actually occurred.
getEndIndex() - Method in class com.google.soap.search.GoogleSearchResult
Returns the index (1-based) of the last search result in the result elements.
getEstimatedTotalResultsCount() - Method in class com.google.soap.search.GoogleSearchResult
Returns the estimated total number of results returned for the query.
getEstimateIsExact() - Method in class com.google.soap.search.GoogleSearchResult
Returns true if and only if the estimated number of results is exact.
getFullViewableName() - Method in class com.google.soap.search.GoogleSearchDirectoryCategory
Returns the ODP directory name for the current ODP category
getHostName() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns the host name in the case where multiple results come from a single host.
getRelatedInformationPresent() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns true if and only if the "related:" special query term is supported for this URL.
getResultElements() - Method in class com.google.soap.search.GoogleSearchResult
Returns an array of result elements.
getSearchComments() - Method in class com.google.soap.search.GoogleSearchResult
Returns string intended for display to an end user.
getSearchQuery() - Method in class com.google.soap.search.GoogleSearchResult
Returns the query string that generated this result.
getSearchTime() - Method in class com.google.soap.search.GoogleSearchResult
Returns total server time to process the query (in seconds).
getSearchTips() - Method in class com.google.soap.search.GoogleSearchResult
Returns a string intended for display to the end user; provides instructive suggestions on how to use Google.
getSnippet() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns a snippet which shows the query in context on the URL where it appears.
getSpecialEncoding() - Method in class com.google.soap.search.GoogleSearchDirectoryCategory
Returns the encoding scheme of the directory information.
getStartIndex() - Method in class com.google.soap.search.GoogleSearchResult
Returns the index (1-based) of the first search result in the result elements.
getSummary() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns the ODP summary if this document is contained in the ODP directory.
getTitle() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns the title of the search result, formatted as HTML.
getURL() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns the absolute URL of the search result
GoogleAPIDemo - class com.google.soap.search.GoogleAPIDemo.
The GoogleAPIDemo is a demonstration of using the Google Web APIs for search and fetching pages from the cache.
GoogleAPIDemo() - Constructor for class com.google.soap.search.GoogleAPIDemo
 
GoogleSearch - class com.google.soap.search.GoogleSearch.
The GoogleSearch class encapsulates access to the Google Web APIs.
GoogleSearch() - Constructor for class com.google.soap.search.GoogleSearch
Construct a new instance of a GoogleSearch client.
GoogleSearchDirectoryCategory - class com.google.soap.search.GoogleSearchDirectoryCategory.
GoogleSearchDirectoryCategory encapsulates the directory category portion of GoogleSearchResult.
GoogleSearchDirectoryCategory() - Constructor for class com.google.soap.search.GoogleSearchDirectoryCategory
 
GoogleSearchFault - exception com.google.soap.search.GoogleSearchFault.
GoogleSearchFault is an exception that encapsulates various errors that can occur when a Google API call is made.
GoogleSearchFault() - Constructor for class com.google.soap.search.GoogleSearchFault
 
GoogleSearchFault(String) - Constructor for class com.google.soap.search.GoogleSearchFault
 
GoogleSearchFault(String, Throwable) - Constructor for class com.google.soap.search.GoogleSearchFault
 
GoogleSearchFault(Throwable) - Constructor for class com.google.soap.search.GoogleSearchFault
 
GoogleSearchResult - class com.google.soap.search.GoogleSearchResult.
GoogleSearchResult encapsulates the complete results returned by the Google Web APIs search call.
GoogleSearchResult() - Constructor for class com.google.soap.search.GoogleSearchResult
 
GoogleSearchResultElement - class com.google.soap.search.GoogleSearchResultElement.
GoogleSearchResultElement contains an individual search result component of a GoogleSearchResult.
GoogleSearchResultElement() - Constructor for class com.google.soap.search.GoogleSearchResultElement
 

M

main(String[]) - Static method in class com.google.soap.search.GoogleAPIDemo
Demonstration program to call the Google Web APIs service.

S

setCachedSize(String) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setDirectoryCategories(GoogleSearchDirectoryCategory[]) - Method in class com.google.soap.search.GoogleSearchResult
 
setDirectoryCategory(GoogleSearchDirectoryCategory) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setDirectoryTitle(String) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setDocumentFiltering(boolean) - Method in class com.google.soap.search.GoogleSearchResult
 
setEndIndex(int) - Method in class com.google.soap.search.GoogleSearchResult
 
setEstimatedTotalResultsCount(int) - Method in class com.google.soap.search.GoogleSearchResult
 
setEstimateIsExact(boolean) - Method in class com.google.soap.search.GoogleSearchResult
 
setFilter(boolean) - Method in class com.google.soap.search.GoogleSearch
Enable or disable the "related-queries" filter.
setFullViewableName(String) - Method in class com.google.soap.search.GoogleSearchDirectoryCategory
 
setHostName(String) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setInputEncoding(String) - Method in class com.google.soap.search.GoogleSearch
Deprecated. The server expects all API calls with UTF-8 encoding.
setKey(String) - Method in class com.google.soap.search.GoogleSearch
Set the user key used for authorization by Google SOAP server.
setLanguageRestricts(String) - Method in class com.google.soap.search.GoogleSearch
Set the language restricts for the search.
setMaxResults(int) - Method in class com.google.soap.search.GoogleSearch
Set the maximum number of results to be returned.
setOutputEncoding(String) - Method in class com.google.soap.search.GoogleSearch
Deprecated. The server expects all API calls with UTF-8 encoding.
setProxyHost(String) - Method in class com.google.soap.search.GoogleSearch
Set a host to use as an HTTP proxy.
setProxyPassword(String) - Method in class com.google.soap.search.GoogleSearch
Set the username required for the HTTP proxy.
setProxyPort(int) - Method in class com.google.soap.search.GoogleSearch
Set a port to use as an HTTP proxy.
setProxyUserName(String) - Method in class com.google.soap.search.GoogleSearch
Set the username required for the HTTP proxy.
setQueryString(String) - Method in class com.google.soap.search.GoogleSearch
Set the query string for this search.
setRelatedInformationPresent(boolean) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setRestrict(String) - Method in class com.google.soap.search.GoogleSearch
Set the restrict.
setResultElements(GoogleSearchResultElement[]) - Method in class com.google.soap.search.GoogleSearchResult
 
setSafeSearch(boolean) - Method in class com.google.soap.search.GoogleSearch
Enable or disable SafeSearch.
setSearchComments(String) - Method in class com.google.soap.search.GoogleSearchResult
 
setSearchQuery(String) - Method in class com.google.soap.search.GoogleSearchResult
 
setSearchTime(double) - Method in class com.google.soap.search.GoogleSearchResult
 
setSearchTips(String) - Method in class com.google.soap.search.GoogleSearchResult
 
setSnippet(String) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setSoapServiceURL(String) - Method in class com.google.soap.search.GoogleSearch
Set the URL of the Google SOAP Search service.
setSpecialEncoding(String) - Method in class com.google.soap.search.GoogleSearchDirectoryCategory
 
setStartIndex(int) - Method in class com.google.soap.search.GoogleSearchResult
 
setStartResult(int) - Method in class com.google.soap.search.GoogleSearch
Set the index of the first result to be returned.
setSummary(String) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setTitle(String) - Method in class com.google.soap.search.GoogleSearchResultElement
 
setURL(String) - Method in class com.google.soap.search.GoogleSearchResultElement
 

T

toString() - Method in class com.google.soap.search.GoogleSearchDirectoryCategory
Returns a formatted string representation of a Google search directory category.
toString() - Method in class com.google.soap.search.GoogleSearchResult
Returns a nicely formatted representation of a Google search result.
toString() - Method in class com.google.soap.search.GoogleSearchResultElement
Returns a nicely formatted string representation of a Google search result element.

C D G M S T