AuthGoogleServiceAccount

algoliasearch.ingestion.AuthGoogleServiceAccount
case class AuthGoogleServiceAccount(clientEmail: String, privateKey: String) extends AuthInputTrait

Credentials for authenticating with a Google service account, such as BigQuery.

Value parameters

clientEmail

Email address of the Google service account.

privateKey

Private key of the Google service account. This field is null in the API response.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AuthInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product