Uses of Class
com.azure.resourcemanager.datafactory.models.GoogleAdWordsLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of GoogleAdWordsLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionGoogleAdWordsLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.GoogleAdWordsLinkedService.withAuthenticationType
(GoogleAdWordsAuthenticationType authenticationType) Set the authenticationType property: The OAuth 2.0 authentication mechanism used for authentication.GoogleAdWordsLinkedService.withClientCustomerId
(Object clientCustomerId) Set the clientCustomerId property: The Client customer ID of the AdWords account that you want to fetch report data for.GoogleAdWordsLinkedService.withClientId
(Object clientId) Set the clientId property: The client id of the google application used to acquire the refresh token.GoogleAdWordsLinkedService.withClientSecret
(SecretBase clientSecret) Set the clientSecret property: The client secret of the google application used to acquire the refresh token.GoogleAdWordsLinkedService.withConnectionProperties
(Object connectionProperties) Set the connectionProperties property: Properties used to connect to GoogleAds.GoogleAdWordsLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.GoogleAdWordsLinkedService.withDescription
(String description) Set the description property: Linked service description.GoogleAdWordsLinkedService.withDeveloperToken
(SecretBase developerToken) Set the developerToken property: The developer token associated with the manager account that you use to grant access to the AdWords API.Set the email property: The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.GoogleAdWordsLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.GoogleAdWordsLinkedService.withKeyFilePath
(Object keyFilePath) Set the keyFilePath property: The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.GoogleAdWordsLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.GoogleAdWordsLinkedService.withRefreshToken
(SecretBase refreshToken) Set the refreshToken property: The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication.GoogleAdWordsLinkedService.withTrustedCertPath
(Object trustedCertPath) Set the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL.GoogleAdWordsLinkedService.withUseSystemTrustStore
(Object useSystemTrustStore) Set the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file.