public static interface FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFeatureGroupId()
public abstract String getFeatureGroupId()
Required. Identifier of the feature group.
string feature_group_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The featureGroupId. |
getFeatureGroupIdBytes()
public abstract ByteString getFeatureGroupIdBytes()
Required. Identifier of the feature group.
string feature_group_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for featureGroupId. |
getFeatureIds(int index)
public abstract String getFeatureIds(int index)
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The featureIds at the given index. |
getFeatureIdsBytes(int index)
public abstract ByteString getFeatureIdsBytes(int index)
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the featureIds at the given index. |
getFeatureIdsCount()
public abstract int getFeatureIdsCount()
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The count of featureIds. |
getFeatureIdsList()
public abstract List<String> getFeatureIdsList()
Required. Identifiers of features under the feature group.
repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the featureIds. |