public class DisplayVideo.Advertisers.Creatives extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.Creatives.Create |
class |
DisplayVideo.Advertisers.Creatives.Delete |
class |
DisplayVideo.Advertisers.Creatives.Get |
class |
DisplayVideo.Advertisers.Creatives.List |
class |
DisplayVideo.Advertisers.Creatives.Patch |
| Constructor and Description |
|---|
Creatives() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Creatives.Create |
create(Long advertiserId,
Creative content)
Creates a new creative.
|
DisplayVideo.Advertisers.Creatives.Delete |
delete(Long advertiserId,
Long creativeId)
Deletes a creative.
|
DisplayVideo.Advertisers.Creatives.Get |
get(Long advertiserId,
Long creativeId)
Gets a creative.
|
DisplayVideo.Advertisers.Creatives.List |
list(Long advertiserId)
Lists creatives in an advertiser.
|
DisplayVideo.Advertisers.Creatives.Patch |
patch(Long advertiserId,
Long creativeId,
Creative content)
Updates an existing creative.
|
public DisplayVideo.Advertisers.Creatives.Create create(Long advertiserId, Creative content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the creative belongs to.content - the CreativeIOExceptionpublic DisplayVideo.Advertisers.Creatives.Delete delete(Long advertiserId, Long creativeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser this creative belongs to.creativeId - The ID of the creative to be deleted.IOExceptionpublic DisplayVideo.Advertisers.Creatives.Get get(Long advertiserId, Long creativeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser this creative belongs to.creativeId - Required. The ID of the creative to fetch.IOExceptionpublic DisplayVideo.Advertisers.Creatives.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Required. The ID of the advertiser to list creatives for.IOExceptionpublic DisplayVideo.Advertisers.Creatives.Patch patch(Long advertiserId, Long creativeId, Creative content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - Output only. The unique ID of the advertiser the creative belongs to.creativeId - Output only. The unique ID of the creative. Assigned by the system.content - the CreativeIOExceptionCopyright © 2011–2026 Google. All rights reserved.