Method: matters.count
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Conta gli account elaborati dalla query specificata.
Richiesta HTTP
POST https://vault.googleapis.com/v1/matters/{matterId}:count
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
matterId |
string
L'ID della richiesta.
|
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Campi |
query |
object (Query )
La query di ricerca.
|
view |
enum (CountResultView )
Imposta la granularità dei risultati del conteggio.
|
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Operation
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/ediscovery
Per ulteriori informazioni, consulta la Guida all'autorizzazione.
CountResultView
Il possibile livello di granularità di un risultato di conteggio.
Enum |
COUNT_RESULT_VIEW_UNSPECIFIED |
Predefinita. Uguale a TOTAL_COUNT. |
TOTAL_COUNT |
La risposta include i conteggi degli account totali, degli account sottoposti a query, degli account corrispondenti, degli account non interrogabili e degli errori relativi agli account sottoposti a query. |
ALL |
La risposta include gli stessi dettagli di TOTAL_COUNT, oltre a una suddivisione aggiuntiva dell'account. |
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,["# Method: matters.count\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [CountResultView](#CountResultView)\n- [Try it!](#try-it)\n\nCounts the accounts processed by the specified query.\n\n### HTTP request\n\n`POST https://vault.googleapis.com/v1/matters/{matterId}:count`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-------------------------|\n| `matterId` | `string` The matter ID. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"query\": { object (/workspace/vault/reference/rest/v1/Query) }, \"view\": enum (/workspace/vault/reference/rest/v1/matters/count#CountResultView) } ``` |\n\n| Fields ||\n|---------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| `query` | `object (`[Query](/workspace/vault/reference/rest/v1/Query)`)` The search query. |\n| `view` | `enum (`[CountResultView](/workspace/vault/reference/rest/v1/matters/count#CountResultView)`)` Sets the granularity of the count results. |\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/workspace/vault/reference/rest/v1/operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/ediscovery`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nCountResultView\n---------------\n\nThe possible granularity level of a count result.\n\n| Enums ||\n|---------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `COUNT_RESULT_VIEW_UNSPECIFIED` | Default. Same as **TOTAL_COUNT**. |\n| `TOTAL_COUNT` | Response includes counts of the total accounts, queried accounts, matching accounts, non-queryable accounts, and queried account errors. |\n| `ALL` | Response includes the same details as **TOTAL_COUNT**, plus additional account breakdown. |"]]