Class GoogleSheetsLinkedServiceTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.GoogleSheetsLinkedServiceTypeProperties

public final class GoogleSheetsLinkedServiceTypeProperties extends Object
GoogleSheets linked service type properties.
  • Constructor Details

    • GoogleSheetsLinkedServiceTypeProperties

      public GoogleSheetsLinkedServiceTypeProperties()
  • Method Details

    • apiToken

      public SecretBase apiToken()
      Get the apiToken property: The api token for the GoogleSheets source.
      Returns:
      the apiToken value.
    • withApiToken

      public GoogleSheetsLinkedServiceTypeProperties withApiToken(SecretBase apiToken)
      Set the apiToken property: The api token for the GoogleSheets source.
      Parameters:
      apiToken - the apiToken value to set.
      Returns:
      the GoogleSheetsLinkedServiceTypeProperties object itself.
    • encryptedCredential

      public Object 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

      public GoogleSheetsLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential)
      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 GoogleSheetsLinkedServiceTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.