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