public static interface FeatureView.FeatureRegistrySourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the projectNumber field is set. |