public class CloudSearch.Settings.Searchapplications
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudSearch.Settings.Searchapplications.Create |
class |
CloudSearch.Settings.Searchapplications.Delete |
class |
CloudSearch.Settings.Searchapplications.Get |
class |
CloudSearch.Settings.Searchapplications.List |
class |
CloudSearch.Settings.Searchapplications.Reset |
class |
CloudSearch.Settings.Searchapplications.Update |
| Constructor and Description |
|---|
Searchapplications() |
| Modifier and Type | Method and Description |
|---|---|
CloudSearch.Settings.Searchapplications.Create |
create(SearchApplication content)
Creates a search application.
|
CloudSearch.Settings.Searchapplications.Delete |
delete(java.lang.String name)
Deletes a search application.
|
CloudSearch.Settings.Searchapplications.Get |
get(java.lang.String name)
Gets the specified search application.
|
CloudSearch.Settings.Searchapplications.List |
list()
Lists all search applications.
|
CloudSearch.Settings.Searchapplications.Reset |
reset(java.lang.String name,
ResetSearchApplicationRequest content)
Resets a search application to default settings.
|
CloudSearch.Settings.Searchapplications.Update |
update(java.lang.String name,
SearchApplication content)
Updates a search application.
|
public CloudSearch.Settings.Searchapplications.Create create(SearchApplication content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the SearchApplicationjava.io.IOExceptionpublic CloudSearch.Settings.Searchapplications.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the search application to be deleted.
Format: applications/{application_id}.java.io.IOExceptionpublic CloudSearch.Settings.Searchapplications.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Name of the search application.
Format: applications/{application_id}.java.io.IOExceptionpublic CloudSearch.Settings.Searchapplications.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic CloudSearch.Settings.Searchapplications.Reset reset(java.lang.String name, ResetSearchApplicationRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the search application to be reset.
Format: applications/{application_id}.content - the ResetSearchApplicationRequestjava.io.IOExceptionpublic CloudSearch.Settings.Searchapplications.Update update(java.lang.String name, SearchApplication content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Name of the Search Application.
Format: searchapplications/{application_id}.content - the SearchApplicationjava.io.IOException