Class FeatureViewSync.SyncSummary.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<FeatureViewSync.SyncSummary.Builder>
com.google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary.Builder
All Implemented Interfaces:
FeatureViewSync.SyncSummaryOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
FeatureViewSync.SyncSummary

public static final class FeatureViewSync.SyncSummary.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureViewSync.SyncSummary.Builder> implements FeatureViewSync.SyncSummaryOrBuilder
 Summary from the Sync job. For continuous syncs, the summary is updated
 periodically. For batch syncs, it gets updated on completion of the sync.
 
Protobuf type google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<FeatureViewSync.SyncSummary.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<FeatureViewSync.SyncSummary.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<FeatureViewSync.SyncSummary.Builder>
    • getDefaultInstanceForType

      public FeatureViewSync.SyncSummary getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public FeatureViewSync.SyncSummary buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public FeatureViewSync.SyncSummary.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureViewSync.SyncSummary.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<FeatureViewSync.SyncSummary.Builder>
    • mergeFrom

      public FeatureViewSync.SyncSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FeatureViewSync.SyncSummary.Builder>
      Throws:
      IOException
    • getRowSynced

      public long getRowSynced()
       Output only. Total number of rows synced.
       
      int64 row_synced = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRowSynced in interface FeatureViewSync.SyncSummaryOrBuilder
      Returns:
      The rowSynced.
    • setRowSynced

      public FeatureViewSync.SyncSummary.Builder setRowSynced(long value)
       Output only. Total number of rows synced.
       
      int64 row_synced = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The rowSynced to set.
      Returns:
      This builder for chaining.
    • clearRowSynced

      public FeatureViewSync.SyncSummary.Builder clearRowSynced()
       Output only. Total number of rows synced.
       
      int64 row_synced = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getTotalSlot

      public long getTotalSlot()
       Output only. BigQuery slot milliseconds consumed for the sync job.
       
      int64 total_slot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTotalSlot in interface FeatureViewSync.SyncSummaryOrBuilder
      Returns:
      The totalSlot.
    • setTotalSlot

      public FeatureViewSync.SyncSummary.Builder setTotalSlot(long value)
       Output only. BigQuery slot milliseconds consumed for the sync job.
       
      int64 total_slot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The totalSlot to set.
      Returns:
      This builder for chaining.
    • clearTotalSlot

      public FeatureViewSync.SyncSummary.Builder clearTotalSlot()
       Output only. BigQuery slot milliseconds consumed for the sync job.
       
      int64 total_slot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasSystemWatermarkTime

      public 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;
      Specified by:
      hasSystemWatermarkTime in interface FeatureViewSync.SyncSummaryOrBuilder
      Returns:
      Whether the systemWatermarkTime field is set.
    • getSystemWatermarkTime

      public 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;
      Specified by:
      getSystemWatermarkTime in interface FeatureViewSync.SyncSummaryOrBuilder
      Returns:
      The systemWatermarkTime.
    • setSystemWatermarkTime

      public FeatureViewSync.SyncSummary.Builder setSystemWatermarkTime(com.google.protobuf.Timestamp value)
       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;
    • setSystemWatermarkTime

      public FeatureViewSync.SyncSummary.Builder setSystemWatermarkTime(com.google.protobuf.Timestamp.Builder builderForValue)
       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;
    • mergeSystemWatermarkTime

      public FeatureViewSync.SyncSummary.Builder mergeSystemWatermarkTime(com.google.protobuf.Timestamp value)
       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;
    • clearSystemWatermarkTime

      public FeatureViewSync.SyncSummary.Builder clearSystemWatermarkTime()
       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;
    • getSystemWatermarkTimeBuilder

      public com.google.protobuf.Timestamp.Builder getSystemWatermarkTimeBuilder()
       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;
    • getSystemWatermarkTimeOrBuilder

      public 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;
      Specified by:
      getSystemWatermarkTimeOrBuilder in interface FeatureViewSync.SyncSummaryOrBuilder