Total number of Labels.
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 document outlines the `ListLabelsResponse` class, which is a response object used to return a list of matching Label resources from a `ListLabelsRequest` in the Google Ad Manager API."],["The latest version documented is 0.19.0, but the content focuses on version 0.4.0 of `ListLabelsResponse`, and it is implemented with `ListLabelsResponseOrBuilder`."],["The class `ListLabelsResponse` inherits several methods from superclasses like `GeneratedMessageV3`, `AbstractMessage`, and `AbstractMessageLite`, including methods for parsing, serialization, and managing fields, and also contains static fields such as `LABELS_FIELD_NUMBER`, `NEXT_PAGE_TOKEN_FIELD_NUMBER`, and `TOTAL_SIZE_FIELD_NUMBER`."],["The class provides methods to access the list of labels, manage pagination through `next_page_token`, and get the total size of labels, which may be filtered, and all of this data can be accessed by multiple methods such as `getLabels`, `getLabelsCount`, `getNextPageToken`, and `getTotalSize`."],["Static methods are available for parsing the response from various data sources like byte arrays, `ByteString`, input streams, and coded input streams, and allows for the creation of new builder instances, as well as getting default instances."]]],[]]