Class FeatureViewSync

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.FeatureViewSync
All Implemented Interfaces:
FeatureViewSyncOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class FeatureViewSync extends com.google.protobuf.GeneratedMessage 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
See Also:
  • Field Details

    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • CREATE_TIME_FIELD_NUMBER

      public static final int CREATE_TIME_FIELD_NUMBER
      See Also:
    • RUN_TIME_FIELD_NUMBER

      public static final int RUN_TIME_FIELD_NUMBER
      See Also:
    • FINAL_STATUS_FIELD_NUMBER

      public static final int FINAL_STATUS_FIELD_NUMBER
      See Also:
    • SYNC_SUMMARY_FIELD_NUMBER

      public static final int SYNC_SUMMARY_FIELD_NUMBER
      See Also:
    • SATISFIES_PZS_FIELD_NUMBER

      public static final int SATISFIES_PZS_FIELD_NUMBER
      See Also:
    • SATISFIES_PZI_FIELD_NUMBER

      public static final int SATISFIES_PZI_FIELD_NUMBER
      See Also:
  • 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
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static FeatureViewSync parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewSync parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewSync parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewSync parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewSync parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewSync parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static FeatureViewSync parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureViewSync parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeatureViewSync parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static FeatureViewSync parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureViewSync parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static FeatureViewSync parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static FeatureViewSync.Builder newBuilder()
    • newBuilder

      public static FeatureViewSync.Builder newBuilder(FeatureViewSync prototype)
    • toBuilder

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

      protected FeatureViewSync.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static FeatureViewSync getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<FeatureViewSync> parser()
    • getParserForType

      public com.google.protobuf.Parser<FeatureViewSync> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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