main.java.com.streamlayer.interactive.common.ImportErrorOrBuilder 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 ImportErrorOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.ImportError)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* unique id from source file
*
*
* string row_id = 1 [json_name = "rowId"];
* @return The rowId.
*/
java.lang.String getRowId();
/**
*
* unique id from source file
*
*
* string row_id = 1 [json_name = "rowId"];
* @return The bytes for rowId.
*/
com.google.protobuf.ByteString
getRowIdBytes();
/**
* string message = 2 [json_name = "message"];
* @return The message.
*/
java.lang.String getMessage();
/**
* string message = 2 [json_name = "message"];
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
}