Interface GrpcServer.WriteToOnlineStoreRequestOrBuilder

    • Method Detail

      • getFeaturesCount

        int getFeaturesCount()
        map<string, string> features = 1;
      • containsFeatures

        boolean containsFeatures​(String key)
        map<string, string> features = 1;
      • getFeaturesMap

        Map<String,​String> getFeaturesMap()
        map<string, string> features = 1;
      • getFeaturesOrDefault

        String getFeaturesOrDefault​(String key,
                                    String defaultValue)
        map<string, string> features = 1;
      • getFeaturesOrThrow

        String getFeaturesOrThrow​(String key)
        map<string, string> features = 1;
      • getFeatureViewName

        String getFeatureViewName()
        string feature_view_name = 2;
        Returns:
        The featureViewName.
      • getFeatureViewNameBytes

        com.google.protobuf.ByteString getFeatureViewNameBytes()
        string feature_view_name = 2;
        Returns:
        The bytes for featureViewName.
      • getAllowRegistryCache

        boolean getAllowRegistryCache()
        bool allow_registry_cache = 3;
        Returns:
        The allowRegistryCache.