public class DisplayVideo.FloodlightGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.FloodlightGroups.FloodlightActivities
The "floodlightActivities" collection of methods.
|
class |
DisplayVideo.FloodlightGroups.Get |
class |
DisplayVideo.FloodlightGroups.Patch |
| Constructor and Description |
|---|
FloodlightGroups() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.FloodlightGroups.FloodlightActivities |
floodlightActivities()
An accessor for creating requests from the FloodlightActivities collection.
|
DisplayVideo.FloodlightGroups.Get |
get(Long floodlightGroupId)
Gets a Floodlight group.
|
DisplayVideo.FloodlightGroups.Patch |
patch(Long floodlightGroupId,
FloodlightGroup content)
Updates an existing Floodlight group.
|
public DisplayVideo.FloodlightGroups.Get get(Long floodlightGroupId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.floodlightGroupId - Required. The ID of the Floodlight group to fetch.IOExceptionpublic DisplayVideo.FloodlightGroups.Patch patch(Long floodlightGroupId, FloodlightGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.floodlightGroupId - Output only. The unique ID of the Floodlight group. Assigned by the system.content - the FloodlightGroupIOExceptionpublic DisplayVideo.FloodlightGroups.FloodlightActivities floodlightActivities()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.FloodlightActivities.List request = displayvideo.floodlightActivities().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.