public class Dfareporting.FloodlightConfigurations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.FloodlightConfigurations.Get |
class |
Dfareporting.FloodlightConfigurations.List |
class |
Dfareporting.FloodlightConfigurations.Patch |
class |
Dfareporting.FloodlightConfigurations.Update |
| Constructor and Description |
|---|
FloodlightConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.FloodlightConfigurations.Get |
get(Long profileId,
Long id)
Gets one floodlight configuration by ID.
|
Dfareporting.FloodlightConfigurations.List |
list(Long profileId)
Retrieves a list of floodlight configurations, possibly filtered.
|
Dfareporting.FloodlightConfigurations.Patch |
patch(Long profileId,
Long id,
FloodlightConfiguration content)
Updates an existing event tag.
|
Dfareporting.FloodlightConfigurations.Update |
update(Long profileId,
FloodlightConfiguration content)
Updates an existing floodlight configuration.
|
public Dfareporting.FloodlightConfigurations.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Floodlight configuration ID.IOExceptionpublic Dfareporting.FloodlightConfigurations.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.FloodlightConfigurations.Patch patch(Long profileId, Long id, FloodlightConfiguration content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. EventTag ID.content - the FloodlightConfigurationIOExceptionpublic Dfareporting.FloodlightConfigurations.Update update(Long profileId, FloodlightConfiguration content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the FloodlightConfigurationIOExceptionCopyright © 2011–2023 Google. All rights reserved.