All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.interactive.common.ImportProgressOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/interactive/interactive.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;

public interface ImportProgressOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.ImportProgress)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * scope of importing questions
   * 
* * string import_id = 1 [json_name = "importId"]; * @return The importId. */ java.lang.String getImportId(); /** *
   * scope of importing questions
   * 
* * string import_id = 1 [json_name = "importId"]; * @return The bytes for importId. */ com.google.protobuf.ByteString getImportIdBytes(); /** * .streamlayer.interactive.ImportStatus status = 2 [json_name = "status"]; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** * .streamlayer.interactive.ImportStatus status = 2 [json_name = "status"]; * @return The status. */ com.streamlayer.interactive.common.ImportStatus getStatus(); /** * repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"]; */ java.util.List getErrorsList(); /** * repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"]; */ com.streamlayer.interactive.common.ImportError getErrors(int index); /** * repeated .streamlayer.interactive.ImportError errors = 3 [json_name = "errors"]; */ int getErrorsCount(); /** * .google.protobuf.Timestamp last_updated = 4 [json_name = "lastUpdated"]; * @return Whether the lastUpdated field is set. */ boolean hasLastUpdated(); /** * .google.protobuf.Timestamp last_updated = 4 [json_name = "lastUpdated"]; * @return The lastUpdated. */ com.google.protobuf.Timestamp getLastUpdated(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy