public class Dfareporting.StudioCreativeAssets extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.StudioCreativeAssets.Insert |
| Constructor and Description |
|---|
StudioCreativeAssets() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.StudioCreativeAssets.Insert |
insert(DfareportingStudioCreativeAssetsInsertRequest content)
Inserts a new studio creative asset.
|
Dfareporting.StudioCreativeAssets.Insert |
insert(DfareportingStudioCreativeAssetsInsertRequest content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Inserts a new studio creative asset.
|
public Dfareporting.StudioCreativeAssets.Insert insert(DfareportingStudioCreativeAssetsInsertRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the DfareportingStudioCreativeAssetsInsertRequestIOExceptionpublic Dfareporting.StudioCreativeAssets.Insert insert(DfareportingStudioCreativeAssetsInsertRequest content, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
This method should be used for uploading media content.
content - the DfareportingStudioCreativeAssetsInsertRequest media metadata or null if nonemediaContent - The media HTTP content.IOException - if the initialization of the request failsCopyright © 2011–2025 Google. All rights reserved.