public static interface FeatureView.FeatureRegistrySourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureView.FeatureRegistrySource.FeatureGroup |
getFeatureGroups(int index)
Required.
|
int |
getFeatureGroupsCount()
Required.
|
List<FeatureView.FeatureRegistrySource.FeatureGroup> |
getFeatureGroupsList()
Required.
|
FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder |
getFeatureGroupsOrBuilder(int index)
Required.
|
List<? extends FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder> |
getFeatureGroupsOrBuilderList()
Required.
|
long |
getProjectNumber()
Optional.
|
boolean |
hasProjectNumber()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FeatureView.FeatureRegistrySource.FeatureGroup> getFeatureGroupsList()
Required. List of features that need to be synced to Online Store.
repeated .google.cloud.aiplatform.v1beta1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
FeatureView.FeatureRegistrySource.FeatureGroup getFeatureGroups(int index)
Required. List of features that need to be synced to Online Store.
repeated .google.cloud.aiplatform.v1beta1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
int getFeatureGroupsCount()
Required. List of features that need to be synced to Online Store.
repeated .google.cloud.aiplatform.v1beta1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder> getFeatureGroupsOrBuilderList()
Required. List of features that need to be synced to Online Store.
repeated .google.cloud.aiplatform.v1beta1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder getFeatureGroupsOrBuilder(int index)
Required. List of features that need to be synced to Online Store.
repeated .google.cloud.aiplatform.v1beta1.FeatureView.FeatureRegistrySource.FeatureGroup feature_groups = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasProjectNumber()
Optional. The project number of the parent project of the Feature Groups.
optional int64 project_number = 2 [(.google.api.field_behavior) = OPTIONAL];long getProjectNumber()
Optional. The project number of the parent project of the Feature Groups.
optional int64 project_number = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.