Interface ServingAPIProto.FeatureReferenceV2OrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFeatureName()
      Name of the Feature to retrieve the feature from.
      com.google.protobuf.ByteString getFeatureNameBytes()
      Name of the Feature to retrieve the feature from.
      String getFeatureViewName()
      Name of the Feature View to retrieve the feature from.
      com.google.protobuf.ByteString getFeatureViewNameBytes()
      Name of the Feature View to retrieve the feature from.
      • 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 Detail

      • getFeatureViewName

        String getFeatureViewName()
         Name of the Feature View to retrieve the feature from.
         
        string feature_view_name = 1;
        Returns:
        The featureViewName.
      • getFeatureViewNameBytes

        com.google.protobuf.ByteString getFeatureViewNameBytes()
         Name of the Feature View to retrieve the feature from.
         
        string feature_view_name = 1;
        Returns:
        The bytes for featureViewName.
      • getFeatureName

        String getFeatureName()
         Name of the Feature to retrieve the feature from.
         
        string feature_name = 2;
        Returns:
        The featureName.
      • getFeatureNameBytes

        com.google.protobuf.ByteString getFeatureNameBytes()
         Name of the Feature to retrieve the feature from.
         
        string feature_name = 2;
        Returns:
        The bytes for featureName.