Interface SourceProto.SourceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SourceProto.Source, SourceProto.Source.Builder
    Enclosing class:
    SourceProto

    public static interface SourceProto.SourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTypeValue

        int getTypeValue()
         The kind of data source Feast should connect to in order to retrieve FeatureRow value
         
        .feast.core.SourceType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        SourceProto.SourceType getType()
         The kind of data source Feast should connect to in order to retrieve FeatureRow value
         
        .feast.core.SourceType type = 1;
        Returns:
        The type.
      • hasKafkaSourceConfig

        boolean hasKafkaSourceConfig()
        .feast.core.KafkaSourceConfig kafka_source_config = 2;
        Returns:
        Whether the kafkaSourceConfig field is set.
      • getKafkaSourceConfig

        SourceProto.KafkaSourceConfig getKafkaSourceConfig()
        .feast.core.KafkaSourceConfig kafka_source_config = 2;
        Returns:
        The kafkaSourceConfig.