Package | Description |
---|---|
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
ItemCountByStatus |
ItemCountByStatus.clone() |
ItemCountByStatus |
ItemCountByStatus.set(java.lang.String fieldName,
java.lang.Object value) |
ItemCountByStatus |
ItemCountByStatus.setCount(java.lang.Long count)
Number of items matching the status code.
|
ItemCountByStatus |
ItemCountByStatus.setStatusCode(java.lang.String statusCode)
Status of the items.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemCountByStatus> |
DataSourceIndexStats.getItemCountByStatus()
Number of items aggregrated by status code.
|
java.util.List<ItemCountByStatus> |
CustomerIndexStats.getItemCountByStatus()
Number of items aggregrated by status code.
|
Modifier and Type | Method and Description |
---|---|
DataSourceIndexStats |
DataSourceIndexStats.setItemCountByStatus(java.util.List<ItemCountByStatus> itemCountByStatus)
Number of items aggregrated by status code.
|
CustomerIndexStats |
CustomerIndexStats.setItemCountByStatus(java.util.List<ItemCountByStatus> itemCountByStatus)
Number of items aggregrated by status code.
|