Class EventTagsResource
The "eventTags" collection of methods.
Inheritance
System.Object
EventTagsResource
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 EventTagsResource
Constructors
EventTagsResource(IClientService)
Constructs a new resource.
Declaration
public EventTagsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Delete(Int64, Int64)
Deletes an existing event tag.
Declaration
public virtual EventTagsResource.DeleteRequest Delete(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | Event tag ID. |
Returns
Type | Description |
---|---|
EventTagsResource.DeleteRequest |
Get(Int64, Int64)
Gets one event tag by ID.
Declaration
public virtual EventTagsResource.GetRequest Get(long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | Event tag ID. |
Returns
Type | Description |
---|---|
EventTagsResource.GetRequest |
Insert(EventTag, Int64)
Inserts a new event tag.
Declaration
public virtual EventTagsResource.InsertRequest Insert(EventTag body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
EventTag | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
EventTagsResource.InsertRequest |
List(Int64)
Retrieves a list of event tags, possibly filtered.
Declaration
public virtual EventTagsResource.ListRequest List(long profileId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
EventTagsResource.ListRequest |
Patch(EventTag, Int64, Int64)
Updates an existing event tag. This method supports patch semantics.
Declaration
public virtual EventTagsResource.PatchRequest Patch(EventTag body, long profileId, long id)
Parameters
Type | Name | Description |
---|---|---|
EventTag | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | id | EventTag ID. |
Returns
Type | Description |
---|---|
EventTagsResource.PatchRequest |
Update(EventTag, Int64)
Updates an existing event tag.
Declaration
public virtual EventTagsResource.UpdateRequest Update(EventTag body, long profileId)
Parameters
Type | Name | Description |
---|---|---|
EventTag | body | The body of the request. |
System.Int64 | profileId | User profile ID associated with this request. |
Returns
Type | Description |
---|---|
EventTagsResource.UpdateRequest |