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:
jianglai 2018-01-03 09:48:55 -08:00
parent c55df2fb1b
commit 27f12b9390

View file

@ -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}.
*
* <p>This is a trivially serializable class that allows Beam to transform the results of a
* Bigquery query into a standard Java representation, giving us the type guarantees and ease of
* manipulation Bigquery lacks, while localizing any Bigquery-side failures to the
* {@link #parseFromRecord} function.
* <p>This is a trivially serializable class that allows Beam to transform the results of a Bigquery
* query into a standard Java representation, giving us the type guarantees and ease of manipulation
* Bigquery lacks, while localizing any Bigquery-side failures to the {@link #parseFromRecord}
* function.
*/
@AutoValue
public abstract class BillingEvent implements Serializable {
@ -50,6 +50,7 @@ public abstract class BillingEvent implements Serializable {
private static final DateTimeFormatter DATE_TIME_FORMATTER =
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss zzz");
private static final ImmutableList<String> FIELD_NAMES =
ImmutableList.of(
"id",