Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptiongetFeatureGroups(int index) Required.intRequired.Required.getFeatureGroupsOrBuilder(int index) Required.Required.longOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFeatureGroupsList
List<FeatureView.FeatureRegistrySource.FeatureGroup> 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
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.
-