Package com.algolia.model.ingestion
Class AuthGoogleServiceAccount
java.lang.Object
com.algolia.model.ingestion.AuthGoogleServiceAccount
- All Implemented Interfaces:
AuthInput
Authentication input to connect to a Google service (e.g. BigQuery).
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.AuthInput
AuthInput.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEmail address of the Service Account.Private key of the Service Account.inthashCode()setClientEmail(String clientEmail) setPrivateKey(String privateKey) toString()
-
Constructor Details
-
AuthGoogleServiceAccount
public AuthGoogleServiceAccount()
-
-
Method Details