Interface FeatureView.FeatureRegistrySourceOrBuilder (3.37.0)

public static interface FeatureView.FeatureRegistrySourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureGroups(int index)

public abstract FeatureView.FeatureRegistrySource.FeatureGroup getFeatureGroups(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];

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureView.FeatureRegistrySource.FeatureGroup

getFeatureGroupsCount()

public abstract 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];

Returns
TypeDescription
int

getFeatureGroupsList()

public abstract 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];

Returns
TypeDescription
List<FeatureGroup>

getFeatureGroupsOrBuilder(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder

getFeatureGroupsOrBuilderList()

public abstract 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];

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder>