PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service; use Google\Client; /** * Service definition for DisplayVideo (v1). * * <p> * Display & Video 360 API allows users to manage and create campaigns and * reports.</p> * * <p> * For more information about this service, see the API * <a href="https://developers.google.com/display-video/" target="_blank">Documentation</a> * </p> * * @author Google, Inc. */ class DisplayVideo extends \Google\Service { /** Create, see, edit, and permanently delete your Display & Video 360 entities and reports. */ const DISPLAY_VIDEO = "https://www.googleapis.com/auth/display-video"; /** Create, see, and edit Display & Video 360 Campaign entities and see billing invoices. */ const DISPLAY_VIDEO_MEDIAPLANNING = "https://www.googleapis.com/auth/display-video-mediaplanning"; /** Private Service: https://www.googleapis.com/auth/display-video-user-management. */ const DISPLAY_VIDEO_USER_MANAGEMENT = "https://www.googleapis.com/auth/display-video-user-management"; /** View and manage your reports in DoubleClick Bid Manager. */ const DOUBLECLICKBIDMANAGER = "https://www.googleapis.com/auth/doubleclickbidmanager"; public $advertisers; public $advertisers_assets; public $advertisers_campaigns; public $advertisers_campaigns_targetingTypes_assignedTargetingOptions; public $advertisers_channels; public $advertisers_channels_sites; public $advertisers_creatives; public $advertisers_insertionOrders; public $advertisers_insertionOrders_targetingTypes_assignedTargetingOptions; public $advertisers_invoices; public $advertisers_lineItems; public $advertisers_lineItems_targetingTypes_assignedTargetingOptions; public $advertisers_locationLists; public $advertisers_locationLists_assignedLocations; public $advertisers_manualTriggers; public $advertisers_negativeKeywordLists; public $advertisers_negativeKeywordLists_negativeKeywords; public $advertisers_targetingTypes_assignedTargetingOptions; public $combinedAudiences; public $customBiddingAlgorithms; public $customLists; public $firstAndThirdPartyAudiences; public $floodlightGroups; public $googleAudiences; public $inventorySourceGroups; public $inventorySourceGroups_assignedInventorySources; public $inventorySources; public $media; public $partners; public $partners_channels; public $partners_channels_sites; public $partners_targetingTypes_assignedTargetingOptions; public $sdfdownloadtasks; public $sdfdownloadtasks_operations; public $targetingTypes_targetingOptions; public $users; /** * Constructs the internal representation of the DisplayVideo service. * * @param Client|array $clientOrConfig The client used to deliver requests, or a * config array to pass to a new Client instance. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct($clientOrConfig = [], $rootUrl = null) { parent::__construct($clientOrConfig); $this->rootUrl = $rootUrl ?: 'https://displayvideo.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'displayvideo'; $this->advertisers = new DisplayVideo\Resource\Advertisers( $this, $this->serviceName, 'advertisers', [ 'methods' => [ 'audit' => [ 'path' => 'v1/advertisers/{+advertiserId}:audit', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'readMask' => [ 'location' => 'query', 'type' => 'string', ], ], ],'bulkEditAdvertiserAssignedTargetingOptions' => [ 'path' => 'v1/advertisers/{+advertiserId}:bulkEditAdvertiserAssignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'bulkListAdvertiserAssignedTargetingOptions' => [ 'path' => 'v1/advertisers/{+advertiserId}:bulkListAdvertiserAssignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'create' => [ 'path' => 'v1/advertisers', 'httpMethod' => 'POST', 'parameters' => [], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers', 'httpMethod' => 'GET', 'parameters' => [ 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_assets = new DisplayVideo\Resource\AdvertisersAssets( $this, $this->serviceName, 'assets', [ 'methods' => [ 'upload' => [ 'path' => 'v1/advertisers/{+advertiserId}/assets', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->advertisers_campaigns = new DisplayVideo\Resource\AdvertisersCampaigns( $this, $this->serviceName, 'campaigns', [ 'methods' => [ 'bulkListCampaignAssignedTargetingOptions' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}:bulkListCampaignAssignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'campaignId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'campaignId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'campaignId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'campaignId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_campaigns_targetingTypes_assignedTargetingOptions = new DisplayVideo\Resource\AdvertisersCampaignsTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', [ 'methods' => [ 'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'campaignId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/campaigns/{+campaignId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'campaignId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_channels = new DisplayVideo\Resource\AdvertisersChannels( $this, $this->serviceName, 'channels', [ 'methods' => [ 'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/channels', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/channels/{+channelId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/channels', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/channels/{channelId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_channels_sites = new DisplayVideo\Resource\AdvertisersChannelsSites( $this, $this->serviceName, 'sites', [ 'methods' => [ 'bulkEdit' => [ 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites:bulkEdit', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'create' => [ 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'delete' => [ 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites/{+urlOrAppId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'urlOrAppId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/channels/{+channelId}/sites', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'replace' => [ 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites:replace', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->advertisers_creatives = new DisplayVideo\Resource\AdvertisersCreatives( $this, $this->serviceName, 'creatives', [ 'methods' => [ 'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/creatives', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'creativeId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'creativeId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/creatives', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/creatives/{+creativeId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'creativeId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_insertionOrders = new DisplayVideo\Resource\AdvertisersInsertionOrders( $this, $this->serviceName, 'insertionOrders', [ 'methods' => [ 'bulkListInsertionOrderAssignedTargetingOptions' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}:bulkListInsertionOrderAssignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'insertionOrderId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'insertionOrderId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'insertionOrderId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'insertionOrderId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_insertionOrders_targetingTypes_assignedTargetingOptions = new DisplayVideo\Resource\AdvertisersInsertionOrdersTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', [ 'methods' => [ 'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'insertionOrderId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/insertionOrders/{+insertionOrderId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'insertionOrderId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_invoices = new DisplayVideo\Resource\AdvertisersInvoices( $this, $this->serviceName, 'invoices', [ 'methods' => [ 'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/invoices', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'issueMonth' => [ 'location' => 'query', 'type' => 'string', ], 'loiSapinInvoiceType' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'lookupInvoiceCurrency' => [ 'path' => 'v1/advertisers/{+advertiserId}/invoices:lookupInvoiceCurrency', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'invoiceMonth' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_lineItems = new DisplayVideo\Resource\AdvertisersLineItems( $this, $this->serviceName, 'lineItems', [ 'methods' => [ 'bulkEditLineItemAssignedTargetingOptions' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}:bulkEditLineItemAssignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'bulkListLineItemAssignedTargetingOptions' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}:bulkListLineItemAssignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'generateDefault' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems:generateDefault', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_lineItems_targetingTypes_assignedTargetingOptions = new DisplayVideo\Resource\AdvertisersLineItemsTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', [ 'methods' => [ 'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/lineItems/{+lineItemId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'lineItemId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_locationLists = new DisplayVideo\Resource\AdvertisersLocationLists( $this, $this->serviceName, 'locationLists', [ 'methods' => [ 'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/locationLists', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/locationLists/{+locationListId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'locationListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/locationLists', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/locationLists/{locationListId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'locationListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_locationLists_assignedLocations = new DisplayVideo\Resource\AdvertisersLocationListsAssignedLocations( $this, $this->serviceName, 'assignedLocations', [ 'methods' => [ 'bulkEdit' => [ 'path' => 'v1/advertisers/{advertiserId}/locationLists/{+locationListId}/assignedLocations:bulkEdit', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'locationListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'create' => [ 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'locationListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations/{+assignedLocationId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'locationListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedLocationId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'locationListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_manualTriggers = new DisplayVideo\Resource\AdvertisersManualTriggers( $this, $this->serviceName, 'manualTriggers', [ 'methods' => [ 'activate' => [ 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}:activate', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'triggerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'deactivate' => [ 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}:deactivate', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'triggerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'triggerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/manualTriggers/{+triggerId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'triggerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_negativeKeywordLists = new DisplayVideo\Resource\AdvertisersNegativeKeywordLists( $this, $this->serviceName, 'negativeKeywordLists', [ 'methods' => [ 'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{negativeKeywordListId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->advertisers_negativeKeywordLists_negativeKeywords = new DisplayVideo\Resource\AdvertisersNegativeKeywordListsNegativeKeywords( $this, $this->serviceName, 'negativeKeywords', [ 'methods' => [ 'bulkEdit' => [ 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords:bulkEdit', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'create' => [ 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords/{+keywordValue}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'keywordValue' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'replace' => [ 'path' => 'v1/advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords:replace', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'negativeKeywordListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->advertisers_targetingTypes_assignedTargetingOptions = new DisplayVideo\Resource\AdvertisersTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', [ 'methods' => [ 'create' => [ 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/advertisers/{+advertiserId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->combinedAudiences = new DisplayVideo\Resource\CombinedAudiences( $this, $this->serviceName, 'combinedAudiences', [ 'methods' => [ 'get' => [ 'path' => 'v1/combinedAudiences/{+combinedAudienceId}', 'httpMethod' => 'GET', 'parameters' => [ 'combinedAudienceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/combinedAudiences', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->customBiddingAlgorithms = new DisplayVideo\Resource\CustomBiddingAlgorithms( $this, $this->serviceName, 'customBiddingAlgorithms', [ 'methods' => [ 'get' => [ 'path' => 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}', 'httpMethod' => 'GET', 'parameters' => [ 'customBiddingAlgorithmId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/customBiddingAlgorithms', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->customLists = new DisplayVideo\Resource\CustomLists( $this, $this->serviceName, 'customLists', [ 'methods' => [ 'get' => [ 'path' => 'v1/customLists/{+customListId}', 'httpMethod' => 'GET', 'parameters' => [ 'customListId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/customLists', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->firstAndThirdPartyAudiences = new DisplayVideo\Resource\FirstAndThirdPartyAudiences( $this, $this->serviceName, 'firstAndThirdPartyAudiences', [ 'methods' => [ 'get' => [ 'path' => 'v1/firstAndThirdPartyAudiences/{+firstAndThirdPartyAudienceId}', 'httpMethod' => 'GET', 'parameters' => [ 'firstAndThirdPartyAudienceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/firstAndThirdPartyAudiences', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->floodlightGroups = new DisplayVideo\Resource\FloodlightGroups( $this, $this->serviceName, 'floodlightGroups', [ 'methods' => [ 'get' => [ 'path' => 'v1/floodlightGroups/{+floodlightGroupId}', 'httpMethod' => 'GET', 'parameters' => [ 'floodlightGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/floodlightGroups/{floodlightGroupId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'floodlightGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->googleAudiences = new DisplayVideo\Resource\GoogleAudiences( $this, $this->serviceName, 'googleAudiences', [ 'methods' => [ 'get' => [ 'path' => 'v1/googleAudiences/{+googleAudienceId}', 'httpMethod' => 'GET', 'parameters' => [ 'googleAudienceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/googleAudiences', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->inventorySourceGroups = new DisplayVideo\Resource\InventorySourceGroups( $this, $this->serviceName, 'inventorySourceGroups', [ 'methods' => [ 'create' => [ 'path' => 'v1/inventorySourceGroups', 'httpMethod' => 'POST', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'delete' => [ 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'inventorySourceGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'get' => [ 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}', 'httpMethod' => 'GET', 'parameters' => [ 'inventorySourceGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/inventorySourceGroups', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/inventorySourceGroups/{inventorySourceGroupId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'inventorySourceGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->inventorySourceGroups_assignedInventorySources = new DisplayVideo\Resource\InventorySourceGroupsAssignedInventorySources( $this, $this->serviceName, 'assignedInventorySources', [ 'methods' => [ 'bulkEdit' => [ 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources:bulkEdit', 'httpMethod' => 'POST', 'parameters' => [ 'inventorySourceGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'create' => [ 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources', 'httpMethod' => 'POST', 'parameters' => [ 'inventorySourceGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'delete' => [ 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources/{+assignedInventorySourceId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'inventorySourceGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedInventorySourceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources', 'httpMethod' => 'GET', 'parameters' => [ 'inventorySourceGroupId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->inventorySources = new DisplayVideo\Resource\InventorySources( $this, $this->serviceName, 'inventorySources', [ 'methods' => [ 'get' => [ 'path' => 'v1/inventorySources/{+inventorySourceId}', 'httpMethod' => 'GET', 'parameters' => [ 'inventorySourceId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/inventorySources', 'httpMethod' => 'GET', 'parameters' => [ 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], 'partnerId' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->media = new DisplayVideo\Resource\Media( $this, $this->serviceName, 'media', [ 'methods' => [ 'download' => [ 'path' => 'download/{+resourceName}', 'httpMethod' => 'GET', 'parameters' => [ 'resourceName' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->partners = new DisplayVideo\Resource\Partners( $this, $this->serviceName, 'partners', [ 'methods' => [ 'bulkEditPartnerAssignedTargetingOptions' => [ 'path' => 'v1/partners/{+partnerId}:bulkEditPartnerAssignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/partners/{+partnerId}', 'httpMethod' => 'GET', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/partners', 'httpMethod' => 'GET', 'parameters' => [ 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->partners_channels = new DisplayVideo\Resource\PartnersChannels( $this, $this->serviceName, 'channels', [ 'methods' => [ 'create' => [ 'path' => 'v1/partners/{+partnerId}/channels', 'httpMethod' => 'POST', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'get' => [ 'path' => 'v1/partners/{+partnerId}/channels/{+channelId}', 'httpMethod' => 'GET', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/partners/{+partnerId}/channels', 'httpMethod' => 'GET', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/partners/{+partnerId}/channels/{channelId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->partners_channels_sites = new DisplayVideo\Resource\PartnersChannelsSites( $this, $this->serviceName, 'sites', [ 'methods' => [ 'bulkEdit' => [ 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites:bulkEdit', 'httpMethod' => 'POST', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'create' => [ 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites', 'httpMethod' => 'POST', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'delete' => [ 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites/{+urlOrAppId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'urlOrAppId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/partners/{+partnerId}/channels/{+channelId}/sites', 'httpMethod' => 'GET', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'replace' => [ 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites:replace', 'httpMethod' => 'POST', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'channelId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->partners_targetingTypes_assignedTargetingOptions = new DisplayVideo\Resource\PartnersTargetingTypesAssignedTargetingOptions( $this, $this->serviceName, 'assignedTargetingOptions', [ 'methods' => [ 'create' => [ 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'POST', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'delete' => [ 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions/{+assignedTargetingOptionId}', 'httpMethod' => 'GET', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'assignedTargetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/partners/{+partnerId}/targetingTypes/{+targetingType}/assignedTargetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'partnerId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); $this->sdfdownloadtasks = new DisplayVideo\Resource\Sdfdownloadtasks( $this, $this->serviceName, 'sdfdownloadtasks', [ 'methods' => [ 'create' => [ 'path' => 'v1/sdfdownloadtasks', 'httpMethod' => 'POST', 'parameters' => [], ], ] ] ); $this->sdfdownloadtasks_operations = new DisplayVideo\Resource\SdfdownloadtasksOperations( $this, $this->serviceName, 'operations', [ 'methods' => [ 'get' => [ 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => [ 'name' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->targetingTypes_targetingOptions = new DisplayVideo\Resource\TargetingTypesTargetingOptions( $this, $this->serviceName, 'targetingOptions', [ 'methods' => [ 'get' => [ 'path' => 'v1/targetingTypes/{+targetingType}/targetingOptions/{+targetingOptionId}', 'httpMethod' => 'GET', 'parameters' => [ 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'targetingOptionId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], ], ],'list' => [ 'path' => 'v1/targetingTypes/{+targetingType}/targetingOptions', 'httpMethod' => 'GET', 'parameters' => [ 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'advertiserId' => [ 'location' => 'query', 'type' => 'string', ], 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'search' => [ 'path' => 'v1/targetingTypes/{+targetingType}/targetingOptions:search', 'httpMethod' => 'POST', 'parameters' => [ 'targetingType' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ], ] ] ); $this->users = new DisplayVideo\Resource\Users( $this, $this->serviceName, 'users', [ 'methods' => [ 'bulkEditAssignedUserRoles' => [ 'path' => 'v1/users/{+userId}:bulkEditAssignedUserRoles', 'httpMethod' => 'POST', 'parameters' => [ 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'create' => [ 'path' => 'v1/users', 'httpMethod' => 'POST', 'parameters' => [], ],'delete' => [ 'path' => 'v1/users/{+userId}', 'httpMethod' => 'DELETE', 'parameters' => [ 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'get' => [ 'path' => 'v1/users/{+userId}', 'httpMethod' => 'GET', 'parameters' => [ 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], ], ],'list' => [ 'path' => 'v1/users', 'httpMethod' => 'GET', 'parameters' => [ 'filter' => [ 'location' => 'query', 'type' => 'string', ], 'orderBy' => [ 'location' => 'query', 'type' => 'string', ], 'pageSize' => [ 'location' => 'query', 'type' => 'integer', ], 'pageToken' => [ 'location' => 'query', 'type' => 'string', ], ], ],'patch' => [ 'path' => 'v1/users/{+userId}', 'httpMethod' => 'PATCH', 'parameters' => [ 'userId' => [ 'location' => 'path', 'type' => 'string', 'required' => true, ], 'updateMask' => [ 'location' => 'query', 'type' => 'string', ], ], ], ] ] ); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DisplayVideo::class, 'Google_Service_DisplayVideo');
[+]
..
[-] CloudProfiler.php
[edit]
[-] Genomics.php
[edit]
[-] Digitalassetlinks.php
[edit]
[+]
SecurityCommandCenter
[-] ResourceSettings.php
[edit]
[+]
Calendar
[-] BigtableAdmin.php
[edit]
[+]
CloudKMS
[-] AdExchangeBuyerII.php
[edit]
[+]
CloudBillingBudget
[-] ManufacturerCenter.php
[edit]
[-] DataTransfer.php
[edit]
[+]
Slides
[-] CloudDomains.php
[edit]
[-] ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php
[edit]
[-] CloudVideoIntelligence.php
[edit]
[+]
DriveActivity
[+]
CivicInfo
[+]
CertificateAuthorityService
[-] WorkflowExecutions.php
[edit]
[-] Calendar.php
[edit]
[+]
Playcustomapp
[+]
ContainerAnalysis
[-] Apigateway.php
[edit]
[-] DisplayVideo.php
[edit]
[-] AlertCenter.php
[edit]
[-] AnalyticsReporting.php
[edit]
[-] DataprocMetastore.php
[edit]
[+]
Doubleclicksearch
[+]
BinaryAuthorization
[-] BigQueryDataTransfer.php
[edit]
[+]
ChromePolicy
[-] PolicyTroubleshooter.php
[edit]
[+]
DeploymentManager
[-] CloudMemorystoreforMemcached.php
[edit]
[+]
SemanticTile
[-] GKEHub.php
[edit]
[+]
Pubsub
[-] Groupssettings.php
[edit]
[+]
Document
[+]
ServiceControl
[-] Compute.php
[edit]
[+]
Indexing
[-] GoogleAnalyticsAdmin.php
[edit]
[+]
Workflows
[+]
NetworkServices
[-] PubsubLite.php
[edit]
[-] Container.php
[edit]
[+]
Apigateway
[+]
Webmasters
[+]
AndroidPublisher
[-] PolicyAnalyzer.php
[edit]
[-] OSConfig.php
[edit]
[+]
Texttospeech
[+]
Bigquery
[+]
AnalyticsReporting
[+]
Kgsearch
[-] Essentialcontacts.php
[edit]
[+]
Networkconnectivity
[+]
Speech
[+]
GamesManagement
[+]
Analytics
[-] Fitness.php
[edit]
[-] ServiceControl.php
[edit]
[+]
Adsense
[+]
CloudResourceManager
[-] ChromeManagement.php
[edit]
[-] Document.php
[edit]
[+]
Groupssettings
[+]
SmartDeviceManagement
[-] Monitoring.php
[edit]
[-] CloudRedis.php
[edit]
[-] AccessApproval.php
[edit]
[-] FirebaseRules.php
[edit]
[+]
Gmail
[+]
CloudShell
[-] CloudSearch.php
[edit]
[-] Assuredworkloads.php
[edit]
[+]
SASPortalTesting
[+]
CloudTasks
[+]
YouTube
[+]
CloudHealthcare
[+]
SiteVerification
[-] RemoteBuildExecution.php
[edit]
[-] AdMob.php
[edit]
[-] GameServices.php
[edit]
[-] PolyService.php
[edit]
[-] Safebrowsing.php
[edit]
[+]
CloudRedis
[-] Libraryagent.php
[edit]
[+]
OSConfig
[-] Workflows.php
[edit]
[+]
CloudIdentity
[-] NetworkSecurity.php
[edit]
[+]
Firestore
[-] Baremetalsolution.php
[edit]
[+]
Books
[+]
FirebaseHosting
[-] MyBusinessBusinessInformation.php
[edit]
[-] Localservices.php
[edit]
[+]
Contactcenterinsights
[-] AccessContextManager.php
[edit]
[-] PolicySimulator.php
[edit]
[+]
CloudMemorystoreforMemcached
[+]
OnDemandScanning
[-] PaymentsResellerSubscription.php
[edit]
[-] Testing.php
[edit]
[+]
GKEHub
[-] CloudResourceManager.php
[edit]
[-] DataFusion.php
[edit]
[-] Drive.php
[edit]
[+]
Cloudbilling
[-] GamesManagement.php
[edit]
[-] Vault.php
[edit]
[+]
Keep
[-] ArtifactRegistry.php
[edit]
[+]
MyBusinessVerifications
[+]
CloudTrace
[-] Logging.php
[edit]
[+]
Baremetalsolution
[-] Reports.php
[edit]
[-] AndroidEnterprise.php
[edit]
[+]
DLP
[-] SQLAdmin.php
[edit]
[-] Fcmdata.php
[edit]
[+]
CloudIAP
[-] FirebaseRealtimeDatabase.php
[edit]
[-] Indexing.php
[edit]
[+]
ChromeUXReport
[+]
Classroom
[+]
ManufacturerCenter
[-] Docs.php
[edit]
[-] Webmasters.php
[edit]
[-] Gmail.php
[edit]
[+]
MyBusinessLodging
[-] Contactcenterinsights.php
[edit]
[+]
AccessApproval
[-] TrafficDirectorService.php
[edit]
[-] Sheets.php
[edit]
[+]
Verifiedaccess
[+]
Dns
[+]
BigtableAdmin
[+]
CloudRun
[+]
Vision
[+]
CloudRuntimeConfig
[+]
Games
[+]
ServiceManagement
[+]
PeopleService
[+]
GoogleAnalyticsAdmin
[+]
PaymentsResellerSubscription
[+]
FirebaseManagement
[-] CloudIot.php
[edit]
[+]
DataCatalog
[+]
DisplayVideo
[-] CloudLifeSciences.php
[edit]
[-] Analytics.php
[edit]
[-] Directory.php
[edit]
[-] ServiceNetworking.php
[edit]
[-] Transcoder.php
[edit]
[+]
Localservices
[-] Apigee.php
[edit]
[-] CloudIAP.php
[edit]
[+]
SearchConsole
[-] RealTimeBidding.php
[edit]
[+]
Storage
[+]
Firebasestorage
[-] YouTubeReporting.php
[edit]
[-] WebRisk.php
[edit]
[+]
Dialogflow
[+]
Storagetransfer
[-] ShoppingContent.php
[edit]
[+]
CloudSearch
[+]
CloudComposer
[-] Firebasestorage.php
[edit]
[+]
AdMob
[-] CloudTrace.php
[edit]
[+]
CloudDebugger
[+]
Apigee
[-] Doubleclicksearch.php
[edit]
[+]
Tasks
[-] NetworkServices.php
[edit]
[+]
WebRisk
[-] AdExperienceReport.php
[edit]
[+]
DatabaseMigrationService
[+]
AbusiveExperienceReport
[-] Script.php
[edit]
[-] Dataproc.php
[edit]
[+]
CloudMachineLearningEngine
[-] YouTubeAnalytics.php
[edit]
[+]
PubsubLite
[-] Dialogflow.php
[edit]
[+]
Firebaseappcheck
[+]
Area120Tables
[-] AndroidProvisioningPartner.php
[edit]
[+]
PlayableLocations
[+]
AndroidEnterprise
[-] CloudShell.php
[edit]
[-] ServiceUsage.php
[edit]
[-] CloudFilestore.php
[edit]
[-] DataLabeling.php
[edit]
[-] PagespeedInsights.php
[edit]
[-] CloudRetail.php
[edit]
[-] HomeGraphService.php
[edit]
[+]
ServiceConsumerManagement
[-] Area120Tables.php
[edit]
[-] Acceleratedmobilepageurl.php
[edit]
[+]
Spanner
[-] CloudKMS.php
[edit]
[-] CloudDebugger.php
[edit]
[-] FirebaseHosting.php
[edit]
[+]
RecaptchaEnterprise
[-] BigQueryReservation.php
[edit]
[+]
CloudVideoIntelligence
[-] SASPortalTesting.php
[edit]
[+]
Script
[-] Eventarc.php
[edit]
[+]
NetworkSecurity
[+]
FirebaseRules
[+]
TrafficDirectorService
[+]
Cloudchannel
[+]
BigQueryConnectionService
[-] ServiceDirectory.php
[edit]
[-] ApiKeysService.php
[edit]
[-] CloudIdentity.php
[edit]
[-] DriveActivity.php
[edit]
[-] Cloudchannel.php
[edit]
[-] ContainerAnalysis.php
[edit]
[-] Ideahub.php
[edit]
[-] ToolResults.php
[edit]
[+]
CloudDomains
[-] Tasks.php
[edit]
[-] CloudFunctions.php
[edit]
[+]
PagespeedInsights
[-] HangoutsChat.php
[edit]
[+]
ToolResults
[-] CloudTasks.php
[edit]
[-] ChromePolicy.php
[edit]
[-] CertificateAuthorityService.php
[edit]
[-] FirebaseDynamicLinks.php
[edit]
[+]
RemoteBuildExecution
[-] Storage.php
[edit]
[+]
ArtifactRegistry
[-] IdentityToolkit.php
[edit]
[-] Speech.php
[edit]
[+]
Ideahub
[+]
Dataflow
[+]
CloudScheduler
[+]
AlertCenter
[-] NetworkManagement.php
[edit]
[+]
IAMCredentials
[+]
CloudProfiler
[-] CloudSourceRepositories.php
[edit]
[+]
CloudRetail
[+]
PolicySimulator
[-] CloudHealthcare.php
[edit]
[-] FirebaseCloudMessaging.php
[edit]
[+]
PolicyTroubleshooter
[-] Oauth2.php
[edit]
[+]
DomainsRDAP
[-] Iam.php
[edit]
[+]
Iam
[-] CloudComposer.php
[edit]
[-] Adsense.php
[edit]
[+]
ServiceNetworking
[+]
Licensing
[+]
DoubleClickBidManager
[-] Webfonts.php
[edit]
[+]
Drive
[+]
SQLAdmin
[-] PostmasterTools.php
[edit]
[+]
Compute
[+]
Recommender
[-] ServiceConsumerManagement.php
[edit]
[+]
StreetViewPublish
[+]
CustomSearchAPI
[+]
HomeGraphService
[-] Dataflow.php
[edit]
[+]
CloudLifeSciences
[+]
Appengine
[-] DataCatalog.php
[edit]
[+]
MyBusinessAccountManagement
[-] SmartDeviceManagement.php
[edit]
[+]
TagManager
[-] MyBusinessAccountManagement.php
[edit]
[+]
AdExchangeBuyer
[+]
CloudNaturalLanguage
[-] ServiceManagement.php
[edit]
[-] Verifiedaccess.php
[edit]
[-] BigQueryConnectionService.php
[edit]
[+]
FactCheckTools
[-] Clouderrorreporting.php
[edit]
[+]
AndroidProvisioningPartner
[-] FirebaseManagement.php
[edit]
[+]
IdentityToolkit
[+]
CloudBuild
[-] Dns.php
[edit]
[-] CloudTalentSolution.php
[edit]
[-] Books.php
[edit]
[-] FactCheckTools.php
[edit]
[+]
Digitalassetlinks
[+]
ResourceSettings
[+]
DataprocMetastore
[+]
WorkflowExecutions
[+]
GroupsMigration
[-] StreetViewPublish.php
[edit]
[-] Slides.php
[edit]
[+]
GameServices
[-] Recommender.php
[edit]
[+]
MyBusinessBusinessInformation
[+]
Safebrowsing
[-] Classroom.php
[edit]
[-] Spanner.php
[edit]
[-] DeploymentManager.php
[edit]
[+]
RecommendationsAI
[+]
Transcoder
[-] MyBusinessLodging.php
[edit]
[+]
ChromeManagement
[-] Reseller.php
[edit]
[+]
MyBusinessNotificationSettings
[+]
Essentialcontacts
[-] YouTube.php
[edit]
[-] DomainsRDAP.php
[edit]
[+]
CloudIot
[-] PeopleService.php
[edit]
[+]
FirebaseDynamicLinks
[-] Appengine.php
[edit]
[-] Licensing.php
[edit]
[-] AnalyticsData.php
[edit]
[+]
ServiceDirectory
[+]
RealTimeBidding
[+]
BigQueryReservation
[+]
ShoppingContent
[+]
AdExperienceReport
[+]
Oauth2
[-] FirebaseML.php
[edit]
[+]
Eventarc
[-] AdSenseHost.php
[edit]
[-] Pubsub.php
[edit]
[+]
AccessContextManager
[+]
Clouderrorreporting
[+]
FirebaseRealtimeDatabase
[+]
CloudSourceRepositories
[+]
Vault
[-] BinaryAuthorization.php
[edit]
[+]
TPU
[-] CustomSearchAPI.php
[edit]
[+]
Sheets
[+]
FirebaseML
[+]
PostmasterTools
[+]
YouTubeAnalytics
[+]
CloudSecurityToken
[-] Firebaseappcheck.php
[edit]
[+]
NetworkManagement
[-] SemanticTile.php
[edit]
[-] Games.php
[edit]
[+]
Testing
[+]
AdSenseHost
[+]
GamesConfiguration
[+]
Sasportal
[-] AbusiveExperienceReport.php
[edit]
[-] PlayableLocations.php
[edit]
[+]
CloudFilestore
[-] TagManager.php
[edit]
[+]
DataFusion
[-] OrgPolicyAPI.php
[edit]
[-] CloudRun.php
[edit]
[+]
CloudOSLogin
[-] RecommendationsAI.php
[edit]
[+]
Webfonts
[-] CloudNaturalLanguage.php
[edit]
[-] DLP.php
[edit]
[-] MyBusinessNotificationSettings.php
[edit]
[+]
Container
[-] CloudMachineLearningEngine.php
[edit]
[+]
Libraryagent
[+]
Genomics
[+]
FirebaseCloudMessaging
[-] DatabaseMigrationService.php
[edit]
[+]
SecretManager
[+]
Dataproc
[+]
BigQueryDataTransfer
[+]
AdExchangeBuyerII
[+]
ServiceUsage
[+]
Directory
[+]
Datastore
[+]
AndroidManagement
[+]
OrgPolicyAPI
[+]
Monitoring
[-] AdExchangeBuyer.php
[edit]
[+]
Blogger
[-] Translate.php
[edit]
[+]
CloudTalentSolution
[+]
Logging
[-] AIPlatformNotebooks.php
[edit]
[+]
CloudAsset
[+]
ApiKeysService
[-] Dfareporting.php
[edit]
[-] SiteVerification.php
[edit]
[-] Sasportal.php
[edit]
[-] SecurityCommandCenter.php
[edit]
[+]
AIPlatformNotebooks
[+]
DataLabeling
[+]
Translate
[-] Playcustomapp.php
[edit]
[-] Texttospeech.php
[edit]
[-] CloudOSLogin.php
[edit]
[-] CloudScheduler.php
[edit]
[+]
PolicyAnalyzer
[-] CloudAsset.php
[edit]
[-] MyBusinessVerifications.php
[edit]
[-] MyBusinessPlaceActions.php
[edit]
[+]
MyBusinessPlaceActions
[+]
Assuredworkloads
[-] ChromeUXReport.php
[edit]
[-] Firestore.php
[edit]
[-] TPU.php
[edit]
[-] CivicInfo.php
[edit]
[+]
Reseller
[+]
CloudFunctions
[+]
ManagedServiceforMicrosoftActiveDirectoryConsumerAPI
[-] GamesConfiguration.php
[edit]
[-] Storagetransfer.php
[edit]
[+]
Reports
[-] Bigquery.php
[edit]
[-] SecretManager.php
[edit]
[-] AndroidPublisher.php
[edit]
[-] CloudBillingBudget.php
[edit]
[-] Cloudbilling.php
[edit]
[+]
YouTubeReporting
[-] AndroidManagement.php
[edit]
[-] OnDemandScanning.php
[edit]
[+]
Fitness
[-] CloudSecurityToken.php
[edit]
[-] Blogger.php
[edit]
[-] SearchConsole.php
[edit]
[-] RecaptchaEnterprise.php
[edit]
[+]
PolyService
[+]
Fcmdata
[+]
DataTransfer
[+]
AnalyticsData
[-] Networkconnectivity.php
[edit]
[-] Vision.php
[edit]
[-] Keep.php
[edit]
[-] CloudBuild.php
[edit]
[+]
Docs
[-] Datastore.php
[edit]
[+]
Acceleratedmobilepageurl
[+]
HangoutsChat
[-] CloudRuntimeConfig.php
[edit]
[-] Kgsearch.php
[edit]
[-] GroupsMigration.php
[edit]
[+]
Dfareporting
[-] IAMCredentials.php
[edit]
[-] DoubleClickBidManager.php
[edit]