Class InvoicingPipeline

java.lang.Object
google.registry.beam.billing.InvoicingPipeline
All Implemented Interfaces:
Serializable

public class InvoicingPipeline extends Object implements 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:
  • Method Details

    • main

      public static void main(String[] args)