Lines Matching full:google
3 * Copyright 2014 Google Inc.
18 namespace Google\Service\DisplayVideo\Resource;
20 use Google\Service\DisplayVideo\GoogleAudience;
21 use Google\Service\DisplayVideo\ListGoogleAudiencesResponse;
27 * $displayvideoService = new Google\Service\DisplayVideo(...);
31 class GoogleAudiences extends \Google\Service\Resource
34 * Gets a Google audience. (googleAudiences.get)
36 * @param string $googleAudienceId Required. The ID of the Google audience to
41 * the fetched Google audience.
43 * fetched Google audience.
53 * Lists Google audiences. The order is defined by the order_by parameter.
59 * the fetched Google audiences.
60 * @opt_param string filter Allows filtering by Google audience fields.
61 * Supported syntax: * Filter expressions for Google audiences currently can
64 * Supported fields: - `displayName` Examples: * All Google audiences for which
65 * the display name contains "Google": `displayName : "Google"`. The length of
79 * fetched Google audiences.