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