target.apidocs.com.google.api.services.customsearch.Customsearch.Cse.html Maven / Gradle / Ivy
Customsearch.Cse (Custom Search API v1-rev20200401-1.30.9)
com.google.api.services.customsearch
Class Customsearch.Cse
- java.lang.Object
-
- com.google.api.services.customsearch.Customsearch.Cse
-
- Enclosing class:
- Customsearch
public class Customsearch.Cse
extends Object
The "cse" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Customsearch.Cse.List
class
Customsearch.Cse.Siterestrict
The "siterestrict" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Cse()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Customsearch.Cse.List
list(String q)
Returns metadata about the search performed, metadata about the custom search engine used for the
search, and the search results.
Customsearch.Cse.Siterestrict
siterestrict()
An accessor for creating requests from the Siterestrict collection.
-
-
Method Detail
-
list
public Customsearch.Cse.List list(String q)
throws IOException
Returns metadata about the search performed, metadata about the custom search engine used for the
search, and the search results.
Create a request for the method "cse.list".
This request holds the parameters needed by the customsearch server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
q
- Query
- Returns:
- the request
- Throws:
IOException
-
siterestrict
public Customsearch.Cse.Siterestrict siterestrict()
An accessor for creating requests from the Siterestrict collection.
The typical use is:
Customsearch customsearch = new Customsearch(...);
Customsearch.Siterestrict.List request = customsearch.siterestrict().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy