All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.objectify.insight.puller.InsightDataset Maven / Gradle / Ivy

package com.googlecode.objectify.insight.puller;

/**
 * The "address" of the dataset used to store insight data. If you're using guice, you must
 * bind this to a real implementation.
 */
public interface InsightDataset {
	String projectId();
	String datasetId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy