Package | Description |
---|---|
com.google.api.ads.admanager.lib.client |
Modifier and Type | Method and Description |
---|---|
AdManagerSession.Builder |
AdManagerSession.Builder.from(org.apache.commons.configuration.Configuration config)
Reads properties from the provided
Configuration object.Known properties: api.admanager.applicationName api.admanager.networkCode api.admanager.endpoint |
AdManagerSession.Builder |
AdManagerSession.Builder.fromFile() |
AdManagerSession.Builder |
AdManagerSession.Builder.fromFile(File path) |
AdManagerSession.Builder |
AdManagerSession.Builder.fromFile(String path) |
AdManagerSession.Builder |
AdManagerSession.Builder.fromFile(URL path) |
AdManagerSession.Builder |
AdManagerSession.newBuilder()
Returns a new
AdManagerSession.Builder with all settings copied from this session. |
AdManagerSession.Builder |
AdManagerSession.Builder.withApplicationName(String applicationName)
Includes application name (any string of your choice).
|
AdManagerSession.Builder |
AdManagerSession.Builder.withEndpoint(String endpoint)
Override the endpoint server.
|
AdManagerSession.Builder |
AdManagerSession.Builder.withNetworkCode(String networkCode)
Includes network code.
|
AdManagerSession.Builder |
AdManagerSession.Builder.withOAuth2Credential(com.google.api.client.auth.oauth2.Credential oAuth2Credential)
Includes OAuth2 credential to be used for OAuth2 authentication.
|
Copyright © 2020. All Rights Reserved.