Interface ServingAPIProto.FeatureReferenceV2OrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFeatureTable()
      Name of the Feature Table to retrieve the feature from.
      com.google.protobuf.ByteString getFeatureTableBytes()
      Name of the Feature Table to retrieve the feature from.
      String getName()
      Name of the Feature to retrieve the feature from.
      com.google.protobuf.ByteString getNameBytes()
      Name of the Feature 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

      • getFeatureTable

        String getFeatureTable()
         Name of the Feature Table to retrieve the feature from.
         
        string feature_table = 1;
        Returns:
        The featureTable.
      • getFeatureTableBytes

        com.google.protobuf.ByteString getFeatureTableBytes()
         Name of the Feature Table to retrieve the feature from.
         
        string feature_table = 1;
        Returns:
        The bytes for featureTable.
      • getName

        String getName()
         Name of the Feature to retrieve the feature from.
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

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