@@ -98,26 +98,27 @@ public function get($firstPartyAndPartnerAudienceId, $optParams = [])
9898 *
9999 * @opt_param string advertiserId The ID of the advertiser that has access to
100100 * the fetched first party and partner audiences.
101- * @opt_param string filter Allows filtering by first party and partner audience
102- * fields. Supported syntax: * Filter expressions for first party and partner
103- * audiences can only contain at most one restriction. * A restriction has the
104- * form of `{field} {operator} {value}`. * All fields must use the `HAS (:)`
105- * operator. Supported fields: * `displayName` Examples: * All first party and
106- * partner audiences for which the display name contains "Google":
107- * `displayName:"Google"`. The length of this field should be no more than 500
108- * characters. Reference our [filter `LIST` requests](/display-
101+ * @opt_param string filter Optional. Allows filtering by first party and
102+ * partner audience fields. Supported syntax: * Filter expressions for first
103+ * party and partner audiences can only contain at most one restriction. * A
104+ * restriction has the form of `{field} {operator} {value}`. * All fields must
105+ * use the `HAS (:)` operator. Supported fields: * `displayName` Examples: * All
106+ * first party and partner audiences for which the display name contains
107+ * "Google": `displayName:"Google"`. The length of this field should be no more
108+ * than 500 characters. Reference our [filter `LIST` requests](/display-
109109 * video/api/guides/how-tos/filters) guide for more information.
110- * @opt_param string orderBy Field by which to sort the list. Acceptable values
111- * are: * `FirstPartyAndPartnerAudienceId` (default) * `displayName` The default
112- * sorting order is ascending. To specify descending order for a field, a suffix
113- * "desc" should be added to the field name. Example: `displayName desc`.
114- * @opt_param int pageSize Requested page size. Must be between `1` and `5000`.
115- * If unspecified, this value defaults to `5000`. Returns error code
110+ * @opt_param string orderBy Optional. Field by which to sort the list.
111+ * Acceptable values are: * `FirstPartyAndPartnerAudienceId` (default) *
112+ * `displayName` The default sorting order is ascending. To specify descending
113+ * order for a field, a suffix "desc" should be added to the field name.
114+ * Example: `displayName desc`.
115+ * @opt_param int pageSize Optional. Requested page size. Must be between `1`
116+ * and `5000`. If unspecified, this value defaults to `5000`. Returns error code
116117 * `INVALID_ARGUMENT` if an invalid value is specified.
117- * @opt_param string pageToken A token identifying a page of results the server
118- * should return. Typically, this is the value of next_page_token returned from
119- * the previous call to `ListFirstPartyAndPartnerAudiences` method. If not
120- * specified, the first page of results will be returned.
118+ * @opt_param string pageToken Optional. A token identifying a page of results
119+ * the server should return. Typically, this is the value of next_page_token
120+ * returned from the previous call to `ListFirstPartyAndPartnerAudiences`
121+ * method. If not specified, the first page of results will be returned.
121122 * @opt_param string partnerId The ID of the partner that has access to the
122123 * fetched first party and partner audiences.
123124 * @return ListFirstPartyAndPartnerAudiencesResponse
0 commit comments