Der mögliche Detaillierungsgrad eines Zählungsergebnisses.
Enums
COUNT_RESULT_VIEW_UNSPECIFIED
Standard. Entspricht TOTAL_COUNT.
TOTAL_COUNT
Die Antwort enthält die Anzahl der Konten insgesamt, der abgefragten Konten, der übereinstimmenden Konten, der nicht abfragbaren Konten und der Fehler bei der Abfrage von Konten.
ALL
Die Antwort enthält dieselben Details wie TOTAL_COUNT sowie eine zusätzliche Kontoaufschlüsselung.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-02-06 (UTC)."],[[["Counts the total number of accounts processed within a specified matter using a provided search query."],["The request requires specifying the matter ID and a search query in the request body."],["You can control the level of detail (granularity) in the count results using the `view` parameter."],["Requires authorization with the `https://www.googleapis.com/auth/ediscovery` scope."]]],["This outlines a process for counting accounts via a `POST` request to `https://vault.googleapis.com/v1/matters/{matterId}:count`, using gRPC Transcoding syntax. The `matterId` is specified as a path parameter. The request body utilizes a JSON structure to send a `query` object and the desired `view` granularity from `CountResultView`. The `CountResultView` defines the results granularity. A successful request returns an `Operation` instance. Authorization requires the `https://www.googleapis.com/auth/ediscovery` scope.\n"]]