Package com.algolia.model.ingestion
Class SourceGA4BigQueryExport
java.lang.Object
com.algolia.model.ingestion.SourceGA4BigQueryExport
- All Implemented Interfaces:
SourceInput
,SourceUpdateInput
SourceGA4BigQueryExport
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceInput
SourceInput.Deserializer
Nested classes/interfaces inherited from interface com.algolia.model.ingestion.SourceUpdateInput
SourceUpdateInput.Deserializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
BigQuery dataset ID that the BigQuery export writes to.GCP project ID that the BigQuery export writes to.Prefix of the tables that the BigQuery Export writes to.int
hashCode()
setDatasetID
(String datasetID) setProjectID
(String projectID) setTablePrefix
(String tablePrefix) toString()
-
Constructor Details
-
SourceGA4BigQueryExport
public SourceGA4BigQueryExport()
-
-
Method Details
-
setProjectID
-
getProjectID
GCP project ID that the BigQuery export writes to. -
setDatasetID
-
getDatasetID
BigQuery dataset ID that the BigQuery export writes to. -
setTablePrefix
-
getTablePrefix
Prefix of the tables that the BigQuery Export writes to. -
equals
-
hashCode
public int hashCode() -
toString
-