Class FirebasePluginConfig
java.lang.Object
com.google.genkit.plugins.firebase.FirebasePluginConfig
Configuration for the Firebase plugin.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for FirebasePluginConfig. -
Method Summary
Modifier and TypeMethodDescriptionstatic FirebasePluginConfig.Builderbuilder()Creates a builder for FirebasePluginConfig.com.google.auth.oauth2.GoogleCredentialslongbooleanboolean
-
Method Details
-
builder
Creates a builder for FirebasePluginConfig.- Returns:
- a new builder
-
getProjectId
-
getCredentials
public com.google.auth.oauth2.GoogleCredentials getCredentials() -
getDatabaseUrl
-
isEnableTelemetry
public boolean isEnableTelemetry() -
isForceDevExport
public boolean isForceDevExport() -
getMetricExportIntervalMillis
public long getMetricExportIntervalMillis() -
getRetrieverConfigs
-