Interface Connector.ConnectorFeatureOrBuilder

    • Method Detail

      • hasReference

        boolean hasReference()
        .feast.serving.FeatureReferenceV2 reference = 1;
        Returns:
        Whether the reference field is set.
      • hasTimestamp

        boolean hasTimestamp()
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
        .google.protobuf.Timestamp timestamp = 2;
      • hasValue

        boolean hasValue()
        .feast.types.Value value = 3;
        Returns:
        Whether the value field is set.
      • getValue

        ValueProto.Value getValue()
        .feast.types.Value value = 3;
        Returns:
        The value.