| Package | Description |
|---|---|
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GroupsCountResult |
GroupsCountResult.clone() |
GroupsCountResult |
CountArtifactsResponse.getGroupsCountResult()
Count metrics for Groups.
|
GroupsCountResult |
GroupsCountResult.set(String fieldName,
Object value) |
GroupsCountResult |
GroupsCountResult.setAccountCountErrors(List<AccountCountError> accountCountErrors)
Error occurred when querying these accounts.
|
GroupsCountResult |
GroupsCountResult.setAccountCounts(List<AccountCount> accountCounts)
Subtotal count per matching account that have more than zero messages.
|
GroupsCountResult |
GroupsCountResult.setMatchingAccountsCount(Long matchingAccountsCount)
Total number of accounts that can be queried and have more than zero messages.
|
GroupsCountResult |
GroupsCountResult.setNonQueryableAccounts(List<String> nonQueryableAccounts)
When **DataScope** is **HELD_DATA**, these accounts in the request are not queried because they
are not on hold.
|
GroupsCountResult |
GroupsCountResult.setQueriedAccountsCount(Long queriedAccountsCount)
Total number of accounts involved in this count operation.
|
| Modifier and Type | Method and Description |
|---|---|
CountArtifactsResponse |
CountArtifactsResponse.setGroupsCountResult(GroupsCountResult groupsCountResult)
Count metrics for Groups.
|
Copyright © 2011–2025 Google. All rights reserved.