Interface FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder (3.42.0)

public static interface FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureGroupId()

public abstract String getFeatureGroupId()

Required. Identifier of the feature group.

string feature_group_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the featureIds.