Home
last modified time | relevance | path

Searched refs:locationListId (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersLocationListsAssignedLocations.php46 * @param string $locationListId Required. The ID of the location list to which
52 …public function bulkEdit($advertiserId, $locationListId, BulkEditAssignedLocationsRequest $postBod… argument
54 …$params = ['advertiserId' => $advertiserId, 'locationListId' => $locationListId, 'postBody' => $po…
64 * @param string $locationListId Required. The ID of the location list for which
70 …public function create($advertiserId, $locationListId, AssignedLocation $postBody, $optParams = []) argument
72 …$params = ['advertiserId' => $advertiserId, 'locationListId' => $locationListId, 'postBody' => $po…
82 * @param string $locationListId Required. The ID of the location list to which
89 public function delete($advertiserId, $locationListId, $assignedLocationId, $optParams = []) argument
101 * @param string $locationListId Required. The ID of the location list to which
124 …public function listAdvertisersLocationListsAssignedLocations($advertiserId, $locationListId, $opt… argument
[all …]
H A DAdvertisersLocationLists.php54 * @param string $locationListId Required. The ID of the location list to fetch.
58 public function get($advertiserId, $locationListId, $optParams = []) argument
60 $params = ['advertiserId' => $advertiserId, 'locationListId' => $locationListId];
105 * @param string $locationListId Output only. The unique ID of the location
114 public function patch($advertiserId, $locationListId, LocationList $postBody, $optParams = []) argument
116 …$params = ['advertiserId' => $advertiserId, 'locationListId' => $locationListId, 'postBody' => $po…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DLocationList.php33 public $locationListId; variable in Google\\Service\\DisplayVideo\\LocationList
74 public function setLocationListId($locationListId) argument
76 $this->locationListId = $locationListId;
83 return $this->locationListId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php1286 'path' => 'v1/advertisers/{+advertiserId}/locationLists/{+locationListId}',
1294 'locationListId' => [
1327 'path' => 'v1/advertisers/{+advertiserId}/locationLists/{locationListId}',
1335 'locationListId' => [
1356 …'path' => 'v1/advertisers/{advertiserId}/locationLists/{+locationListId}/assignedLocations:bulkEdi…
1364 'locationListId' => [
1371 … 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations',
1379 'locationListId' => [
1394 'locationListId' => [
1406 … 'path' => 'v1/advertisers/{advertiserId}/locationLists/{locationListId}/assignedLocations',
[all …]