Show / Hide Table of Contents

Class FloodlightConfigurationsResource

The "floodlightConfigurations" collection of methods.

Inheritance
System.Object
FloodlightConfigurationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class FloodlightConfigurationsResource

Constructors

FloodlightConfigurationsResource(IClientService)

Constructs a new resource.

Declaration
public FloodlightConfigurationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(Int64, Int64)

Gets one floodlight configuration by ID.

Declaration
public virtual FloodlightConfigurationsResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

System.Int64 id

Floodlight configuration ID.

Returns
Type Description
FloodlightConfigurationsResource.GetRequest

List(Int64)

Retrieves a list of floodlight configurations, possibly filtered.

Declaration
public virtual FloodlightConfigurationsResource.ListRequest List(long profileId)
Parameters
Type Name Description
System.Int64 profileId

User profile ID associated with this request.

Returns
Type Description
FloodlightConfigurationsResource.ListRequest

Patch(FloodlightConfiguration, Int64, Int64)

Updates an existing floodlight configuration. This method supports patch semantics.

Declaration
public virtual FloodlightConfigurationsResource.PatchRequest Patch(FloodlightConfiguration body, long profileId, long id)
Parameters
Type Name Description
FloodlightConfiguration body

The body of the request.

System.Int64 profileId

User profile ID associated with this request.

System.Int64 id

FloodlightConfiguration ID.

Returns
Type Description
FloodlightConfigurationsResource.PatchRequest

Update(FloodlightConfiguration, Int64)

Updates an existing floodlight configuration.

Declaration
public virtual FloodlightConfigurationsResource.UpdateRequest Update(FloodlightConfiguration body, long profileId)
Parameters
Type Name Description
FloodlightConfiguration body

The body of the request.

System.Int64 profileId

User profile ID associated with this request.

Returns
Type Description
FloodlightConfigurationsResource.UpdateRequest
In This Article
Back to top