Class CreativeGroupsResource
The "creativeGroups" collection of methods.
Inheritance
System.Object
CreativeGroupsResource
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_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class CreativeGroupsResource
Constructors
CreativeGroupsResource(IClientService)
Constructs a new resource.
Declaration
public CreativeGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64, Int64)
Gets one creative group by ID.
Declaration
public virtual CreativeGroupsResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | Creative group ID. |
Returns
Type | Description |
---|---|
CreativeGroupsResource.GetRequest |
Insert(CreativeGroup, Int64)
Inserts a new creative group.
Declaration
public virtual CreativeGroupsResource.InsertRequest Insert(CreativeGroup body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
CreativeGroup | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
CreativeGroupsResource.InsertRequest |
List(Int64)
Retrieves a list of creative groups, possibly filtered. This method supports paging.
Declaration
public virtual CreativeGroupsResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
CreativeGroupsResource.ListRequest |
Patch(CreativeGroup, Int64, Int64)
Updates an existing creative group. This method supports patch semantics.
Declaration
public virtual CreativeGroupsResource.PatchRequest Patch(CreativeGroup body, long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
CreativeGroup | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | CreativeGroup ID. |
Returns
Type | Description |
---|---|
CreativeGroupsResource.PatchRequest |
Update(CreativeGroup, Int64)
Updates an existing creative group.
Declaration
public virtual CreativeGroupsResource.UpdateRequest Update(CreativeGroup body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
CreativeGroup | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
CreativeGroupsResource.UpdateRequest |