Interface ImportProgressOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    ImportProgress, ImportProgress.Builder

    public interface ImportProgressOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ImportError getErrors​(int index)
      repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"];
      int getErrorsCount()
      repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"];
      java.util.List<ImportError> getErrorsList()
      repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"];
      java.lang.String getImportId()
      scope of importing questions
      com.google.protobuf.ByteString getImportIdBytes()
      scope of importing questions
      com.google.protobuf.Timestamp getLastUpdated()
      .google.protobuf.Timestamp last_updated = 4 [json_name = "lastUpdated"];
      ImportStatus getStatus()
      .streamlayer.interactive.ImportStatus status = 2 [json_name = "status"];
      int getStatusValue()
      .streamlayer.interactive.ImportStatus status = 2 [json_name = "status"];
      boolean hasLastUpdated()
      .google.protobuf.Timestamp last_updated = 4 [json_name = "lastUpdated"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getImportId

        java.lang.String getImportId()
         scope of importing questions
         
        string import_id = 1 [json_name = "importId"];
        Returns:
        The importId.
      • getImportIdBytes

        com.google.protobuf.ByteString getImportIdBytes()
         scope of importing questions
         
        string import_id = 1 [json_name = "importId"];
        Returns:
        The bytes for importId.
      • getStatusValue

        int getStatusValue()
        .streamlayer.interactive.ImportStatus status = 2 [json_name = "status"];
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        ImportStatus getStatus()
        .streamlayer.interactive.ImportStatus status = 2 [json_name = "status"];
        Returns:
        The status.
      • getErrorsList

        java.util.List<ImportError> getErrorsList()
        repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"];
      • getErrors

        ImportError getErrors​(int index)
        repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"];
      • getErrorsCount

        int getErrorsCount()
        repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"];
      • hasLastUpdated

        boolean hasLastUpdated()
        .google.protobuf.Timestamp last_updated = 4 [json_name = "lastUpdated"];
        Returns:
        Whether the lastUpdated field is set.
      • getLastUpdated

        com.google.protobuf.Timestamp getLastUpdated()
        .google.protobuf.Timestamp last_updated = 4 [json_name = "lastUpdated"];
        Returns:
        The lastUpdated.