Searched refs:inventorySourceGroupId (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/ |
H A D | InventorySourceGroupsAssignedInventorySources.php | 45 * @param string $inventorySourceGroupId Required. The ID of the inventory 51 …public function bulkEdit($inventorySourceGroupId, BulkEditAssignedInventorySourcesRequest $postBod… argument 53 $params = ['inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody]; 61 * @param string $inventorySourceGroupId Required. The ID of the inventory 74 …public function create($inventorySourceGroupId, AssignedInventorySource $postBody, $optParams = []) argument 76 $params = ['inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody]; 84 * @param string $inventorySourceGroupId Required. The ID of the inventory 98 public function delete($inventorySourceGroupId, $assignedInventorySourceId, $optParams = []) argument 108 * @param string $inventorySourceGroupId Required. The ID of the inventory 138 …public function listInventorySourceGroupsAssignedInventorySources($inventorySourceGroupId, $optPar… argument [all …]
|
H A D | InventorySourceGroups.php | 59 * @param string $inventorySourceGroupId Required. The ID of the inventory 70 public function delete($inventorySourceGroupId, $optParams = []) argument 72 $params = ['inventorySourceGroupId' => $inventorySourceGroupId]; 79 * @param string $inventorySourceGroupId Required. The ID of the inventory 92 public function get($inventorySourceGroupId, $optParams = []) argument 94 $params = ['inventorySourceGroupId' => $inventorySourceGroupId]; 140 * @param string $inventorySourceGroupId Output only. The unique ID of the 154 public function patch($inventorySourceGroupId, InventorySourceGroup $postBody, $optParams = []) argument 156 $params = ['inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | InventorySourceGroupAssignedTargetingOptionDetails.php | 25 public $inventorySourceGroupId; variable in Google\\Service\\DisplayVideo\\InventorySourceGroupAssignedTargetingOptionDetails 30 public function setInventorySourceGroupId($inventorySourceGroupId) argument 32 $this->inventorySourceGroupId = $inventorySourceGroupId; 39 return $this->inventorySourceGroupId;
|
H A D | InventorySourceGroup.php | 29 public $inventorySourceGroupId; variable in Google\\Service\\DisplayVideo\\InventorySourceGroup 52 public function setInventorySourceGroupId($inventorySourceGroupId) argument 54 $this->inventorySourceGroupId = $inventorySourceGroupId; 61 return $this->inventorySourceGroupId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | DisplayVideo.php | 2332 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}', 2335 'inventorySourceGroupId' => [ 2350 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}', 2353 'inventorySourceGroupId' => [ 2397 'path' => 'v1/inventorySourceGroups/{inventorySourceGroupId}', 2400 'inventorySourceGroupId' => [ 2432 'inventorySourceGroupId' => [ 2439 … 'path' => 'v1/inventorySourceGroups/{+inventorySourceGroupId}/assignedInventorySources', 2442 'inventorySourceGroupId' => [ 2460 'inventorySourceGroupId' => [ [all …]
|