Class FeatureViewSync.Builder

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

public static final class FeatureViewSync.Builder extends com.google.protobuf.GeneratedMessage.Builder<FeatureViewSync.Builder> implements FeatureViewSyncOrBuilder
 FeatureViewSync is a representation of sync operation which copies data from
 data source to Feature View in Online Store.
 
Protobuf type google.cloud.aiplatform.v1.FeatureViewSync
  • 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.Builder>
    • clear

      public FeatureViewSync.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.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.Builder>
    • getDefaultInstanceForType

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

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

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

      public FeatureViewSync.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.Builder>
    • mergeFrom

      public FeatureViewSync.Builder mergeFrom(FeatureViewSync other)
    • isInitialized

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

      public FeatureViewSync.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.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       Identifier. Name of the FeatureViewSync. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getName in interface FeatureViewSyncOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Identifier. Name of the FeatureViewSync. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Specified by:
      getNameBytes in interface FeatureViewSyncOrBuilder
      Returns:
      The bytes for name.
    • setName

      public FeatureViewSync.Builder setName(String value)
       Identifier. Name of the FeatureViewSync. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public FeatureViewSync.Builder clearName()
       Identifier. Name of the FeatureViewSync. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      This builder for chaining.
    • setNameBytes

      public FeatureViewSync.Builder setNameBytes(com.google.protobuf.ByteString value)
       Identifier. Name of the FeatureViewSync. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasCreateTime

      public boolean hasCreateTime()
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreateTime in interface FeatureViewSyncOrBuilder
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      public com.google.protobuf.Timestamp getCreateTime()
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTime in interface FeatureViewSyncOrBuilder
      Returns:
      The createTime.
    • setCreateTime

      public FeatureViewSync.Builder setCreateTime(com.google.protobuf.Timestamp value)
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setCreateTime

      public FeatureViewSync.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeCreateTime

      public FeatureViewSync.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearCreateTime

      public FeatureViewSync.Builder clearCreateTime()
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Time when this FeatureViewSync is created. Creation of a
       FeatureViewSync means that the job is pending / waiting for sufficient
       resources but may not have started the actual data transfer yet.
       
      .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTimeOrBuilder in interface FeatureViewSyncOrBuilder
    • hasRunTime

      public boolean hasRunTime()
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasRunTime in interface FeatureViewSyncOrBuilder
      Returns:
      Whether the runTime field is set.
    • getRunTime

      public Interval getRunTime()
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRunTime in interface FeatureViewSyncOrBuilder
      Returns:
      The runTime.
    • setRunTime

      public FeatureViewSync.Builder setRunTime(Interval value)
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setRunTime

      public FeatureViewSync.Builder setRunTime(Interval.Builder builderForValue)
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeRunTime

      public FeatureViewSync.Builder mergeRunTime(Interval value)
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearRunTime

      public FeatureViewSync.Builder clearRunTime()
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRunTimeBuilder

      public Interval.Builder getRunTimeBuilder()
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getRunTimeOrBuilder

      public IntervalOrBuilder getRunTimeOrBuilder()
       Output only. Time when this FeatureViewSync is finished.
       
      .google.type.Interval run_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRunTimeOrBuilder in interface FeatureViewSyncOrBuilder
    • hasFinalStatus

      public boolean hasFinalStatus()
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasFinalStatus in interface FeatureViewSyncOrBuilder
      Returns:
      Whether the finalStatus field is set.
    • getFinalStatus

      public Status getFinalStatus()
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFinalStatus in interface FeatureViewSyncOrBuilder
      Returns:
      The finalStatus.
    • setFinalStatus

      public FeatureViewSync.Builder setFinalStatus(Status value)
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setFinalStatus

      public FeatureViewSync.Builder setFinalStatus(Status.Builder builderForValue)
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeFinalStatus

      public FeatureViewSync.Builder mergeFinalStatus(Status value)
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearFinalStatus

      public FeatureViewSync.Builder clearFinalStatus()
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFinalStatusBuilder

      public Status.Builder getFinalStatusBuilder()
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFinalStatusOrBuilder

      public StatusOrBuilder getFinalStatusOrBuilder()
       Output only. Final status of the FeatureViewSync.
       
      .google.rpc.Status final_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFinalStatusOrBuilder in interface FeatureViewSyncOrBuilder
    • hasSyncSummary

      public boolean hasSyncSummary()
       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasSyncSummary in interface FeatureViewSyncOrBuilder
      Returns:
      Whether the syncSummary field is set.
    • getSyncSummary

      public FeatureViewSync.SyncSummary getSyncSummary()
       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSyncSummary in interface FeatureViewSyncOrBuilder
      Returns:
      The syncSummary.
    • setSyncSummary

       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setSyncSummary

      public FeatureViewSync.Builder setSyncSummary(FeatureViewSync.SyncSummary.Builder builderForValue)
       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeSyncSummary

      public FeatureViewSync.Builder mergeSyncSummary(FeatureViewSync.SyncSummary value)
       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearSyncSummary

      public FeatureViewSync.Builder clearSyncSummary()
       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSyncSummaryBuilder

      public FeatureViewSync.SyncSummary.Builder getSyncSummaryBuilder()
       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSyncSummaryOrBuilder

      public FeatureViewSync.SyncSummaryOrBuilder getSyncSummaryOrBuilder()
       Output only. Summary of the sync job.
       
      .google.cloud.aiplatform.v1.FeatureViewSync.SyncSummary sync_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSyncSummaryOrBuilder in interface FeatureViewSyncOrBuilder
    • getSatisfiesPzs

      public boolean getSatisfiesPzs()
       Output only. Reserved for future use.
       
      bool satisfies_pzs = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSatisfiesPzs in interface FeatureViewSyncOrBuilder
      Returns:
      The satisfiesPzs.
    • setSatisfiesPzs

      public FeatureViewSync.Builder setSatisfiesPzs(boolean value)
       Output only. Reserved for future use.
       
      bool satisfies_pzs = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The satisfiesPzs to set.
      Returns:
      This builder for chaining.
    • clearSatisfiesPzs

      public FeatureViewSync.Builder clearSatisfiesPzs()
       Output only. Reserved for future use.
       
      bool satisfies_pzs = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • getSatisfiesPzi

      public boolean getSatisfiesPzi()
       Output only. Reserved for future use.
       
      bool satisfies_pzi = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSatisfiesPzi in interface FeatureViewSyncOrBuilder
      Returns:
      The satisfiesPzi.
    • setSatisfiesPzi

      public FeatureViewSync.Builder setSatisfiesPzi(boolean value)
       Output only. Reserved for future use.
       
      bool satisfies_pzi = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The satisfiesPzi to set.
      Returns:
      This builder for chaining.
    • clearSatisfiesPzi

      public FeatureViewSync.Builder clearSatisfiesPzi()
       Output only. Reserved for future use.
       
      bool satisfies_pzi = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.