public static interface FeatureViewSync.SyncSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRowSynced()
public abstract long getRowSynced()
Output only. Total number of rows synced.
int64 row_synced = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The rowSynced. |
getSystemWatermarkTime()
public abstract Timestamp getSystemWatermarkTime()
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
.google.protobuf.Timestamp system_watermark_time = 5;
Returns | |
---|---|
Type | Description |
Timestamp |
The systemWatermarkTime. |
getSystemWatermarkTimeOrBuilder()
public abstract TimestampOrBuilder getSystemWatermarkTimeOrBuilder()
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
.google.protobuf.Timestamp system_watermark_time = 5;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getTotalSlot()
public abstract long getTotalSlot()
Output only. BigQuery slot milliseconds consumed for the sync job.
int64 total_slot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The totalSlot. |
hasSystemWatermarkTime()
public abstract boolean hasSystemWatermarkTime()
Lower bound of the system time watermark for the sync job. This is only set for continuously syncing feature views.
.google.protobuf.Timestamp system_watermark_time = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the systemWatermarkTime field is set. |