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

main.java.com.streamlayer.interactive.common.ImportErrorOrBuilder 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy