public class DisplayVideo.FirstPartyAndPartnerAudiences extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.FirstPartyAndPartnerAudiences.Create |
class |
DisplayVideo.FirstPartyAndPartnerAudiences.EditCustomerMatchMembers |
class |
DisplayVideo.FirstPartyAndPartnerAudiences.Get |
class |
DisplayVideo.FirstPartyAndPartnerAudiences.List |
class |
DisplayVideo.FirstPartyAndPartnerAudiences.Patch |
| Constructor and Description |
|---|
FirstPartyAndPartnerAudiences() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.FirstPartyAndPartnerAudiences.Create |
create(FirstPartyAndPartnerAudience content)
Creates a FirstPartyAndPartnerAudience.
|
DisplayVideo.FirstPartyAndPartnerAudiences.EditCustomerMatchMembers |
editCustomerMatchMembers(Long firstPartyAndPartnerAudienceId,
EditCustomerMatchMembersRequest content)
Updates the member list of a Customer Match audience.
|
DisplayVideo.FirstPartyAndPartnerAudiences.Get |
get(Long firstPartyAndPartnerAudienceId)
Gets a first party or partner audience.
|
DisplayVideo.FirstPartyAndPartnerAudiences.List |
list()
Lists first party and partner audiences.
|
DisplayVideo.FirstPartyAndPartnerAudiences.Patch |
patch(Long firstPartyAndPartnerAudienceId,
FirstPartyAndPartnerAudience content)
Updates an existing FirstPartyAndPartnerAudience.
|
public DisplayVideo.FirstPartyAndPartnerAudiences.Create create(FirstPartyAndPartnerAudience content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the FirstPartyAndPartnerAudienceIOExceptionpublic DisplayVideo.FirstPartyAndPartnerAudiences.EditCustomerMatchMembers editCustomerMatchMembers(Long firstPartyAndPartnerAudienceId, EditCustomerMatchMembersRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.firstPartyAndPartnerAudienceId - Required. The ID of the Customer Match FirstPartyAndPartnerAudience whose members will be edited.content - the EditCustomerMatchMembersRequestIOExceptionpublic DisplayVideo.FirstPartyAndPartnerAudiences.Get get(Long firstPartyAndPartnerAudienceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.firstPartyAndPartnerAudienceId - Required. The ID of the first party and partner audience to fetch.IOExceptionpublic DisplayVideo.FirstPartyAndPartnerAudiences.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic DisplayVideo.FirstPartyAndPartnerAudiences.Patch patch(Long firstPartyAndPartnerAudienceId, FirstPartyAndPartnerAudience content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.firstPartyAndPartnerAudienceId - Identifier. The unique ID of the first party and partner audience. Assigned by the system.content - the FirstPartyAndPartnerAudienceIOExceptionCopyright © 2011–2026 Google. All rights reserved.