Package google.registry.reporting
Class ReportingModule
java.lang.Object
google.registry.reporting.ReportingModule
Dagger module for injecting common settings for all reporting tasks.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final int
The amount of time expected for the Dataflow jobs to complete.static final String
The request parameter name used by reporting actions that take a local date as a parameter, which defaults to the current date.static final String
The request parameter specifying the jobId for a running Dataflow pipeline.static final String
The request parameter name used by reporting actions that takes a year/month parameter, which defaults to the last month.static final String
The request parameter name used by actions to indicate if an email should be sent. -
Constructor Summary
-
Method Summary
-
Field Details
-
BEAM_QUEUE
- See Also:
-
ENQUEUE_DELAY_MINUTES
public static final int ENQUEUE_DELAY_MINUTESThe amount of time expected for the Dataflow jobs to complete.- See Also:
-
PARAM_YEAR_MONTH
The request parameter name used by reporting actions that takes a year/month parameter, which defaults to the last month.- See Also:
-
PARAM_DATE
The request parameter name used by reporting actions that take a local date as a parameter, which defaults to the current date.- See Also:
-
PARAM_JOB_ID
The request parameter specifying the jobId for a running Dataflow pipeline.- See Also:
-
SEND_EMAIL
The request parameter name used by actions to indicate if an email should be sent. This parameter defaults to true if not specified.- See Also:
-
-
Constructor Details
-
ReportingModule
public ReportingModule()
-