AuthGoogleServiceAccountPartial

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

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