Home
last modified time | relevance | path

Searched refs:id (Results 551 – 575 of 3526) sorted by path

1...<<21222324252627282930>>...142

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DEventTagOverride.php29 public $id; variable in Google\\Service\\Dfareporting\\EventTagOverride
48 public function setId($id) argument
50 $this->id = $id;
57 return $this->id;
H A DFloodlightActivity.php80 public $id; variable in Google\\Service\\Dfareporting\\FloodlightActivity
343 public function setId($id) argument
345 $this->id = $id;
352 return $this->id;
H A DFloodlightActivityDynamicTag.php25 public $id; variable in Google\\Service\\Dfareporting\\FloodlightActivityDynamicTag
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
H A DFloodlightActivityGroup.php41 public $id; variable in Google\\Service\\Dfareporting\\FloodlightActivityGroup
138 public function setId($id) argument
140 $this->id = $id;
147 return $this->id;
H A DFloodlightConfiguration.php50 public $id; variable in Google\\Service\\Dfareporting\\FloodlightConfiguration
181 public function setId($id) argument
183 $this->id = $id;
190 return $this->id;
H A DInventoryItem.php48 public $id; variable in Google\\Service\\Dfareporting\\InventoryItem
185 public function setId($id) argument
187 $this->id = $id;
194 return $this->id;
H A DLandingPage.php36 public $id; variable in Google\\Service\\Dfareporting\\LandingPage
95 public function setId($id) argument
97 $this->id = $id;
104 return $this->id;
H A DLanguage.php25 public $id; variable in Google\\Service\\Dfareporting\\Language
42 public function setId($id) argument
44 $this->id = $id;
51 return $this->id;
H A DMobileApp.php29 public $id; variable in Google\\Service\\Dfareporting\\MobileApp
60 public function setId($id) argument
62 $this->id = $id;
69 return $this->id;
H A DMobileCarrier.php33 public $id; variable in Google\\Service\\Dfareporting\\MobileCarrier
74 public function setId($id) argument
76 $this->id = $id;
83 return $this->id;
H A DOperatingSystemVersion.php25 public $id; variable in Google\\Service\\Dfareporting\\OperatingSystemVersion
48 public function setId($id) argument
50 $this->id = $id;
57 return $this->id;
H A DOrder.php52 public $id; variable in Google\\Service\\Dfareporting\\Order
201 public function setId($id) argument
203 $this->id = $id;
210 return $this->id;
H A DOrderDocument.php52 public $id; variable in Google\\Service\\Dfareporting\\OrderDocument
191 public function setId($id) argument
193 $this->id = $id;
200 return $this->id;
H A DPlacement.php76 public $id; variable in Google\\Service\\Dfareporting\\Placement
377 public function setId($id) argument
379 $this->id = $id;
386 return $this->id;
H A DPlacementGroup.php70 public $id; variable in Google\\Service\\Dfareporting\\PlacementGroup
295 public function setId($id) argument
297 $this->id = $id;
304 return $this->id;
H A DPlacementStrategy.php29 public $id; variable in Google\\Service\\Dfareporting\\PlacementStrategy
56 public function setId($id) argument
58 $this->id = $id;
65 return $this->id;
H A DPlatformType.php25 public $id; variable in Google\\Service\\Dfareporting\\PlatformType
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
H A DPostalCode.php37 public $id; variable in Google\\Service\\Dfareporting\\PostalCode
88 public function setId($id) argument
90 $this->id = $id;
97 return $this->id;
H A DProject.php57 public $id; variable in Google\\Service\\Dfareporting\\Project
224 public function setId($id) argument
226 $this->id = $id;
233 return $this->id;
H A DRemarketingList.php43 public $id; variable in Google\\Service\\Dfareporting\\RemarketingList
144 public function setId($id) argument
146 $this->id = $id;
153 return $this->id;
H A DReport.php49 public $id; variable in Google\\Service\\Dfareporting\\Report
200 public function setId($id) argument
202 $this->id = $id;
209 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DAccountPermissionGroups.php37 * @param string $id Account permission group ID.
41 public function get($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
H A DAccountPermissions.php37 * @param string $id Account permission ID.
41 public function get($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
H A DAccountUserProfiles.php37 * @param string $id User profile ID.
41 public function get($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
99 * @param string $id AccountUserProfile ID.
104 public function patch($profileId, $id, AccountUserProfile $postBody, $optParams = []) argument
106 $params = ['profileId' => $profileId, 'id' => $id, 'postBody' => $postBody];
H A DAccounts.php37 * @param string $id Account ID.
41 public function get($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
81 * @param string $id Account ID.
86 public function patch($profileId, $id, Account $postBody, $optParams = []) argument
88 $params = ['profileId' => $profileId, 'id' => $id, 'postBody' => $postBody];

1...<<21222324252627282930>>...142