Interface FeatureViewSync.SyncSummaryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureViewSync.SyncSummary, FeatureViewSync.SyncSummary.Builder
Enclosing class:
FeatureViewSync

public static interface FeatureViewSync.SyncSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Output only.
    com.google.protobuf.Timestamp
    Lower bound of the system time watermark for the sync job.
    com.google.protobuf.TimestampOrBuilder
    Lower bound of the system time watermark for the sync job.
    long
    Output only.
    boolean
    Lower bound of the system time watermark for the sync job.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRowSynced

      long getRowSynced()
       Output only. Total number of rows synced.
       
      int64 row_synced = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The rowSynced.
    • getTotalSlot

      long getTotalSlot()
       Output only. BigQuery slot milliseconds consumed for the sync job.
       
      int64 total_slot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The totalSlot.
    • hasSystemWatermarkTime

      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:
      Whether the systemWatermarkTime field is set.
    • getSystemWatermarkTime

      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;
      Returns:
      The systemWatermarkTime.
    • getSystemWatermarkTimeOrBuilder

      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;