AuthGoogleServiceAccountPartial

algoliasearch.ingestion.AuthGoogleServiceAccountPartial
case class AuthGoogleServiceAccountPartial(clientEmail: Option[String], privateKey: Option[String]) extends AuthInputPartialTrait

Authentication input to connect to a Google service (e.g. BigQuery).

Value parameters

clientEmail

Email address of the Service Account.

privateKey

Private key of the Service Account.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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