Package google.registry.beam.billing
Class InvoicingPipeline
- java.lang.Object
-
- google.registry.beam.billing.InvoicingPipeline
-
- All Implemented Interfaces:
java.io.Serializable
public class InvoicingPipeline extends java.lang.Object implements java.io.Serializable
Definition of a Dataflow Flex pipeline template, which generates a given month's invoices.To stage this template locally, run
./nom_build :core:sBP --environment=alpha --pipeline=invoicing
.Then, you can run the staged template via the API client library, gCloud or a raw REST call.
- See Also:
- Using Flex Templates, Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-