Interface FeatureView.FeatureRegistrySourceOrBuilder (3.42.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>

getProjectNumber()

public abstract 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
TypeDescription
long

The projectNumber.

hasProjectNumber()

public abstract 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
TypeDescription
boolean

Whether the projectNumber field is set.