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

main.java.com.streamlayer.interactive.common.ImportError 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;

/**
 * Protobuf type {@code streamlayer.interactive.ImportError}
 */
public  final class ImportError extends
    com.google.protobuf.GeneratedMessageLite<
        ImportError, ImportError.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.interactive.ImportError)
    ImportErrorOrBuilder {
  private ImportError() {
    rowId_ = "";
    message_ = "";
  }
  public static final int ROW_ID_FIELD_NUMBER = 1;
  private java.lang.String rowId_;
  /**
   * 
   * unique id from source file
   * 
* * string row_id = 1 [json_name = "rowId"]; * @return The rowId. */ @java.lang.Override public java.lang.String getRowId() { return rowId_; } /** *
   * unique id from source file
   * 
* * string row_id = 1 [json_name = "rowId"]; * @return The bytes for rowId. */ @java.lang.Override public com.google.protobuf.ByteString getRowIdBytes() { return com.google.protobuf.ByteString.copyFromUtf8(rowId_); } /** *
   * unique id from source file
   * 
* * string row_id = 1 [json_name = "rowId"]; * @param value The rowId to set. */ private void setRowId( java.lang.String value) { java.lang.Class valueClass = value.getClass(); rowId_ = value; } /** *
   * unique id from source file
   * 
* * string row_id = 1 [json_name = "rowId"]; */ private void clearRowId() { rowId_ = getDefaultInstance().getRowId(); } /** *
   * unique id from source file
   * 
* * string row_id = 1 [json_name = "rowId"]; * @param value The bytes for rowId to set. */ private void setRowIdBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); rowId_ = value.toStringUtf8(); } public static final int MESSAGE_FIELD_NUMBER = 2; private java.lang.String message_; /** * string message = 2 [json_name = "message"]; * @return The message. */ @java.lang.Override public java.lang.String getMessage() { return message_; } /** * string message = 2 [json_name = "message"]; * @return The bytes for message. */ @java.lang.Override public com.google.protobuf.ByteString getMessageBytes() { return com.google.protobuf.ByteString.copyFromUtf8(message_); } /** * string message = 2 [json_name = "message"]; * @param value The message to set. */ private void setMessage( java.lang.String value) { java.lang.Class valueClass = value.getClass(); message_ = value; } /** * string message = 2 [json_name = "message"]; */ private void clearMessage() { message_ = getDefaultInstance().getMessage(); } /** * string message = 2 [json_name = "message"]; * @param value The bytes for message to set. */ private void setMessageBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); message_ = value.toStringUtf8(); } public static com.streamlayer.interactive.common.ImportError parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.interactive.common.ImportError parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.interactive.common.ImportError parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.interactive.common.ImportError parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.interactive.common.ImportError parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.interactive.common.ImportError parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.interactive.common.ImportError parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.interactive.common.ImportError parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.interactive.common.ImportError parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.interactive.common.ImportError parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.interactive.common.ImportError parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.interactive.common.ImportError parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.streamlayer.interactive.common.ImportError prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.interactive.ImportError} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.interactive.common.ImportError, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.interactive.ImportError) com.streamlayer.interactive.common.ImportErrorOrBuilder { // Construct using com.streamlayer.interactive.common.ImportError.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
     * unique id from source file
     * 
* * string row_id = 1 [json_name = "rowId"]; * @return The rowId. */ @java.lang.Override public java.lang.String getRowId() { return instance.getRowId(); } /** *
     * unique id from source file
     * 
* * string row_id = 1 [json_name = "rowId"]; * @return The bytes for rowId. */ @java.lang.Override public com.google.protobuf.ByteString getRowIdBytes() { return instance.getRowIdBytes(); } /** *
     * unique id from source file
     * 
* * string row_id = 1 [json_name = "rowId"]; * @param value The rowId to set. * @return This builder for chaining. */ public Builder setRowId( java.lang.String value) { copyOnWrite(); instance.setRowId(value); return this; } /** *
     * unique id from source file
     * 
* * string row_id = 1 [json_name = "rowId"]; * @return This builder for chaining. */ public Builder clearRowId() { copyOnWrite(); instance.clearRowId(); return this; } /** *
     * unique id from source file
     * 
* * string row_id = 1 [json_name = "rowId"]; * @param value The bytes for rowId to set. * @return This builder for chaining. */ public Builder setRowIdBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setRowIdBytes(value); return this; } /** * string message = 2 [json_name = "message"]; * @return The message. */ @java.lang.Override public java.lang.String getMessage() { return instance.getMessage(); } /** * string message = 2 [json_name = "message"]; * @return The bytes for message. */ @java.lang.Override public com.google.protobuf.ByteString getMessageBytes() { return instance.getMessageBytes(); } /** * string message = 2 [json_name = "message"]; * @param value The message to set. * @return This builder for chaining. */ public Builder setMessage( java.lang.String value) { copyOnWrite(); instance.setMessage(value); return this; } /** * string message = 2 [json_name = "message"]; * @return This builder for chaining. */ public Builder clearMessage() { copyOnWrite(); instance.clearMessage(); return this; } /** * string message = 2 [json_name = "message"]; * @param value The bytes for message to set. * @return This builder for chaining. */ public Builder setMessageBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setMessageBytes(value); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.interactive.ImportError) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.streamlayer.interactive.common.ImportError(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "rowId_", "message_", }; java.lang.String info = "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u0208\u0002\u0208" + ""; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.streamlayer.interactive.common.ImportError.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:streamlayer.interactive.ImportError) private static final com.streamlayer.interactive.common.ImportError DEFAULT_INSTANCE; static { ImportError defaultInstance = new ImportError(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( ImportError.class, defaultInstance); } public static com.streamlayer.interactive.common.ImportError getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy