The "floodlightConfigurations" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($profileId, $id, $optParams=array()) |
| Gets one floodlight configuration by ID.
|
|
| listFloodlightConfigurations ($profileId, $optParams=array()) |
| Retrieves a list of floodlight configurations, possibly filtered.
|
|
| patch ($profileId, $id, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams=array()) |
| Updates an existing floodlight configuration.
|
|
| update ($profileId, Google_Service_Dfareporting_FloodlightConfiguration $postBody, $optParams=array()) |
| Updates an existing floodlight configuration.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "floodlightConfigurations" collection of methods.
Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $floodlightConfigurations = $dfareportingService->floodlightConfigurations;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Dfareporting_FloodlightConfigurations_Resource::get |
( |
| $profileId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Gets one floodlight configuration by ID.
(floodlightConfigurations.get)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $id | Floodlight configuration ID. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listFloodlightConfigurations()
Google_Service_Dfareporting_FloodlightConfigurations_Resource::listFloodlightConfigurations |
( |
| $profileId, |
|
|
| $optParams = array() ) |
Retrieves a list of floodlight configurations, possibly filtered.
(floodlightConfigurations.listFloodlightConfigurations)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
array | $optParams | Optional parameters. |
@opt_param string ids Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned.
- Return values
-
◆ patch()
Updates an existing floodlight configuration.
This method supports patch semantics. (floodlightConfigurations.patch)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $id | Floodlight configuration ID. |
Google_FloodlightConfiguration | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing floodlight configuration.
(floodlightConfigurations.update)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
Google_FloodlightConfiguration | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dfareporting.php