Package com.algolia.model.ingestion
Class AuthGoogleServiceAccountPartial
java.lang.Object
com.algolia.model.ingestion.AuthGoogleServiceAccountPartial
- All Implemented Interfaces:
AuthInputPartial
Authentication input to connect to a Google service (e.g. BigQuery).
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.AuthInputPartial
AuthInputPartial.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
-
AuthGoogleServiceAccountPartial
public AuthGoogleServiceAccountPartial()
-
-
Method Details