public abstract static class PubsubJsonTableProvider.PubsubIOTableConfiguration
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PubsubIOTableConfiguration() |
Modifier and Type | Method and Description |
---|---|
abstract Schema |
getSchema()
Table schema, describes Pubsub message schema.
|
boolean |
useDlq() |
boolean |
useTimestampAttribute() |
public boolean useDlq()
public boolean useTimestampAttribute()
public abstract Schema getSchema()
If getUseFlatSchema()
is not set, schema must contain exactly fields
'event_timestamp', 'attributes, and 'payload'. Else, it must contain just 'event_timestamp'.
See for details.