Total number of Contacts.
If a filter was included in the request, this reflects the total number
after the filtering is applied.
total_size will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields or fields, or by using
the HTTP/gRPC header X-Goog-FieldMask.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides documentation for the `ListContactsResponse` class in the Google Ad Manager API's Java client library, spanning versions from 0.1.0 to 0.19.0, with the latest release being 0.19.0."],["The `ListContactsResponse` class is a response object that extends `GeneratedMessageV3` and implements `ListContactsResponseOrBuilder`, designed to contain a list of `Contact` resources matching a `ListContactsRequest`."],["Key functionalities of `ListContactsResponse` include methods to access a list of contacts, retrieve the next page token for pagination, and obtain the total number of contacts."],["Static methods are provided to parse and handle instances of `ListContactsResponse`, such as `parseFrom` for various input types and `newBuilder` for creating new instances."],["The documentation details inherited members and static fields like `CONTACTS_FIELD_NUMBER`, `NEXT_PAGE_TOKEN_FIELD_NUMBER`, and `TOTAL_SIZE_FIELD_NUMBER`, which are relevant to the class's operation."]]],[]]