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-03-21 UTC."],[[["This webpage provides documentation for the `ListContactsResponse` class in version 0.10.0 of the Google Ad Manager Java API, which is used to handle response objects for requests to list contacts."],["The `ListContactsResponse` class extends `GeneratedMessageV3` and implements `ListContactsResponseOrBuilder`, providing methods for interacting with and retrieving contact information."],["It allows users to access a list of contacts, represented by the `Contact` class, including the ability to retrieve specific contacts by index or obtain a count of the available contacts."],["The class also features pagination support through the use of `next_page_token`, and provides a means to determine the `total_size` of the contacts that match the search criteria."],["There are static methods available to instantiate and get information about the class, such as creating new builders, getting default instances, and parsing instances of the `ListContactsResponse` class."]]],[]]