התגובה כוללת ספירה של סך כל החשבונות, חשבונות שהוגשה לגביהם שאילתה, חשבונות תואמים, חשבונות שלא ניתן להגיש לגביהם שאילתה ושגיאות בחשבונות שהוגשה לגביהם שאילתה.
ALL
התשובה כוללת את אותם פרטים כמו TOTAL_COUNT, וגם פירוט נוסף של החשבון.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]