public class Dfareporting.EventTags extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.EventTags.Delete |
class |
Dfareporting.EventTags.Get |
class |
Dfareporting.EventTags.Insert |
class |
Dfareporting.EventTags.List |
class |
Dfareporting.EventTags.Patch |
class |
Dfareporting.EventTags.Update |
| Constructor and Description |
|---|
EventTags() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.EventTags.Delete |
delete(Long profileId,
Long id)
Deletes an existing event tag.
|
Dfareporting.EventTags.Get |
get(Long profileId,
Long id)
Gets one event tag by ID.
|
Dfareporting.EventTags.Insert |
insert(Long profileId,
EventTag content)
Inserts a new event tag.
|
Dfareporting.EventTags.List |
list(Long profileId)
Retrieves a list of event tags, possibly filtered.
|
Dfareporting.EventTags.Patch |
patch(Long profileId,
Long id,
EventTag content)
Updates an existing event tag.
|
Dfareporting.EventTags.Update |
update(Long profileId,
EventTag content)
Updates an existing event tag.
|
public Dfareporting.EventTags.Delete delete(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Event tag ID.IOExceptionpublic Dfareporting.EventTags.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Event tag ID.IOExceptionpublic Dfareporting.EventTags.Insert insert(Long profileId, EventTag content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the EventTagIOExceptionpublic Dfareporting.EventTags.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.EventTags.Patch patch(Long profileId, Long id, EventTag content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. EventTag ID.content - the EventTagIOExceptionpublic Dfareporting.EventTags.Update update(Long profileId, EventTag content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the EventTagIOExceptionCopyright © 2011–2023 Google. All rights reserved.