main.java.com.streamlayer.interactive.common.ImportProgressOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}