Interface FeatureRowExtendedProto.AttemptOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAttempts()
      int32 attempts = 1;
      FeatureRowExtendedProto.Error getError()
      .feast.types.Error error = 2;
      FeatureRowExtendedProto.ErrorOrBuilder getErrorOrBuilder()
      .feast.types.Error error = 2;
      boolean hasError()
      .feast.types.Error error = 2;
      • 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

      • getAttempts

        int getAttempts()
        int32 attempts = 1;
        Returns:
        The attempts.
      • hasError

        boolean hasError()
        .feast.types.Error error = 2;
        Returns:
        Whether the error field is set.