REST Resource: stats.query.searchapplications
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: GetSearchApplicationQueryStatsResponse
Formato della risposta per ottenere le statistiche sulle query per un'applicazione di ricerca tra date specifiche.
Campi |
stats[] |
object (SearchApplicationQueryStats )
Statistiche sulle query per data per un'applicazione di ricerca.
|
totalQueryCount |
string (int64 format)
Conteggio totale delle query riuscite (codice di stato 200) per l'intervallo di date specificato.
|
SearchApplicationQueryStats
Statistiche sulle query a livello di applicazione di ricerca per data
Rappresentazione JSON |
{
"date": {
object (Date )
},
"queryCountByStatus": [
{
object (QueryCountByStatus )
}
]
} |
Campi |
date |
object (Date )
La data per cui sono state calcolate le statistiche delle query. Vengono restituite le statistiche calcolate il giorno successivo verso mezzanotte.
|
queryCountByStatus[] |
object (QueryCountByStatus )
|
QueryCountByStatus
Rappresentazione JSON |
{
"statusCode": integer,
"count": string
} |
Campi |
statusCode |
integer
Questo rappresenta il codice di stato HTTP.
|
count |
string (int64 format)
|
Metodi |
|
Visualizza le statistiche sulle query per l'applicazione di ricerca. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# REST Resource: stats.query.searchapplications\n\n- [Resource: GetSearchApplicationQueryStatsResponse](#GetSearchApplicationQueryStatsResponse)\n - [JSON representation](#GetSearchApplicationQueryStatsResponse.SCHEMA_REPRESENTATION)\n- [SearchApplicationQueryStats](#SearchApplicationQueryStats)\n - [JSON representation](#SearchApplicationQueryStats.SCHEMA_REPRESENTATION)\n- [QueryCountByStatus](#QueryCountByStatus)\n - [JSON representation](#QueryCountByStatus.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetSearchApplicationQueryStatsResponse\n------------------------------------------------\n\nResponse format for getting query stats for a search application between given dates.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats) } ], \"totalQueryCount\": string } ``` |\n\n| Fields ||\n|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[SearchApplicationQueryStats](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats)`)` Query stats per date for a search application. |\n| `totalQueryCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Total successful query count (status code 200) for the given date range. |\n\nSearchApplicationQueryStats\n---------------------------\n\nSearch application level query stats per date\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"queryCountByStatus\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus) } ] } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which query stats were calculated. Stats calculated on the next day close to midnight are returned. |\n| `queryCountByStatus[]` | `object (`[QueryCountByStatus](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus)`)` |\n\nQueryCountByStatus\n------------------\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"statusCode\": integer, \"count\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------|\n| `statusCode` | `integer` This represents the http status code. |\n| `count` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|--------------------------------------------------|\n| ### [get](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications/get) | Get the query statistics for search application. |"]]