Class CreativeFieldValuesResource
The "creativeFieldValues" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class CreativeFieldValuesResource
Constructors
CreativeFieldValuesResource(IClientService)
Constructs a new resource.
Declaration
public CreativeFieldValuesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(long, long, long)
Deletes an existing creative field value.
Declaration
public virtual CreativeFieldValuesResource.DeleteRequest Delete(long profileId, long creativeFieldId, long id)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | creativeFieldId | Creative field ID for this creative field value. |
long | id | Creative Field Value ID |
Returns
Type | Description |
---|---|
CreativeFieldValuesResource.DeleteRequest |
Get(long, long, long)
Gets one creative field value by ID.
Declaration
public virtual CreativeFieldValuesResource.GetRequest Get(long profileId, long creativeFieldId, long id)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | creativeFieldId | Creative field ID for this creative field value. |
long | id | Creative Field Value ID |
Returns
Type | Description |
---|---|
CreativeFieldValuesResource.GetRequest |
Insert(CreativeFieldValue, long, long)
Inserts a new creative field value.
Declaration
public virtual CreativeFieldValuesResource.InsertRequest Insert(CreativeFieldValue body, long profileId, long creativeFieldId)
Parameters
Type | Name | Description |
---|---|---|
CreativeFieldValue | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
long | creativeFieldId | Creative field ID for this creative field value. |
Returns
Type | Description |
---|---|
CreativeFieldValuesResource.InsertRequest |
List(long, long)
Retrieves a list of creative field values, possibly filtered. This method supports paging.
Declaration
public virtual CreativeFieldValuesResource.ListRequest List(long profileId, long creativeFieldId)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | creativeFieldId | Creative field ID for this creative field value. |
Returns
Type | Description |
---|---|
CreativeFieldValuesResource.ListRequest |
Patch(CreativeFieldValue, long, long, long)
Updates an existing creative field value. This method supports patch semantics.
Declaration
public virtual CreativeFieldValuesResource.PatchRequest Patch(CreativeFieldValue body, long profileId, long creativeFieldId, long id)
Parameters
Type | Name | Description |
---|---|---|
CreativeFieldValue | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
long | creativeFieldId | CreativeField ID. |
long | id | CreativeFieldValue ID. |
Returns
Type | Description |
---|---|
CreativeFieldValuesResource.PatchRequest |
Update(CreativeFieldValue, long, long)
Updates an existing creative field value.
Declaration
public virtual CreativeFieldValuesResource.UpdateRequest Update(CreativeFieldValue body, long profileId, long creativeFieldId)
Parameters
Type | Name | Description |
---|---|---|
CreativeFieldValue | body | The body of the request. |
long | profileId | User profile ID associated with this request. |
long | creativeFieldId | Creative field ID for this creative field value. |
Returns
Type | Description |
---|---|
CreativeFieldValuesResource.UpdateRequest |