Google_Service_CloudSearch
extends Google_Service
in package
Service definition for CloudSearch (v1).
Cloud Search provides cloud-based search capabilities over G Suite data. The Cloud Search API allows indexing of non-G Suite data into Cloud Search.
For more information about this service, see the API Documentation
Tags
Table of Contents
- CLOUD_SEARCH = "https://www.googleapis.com/auth/cloud_search"
- Index and serve your organization's data with Cloud Search.
- CLOUD_SEARCH_DEBUG = "https://www.googleapis.com/auth/cloud_search.debug"
- Index and serve your organization's data with Cloud Search.
- CLOUD_SEARCH_INDEXING = "https://www.googleapis.com/auth/cloud_search.indexing"
- Index and serve your organization's data with Cloud Search.
- CLOUD_SEARCH_QUERY = "https://www.googleapis.com/auth/cloud_search.query"
- Search your organization's data in the Cloud Search index.
- CLOUD_SEARCH_SETTINGS = "https://www.googleapis.com/auth/cloud_search.settings"
- Index and serve your organization's data with Cloud Search.
- CLOUD_SEARCH_SETTINGS_INDEXING = "https://www.googleapis.com/auth/cloud_search.settings.indexing"
- Index and serve your organization's data with Cloud Search.
- CLOUD_SEARCH_SETTINGS_QUERY = "https://www.googleapis.com/auth/cloud_search.settings.query"
- Index and serve your organization's data with Cloud Search.
- CLOUD_SEARCH_STATS = "https://www.googleapis.com/auth/cloud_search.stats"
- Index and serve your organization's data with Cloud Search.
- CLOUD_SEARCH_STATS_INDEXING = "https://www.googleapis.com/auth/cloud_search.stats.indexing"
- Index and serve your organization's data with Cloud Search.
- $availableScopes : mixed
- $batchPath : mixed
- $debug_datasources_items : mixed
- $debug_datasources_items_unmappedids : mixed
- $debug_identitysources_items : mixed
- $debug_identitysources_unmappedids : mixed
- $indexing_datasources : mixed
- $indexing_datasources_items : mixed
- $media : mixed
- $operations : mixed
- $operations_lro : mixed
- $query : mixed
- $query_sources : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $settings_datasources : mixed
- $settings_searchapplications : mixed
- $stats : mixed
- $stats_index_datasources : mixed
- $stats_query_searchapplications : mixed
- $stats_session_searchapplications : mixed
- $stats_user_searchapplications : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the CloudSearch service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CLOUD_SEARCH
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH
= "https://www.googleapis.com/auth/cloud_search"
CLOUD_SEARCH_DEBUG
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH_DEBUG
= "https://www.googleapis.com/auth/cloud_search.debug"
CLOUD_SEARCH_INDEXING
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH_INDEXING
= "https://www.googleapis.com/auth/cloud_search.indexing"
CLOUD_SEARCH_QUERY
Search your organization's data in the Cloud Search index.
public
mixed
CLOUD_SEARCH_QUERY
= "https://www.googleapis.com/auth/cloud_search.query"
CLOUD_SEARCH_SETTINGS
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH_SETTINGS
= "https://www.googleapis.com/auth/cloud_search.settings"
CLOUD_SEARCH_SETTINGS_INDEXING
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH_SETTINGS_INDEXING
= "https://www.googleapis.com/auth/cloud_search.settings.indexing"
CLOUD_SEARCH_SETTINGS_QUERY
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH_SETTINGS_QUERY
= "https://www.googleapis.com/auth/cloud_search.settings.query"
CLOUD_SEARCH_STATS
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH_STATS
= "https://www.googleapis.com/auth/cloud_search.stats"
CLOUD_SEARCH_STATS_INDEXING
Index and serve your organization's data with Cloud Search.
public
mixed
CLOUD_SEARCH_STATS_INDEXING
= "https://www.googleapis.com/auth/cloud_search.stats.indexing"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$debug_datasources_items
public
mixed
$debug_datasources_items
$debug_datasources_items_unmappedids
public
mixed
$debug_datasources_items_unmappedids
$debug_identitysources_items
public
mixed
$debug_identitysources_items
$debug_identitysources_unmappedids
public
mixed
$debug_identitysources_unmappedids
$indexing_datasources
public
mixed
$indexing_datasources
$indexing_datasources_items
public
mixed
$indexing_datasources_items
$media
public
mixed
$media
$operations
public
mixed
$operations
$operations_lro
public
mixed
$operations_lro
$query
public
mixed
$query
$query_sources
public
mixed
$query_sources
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$settings_datasources
public
mixed
$settings_datasources
$settings_searchapplications
public
mixed
$settings_searchapplications
$stats
public
mixed
$stats
$stats_index_datasources
public
mixed
$stats_index_datasources
$stats_query_searchapplications
public
mixed
$stats_query_searchapplications
$stats_session_searchapplications
public
mixed
$stats_session_searchapplications
$stats_user_searchapplications
public
mixed
$stats_user_searchapplications
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the CloudSearch service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client