Interface FeatureViewSync.SyncSummaryOrBuilder (3.42.0)

public static interface FeatureViewSync.SyncSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRowSynced()

public abstract long getRowSynced()

Output only. Total number of rows synced.

int64 row_synced = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The rowSynced.

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
TypeDescription
long

The totalSlot.