Package com.algolia.model.ingestion
Class AuthGoogleServiceAccount
java.lang.Object
com.algolia.model.ingestion.AuthGoogleServiceAccount
- All Implemented Interfaces:
AuthInput
Credentials for authenticating with a Google service account, such as 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 Google service account.Private key of the Google service account.inthashCode()setClientEmail(String clientEmail) setPrivateKey(String privateKey) toString()
-
Constructor Details
-
AuthGoogleServiceAccount
public AuthGoogleServiceAccount()
-
-
Method Details
-
setClientEmail
-
getClientEmail
Email address of the Google service account. -
setPrivateKey
-
getPrivateKey
Private key of the Google service account. This field is `null` in the API response. -
equals
-
hashCode
public int hashCode() -
toString
-