public static interface FeatureViewSync.SyncSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getRowSynced()
Output only.
|
com.google.protobuf.Timestamp |
getSystemWatermarkTime()
Lower bound of the system time watermark for the sync job.
|
com.google.protobuf.TimestampOrBuilder |
getSystemWatermarkTimeOrBuilder()
Lower bound of the system time watermark for the sync job.
|
long |
getTotalSlot()
Output only.
|
boolean |
hasSystemWatermarkTime()
Lower bound of the system time watermark for the sync job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getRowSynced()
Output only. Total number of rows synced.
int64 row_synced = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];long getTotalSlot()
Output only. BigQuery slot milliseconds consumed for the sync job.
int64 total_slot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.