public static interface FeatureViewSync.SyncSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getRowSynced()
Output only.
|
long |
getTotalSlot()
Output only.
|
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];Copyright © 2024 Google LLC. All rights reserved.