public class Dfareporting.RemarketingListShares extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.RemarketingListShares.Get |
class |
Dfareporting.RemarketingListShares.Patch |
class |
Dfareporting.RemarketingListShares.Update |
| Constructor and Description |
|---|
RemarketingListShares() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.RemarketingListShares.Get |
get(Long profileId,
Long remarketingListId)
Gets one remarketing list share by remarketing list ID.
|
Dfareporting.RemarketingListShares.Patch |
patch(Long profileId,
Long id,
RemarketingListShare content)
Updates an existing RemarketingListShare.
|
Dfareporting.RemarketingListShares.Update |
update(Long profileId,
RemarketingListShare content)
Updates an existing remarketing list share.
|
public Dfareporting.RemarketingListShares.Get get(Long profileId, Long remarketingListId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.remarketingListId - Remarketing list ID.IOExceptionpublic Dfareporting.RemarketingListShares.Patch patch(Long profileId, Long id, RemarketingListShare content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. RemarketingList ID.content - the RemarketingListShareIOExceptionpublic Dfareporting.RemarketingListShares.Update update(Long profileId, RemarketingListShare content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the RemarketingListShareIOExceptionCopyright © 2011–2023 Google. All rights reserved.