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 floodlight configuration.
|
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.IOException
public Dfareporting.FloodlightConfigurations.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
public 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 FloodlightConfiguration
IOException
public 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 FloodlightConfiguration
IOException
Copyright © 2011–2025 Google. All rights reserved.