mirror of
https://github.com/google/nomulus.git
synced 2025-05-08 15:58:21 +02:00
Update Google Domains PO number for beam pipeline
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180681926
This commit is contained in:
parent
c55df2fb1b
commit
27f12b9390
1 changed files with 5 additions and 4 deletions
|
@ -37,10 +37,10 @@ import org.apache.beam.sdk.io.gcp.bigquery.SchemaAndRecord;
|
||||||
/**
|
/**
|
||||||
* A POJO representing a single billable event, parsed from a {@code SchemaAndRecord}.
|
* A POJO representing a single billable event, parsed from a {@code SchemaAndRecord}.
|
||||||
*
|
*
|
||||||
* <p>This is a trivially serializable class that allows Beam to transform the results of a
|
* <p>This is a trivially serializable class that allows Beam to transform the results of a Bigquery
|
||||||
* Bigquery query into a standard Java representation, giving us the type guarantees and ease of
|
* query into a standard Java representation, giving us the type guarantees and ease of manipulation
|
||||||
* manipulation Bigquery lacks, while localizing any Bigquery-side failures to the
|
* Bigquery lacks, while localizing any Bigquery-side failures to the {@link #parseFromRecord}
|
||||||
* {@link #parseFromRecord} function.
|
* function.
|
||||||
*/
|
*/
|
||||||
@AutoValue
|
@AutoValue
|
||||||
public abstract class BillingEvent implements Serializable {
|
public abstract class BillingEvent implements Serializable {
|
||||||
|
@ -50,6 +50,7 @@ public abstract class BillingEvent implements Serializable {
|
||||||
private static final DateTimeFormatter DATE_TIME_FORMATTER =
|
private static final DateTimeFormatter DATE_TIME_FORMATTER =
|
||||||
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss zzz");
|
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss zzz");
|
||||||
|
|
||||||
|
|
||||||
private static final ImmutableList<String> FIELD_NAMES =
|
private static final ImmutableList<String> FIELD_NAMES =
|
||||||
ImmutableList.of(
|
ImmutableList.of(
|
||||||
"id",
|
"id",
|
||||||
|
|
Loading…
Add table
Reference in a new issue