Interface FeatureView.FeatureRegistrySourceOrBuilder

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

public static interface FeatureView.FeatureRegistrySourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getFeatureGroupsList

       Required. List of features that need to be synced to Online Store.
       
      repeated .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureGroups

       Required. List of features that need to be synced to Online Store.
       
      repeated .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureGroupsCount

      int getFeatureGroupsCount()
       Required. List of features that need to be synced to Online Store.
       
      repeated .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureGroupsOrBuilderList

      List<? extends FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()
       Required. List of features that need to be synced to Online Store.
       
      repeated .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureGroupsOrBuilder

      FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)
       Required. List of features that need to be synced to Online Store.
       
      repeated .google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasProjectNumber

      boolean hasProjectNumber()
       Optional. The project number of the parent project of the Feature Groups.
       
      optional int64 project_number = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the projectNumber field is set.
    • getProjectNumber

      long getProjectNumber()
       Optional. The project number of the parent project of the Feature Groups.
       
      optional int64 project_number = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The projectNumber.