Class GoogleAdWordsLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.GoogleAdWordsLinkedService
Google AdWords service linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of GoogleAdWordsLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the authenticationType property: The OAuth 2.0 authentication mechanism used for authentication.Get the clientCustomerId property: The Client customer ID of the AdWords account that you want to fetch report data for.clientId()
Get the clientId property: The client id of the google application used to acquire the refresh token.Get the clientSecret property: The client secret of the google application used to acquire the refresh token.Get the connectionProperties property: Properties used to connect to GoogleAds.Get the developerToken property: The developer token associated with the manager account that you use to grant access to the AdWords API.email()
Get the email property: The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.Get the encryptedCredential property: The encrypted credential used for authentication.Get 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.Get the refreshToken property: The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication.Get the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL.Get the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file.void
validate()
Validates the instance.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withAuthenticationType
(GoogleAdWordsAuthenticationType authenticationType) Set the authenticationType property: The OAuth 2.0 authentication mechanism used for authentication.withClientCustomerId
(Object clientCustomerId) Set the clientCustomerId property: The Client customer ID of the AdWords account that you want to fetch report data for.withClientId
(Object clientId) Set the clientId property: The client id of the google application used to acquire the refresh token.withClientSecret
(SecretBase clientSecret) Set the clientSecret property: The client secret of the google application used to acquire the refresh token.withConnectionProperties
(Object connectionProperties) Set the connectionProperties property: Properties used to connect to GoogleAds.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.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.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.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.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withRefreshToken
(SecretBase refreshToken) Set the refreshToken property: The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication.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.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.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
GoogleAdWordsLinkedService
public GoogleAdWordsLinkedService()Creates an instance of GoogleAdWordsLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
connectionProperties
Get the connectionProperties property: Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.- Returns:
- the connectionProperties value.
-
withConnectionProperties
Set the connectionProperties property: Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.- Parameters:
connectionProperties
- the connectionProperties value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
clientCustomerId
Get the clientCustomerId property: The Client customer ID of the AdWords account that you want to fetch report data for.- Returns:
- the clientCustomerId value.
-
withClientCustomerId
Set the clientCustomerId property: The Client customer ID of the AdWords account that you want to fetch report data for.- Parameters:
clientCustomerId
- the clientCustomerId value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
developerToken
Get the developerToken property: The developer token associated with the manager account that you use to grant access to the AdWords API.- Returns:
- the developerToken value.
-
withDeveloperToken
Set the developerToken property: The developer token associated with the manager account that you use to grant access to the AdWords API.- Parameters:
developerToken
- the developerToken value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
authenticationType
Get the authenticationType property: The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.- Returns:
- the authenticationType value.
-
withAuthenticationType
public GoogleAdWordsLinkedService withAuthenticationType(GoogleAdWordsAuthenticationType authenticationType) Set the authenticationType property: The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.- Parameters:
authenticationType
- the authenticationType value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
refreshToken
Get the refreshToken property: The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication.- Returns:
- the refreshToken value.
-
withRefreshToken
Set the refreshToken property: The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication.- Parameters:
refreshToken
- the refreshToken value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
clientId
Get the clientId property: The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).- Returns:
- the clientId value.
-
withClientId
Set the clientId property: The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).- Parameters:
clientId
- the clientId value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
clientSecret
Get the clientSecret property: The client secret of the google application used to acquire the refresh token.- Returns:
- the clientSecret value.
-
withClientSecret
Set the clientSecret property: The client secret of the google application used to acquire the refresh token.- Parameters:
clientSecret
- the clientSecret value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
email
Get the email property: The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.- Returns:
- the email value.
-
withEmail
Set the email property: The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.- Parameters:
email
- the email value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
keyFilePath
Get 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.- Returns:
- the keyFilePath value.
-
withKeyFilePath
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.- Parameters:
keyFilePath
- the keyFilePath value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
trustedCertPath
Get the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.- Returns:
- the trustedCertPath value.
-
withTrustedCertPath
Set the trustedCertPath property: The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.- Parameters:
trustedCertPath
- the trustedCertPath value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
useSystemTrustStore
Get the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.- Returns:
- the useSystemTrustStore value.
-
withUseSystemTrustStore
Set the useSystemTrustStore property: Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.- Parameters:
useSystemTrustStore
- the useSystemTrustStore value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
encryptedCredential
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the GoogleAdWordsLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-