Interface GoogleDriveParameters.Builder

  • Method Details

    • authType

      The authentication type for the Google Drive data source. Valid values include:

      • SERVICE_ACCOUNT – Server-to-server authentication using a Google service account key.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Parameters:
      authType - The authentication type for the Google Drive data source. Valid values include:

      • SERVICE_ACCOUNT – Server-to-server authentication using a Google service account key.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authType

      The authentication type for the Google Drive data source. Valid values include:

      • SERVICE_ACCOUNT – Server-to-server authentication using a Google service account key.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Parameters:
      authType - The authentication type for the Google Drive data source. Valid values include:

      • SERVICE_ACCOUNT – Server-to-server authentication using a Google service account key.

      • THREE_LEGGED_OAUTH – Interactive OAuth that requires user consent.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: