Interface FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureView.FeatureRegistrySource.FeatureGroup, FeatureView.FeatureRegistrySource.FeatureGroup.Builder
Enclosing class:
FeatureView.FeatureRegistrySource

public static interface FeatureView.FeatureRegistrySource.FeatureGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    getFeatureIds(int index)
    Required.
    com.google.protobuf.ByteString
    getFeatureIdsBytes(int index)
    Required.
    int
    Required.
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFeatureGroupId

      String getFeatureGroupId()
       Required. Identifier of the feature group.
       
      string feature_group_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The featureGroupId.
    • getFeatureGroupIdBytes

      com.google.protobuf.ByteString getFeatureGroupIdBytes()
       Required. Identifier of the feature group.
       
      string feature_group_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for featureGroupId.
    • getFeatureIdsList

      List<String> getFeatureIdsList()
       Required. Identifiers of features under the feature group.
       
      repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the featureIds.
    • getFeatureIdsCount

      int getFeatureIdsCount()
       Required. Identifiers of features under the feature group.
       
      repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of featureIds.
    • getFeatureIds

      String getFeatureIds(int index)
       Required. Identifiers of features under the feature group.
       
      repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The featureIds at the given index.
    • getFeatureIdsBytes

      com.google.protobuf.ByteString getFeatureIdsBytes(int index)
       Required. Identifiers of features under the feature group.
       
      repeated string feature_ids = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the featureIds at the given index.