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

com.github.tjake.jlama.net.CombineRequest Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: JlamaService.proto

package com.github.tjake.jlama.net;

/**
 * Protobuf type {@code com.github.tjake.jlama.net.CombineRequest}
 */
public final class CombineRequest extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:com.github.tjake.jlama.net.CombineRequest)
    CombineRequestOrBuilder {
private static final long serialVersionUID = 0L;
  // Use CombineRequest.newBuilder() to construct.
  private CombineRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private CombineRequest() {
    workerid_ = com.google.protobuf.ByteString.EMPTY;
    uuid_ = com.google.protobuf.ByteString.EMPTY;
    tensor_ = java.util.Collections.emptyList();
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new CombineRequest();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private CombineRequest(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {

            workerid_ = input.readBytes();
            break;
          }
          case 18: {

            uuid_ = input.readBytes();
            break;
          }
          case 24: {

            layer_ = input.readInt32();
            break;
          }
          case 34: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              tensor_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            tensor_.add(input.readBytes());
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        tensor_ = java.util.Collections.unmodifiableList(tensor_); // C
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.github.tjake.jlama.net.JlamaServiceOuterClass.internal_static_com_github_tjake_jlama_net_CombineRequest_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.github.tjake.jlama.net.JlamaServiceOuterClass.internal_static_com_github_tjake_jlama_net_CombineRequest_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.github.tjake.jlama.net.CombineRequest.class, com.github.tjake.jlama.net.CombineRequest.Builder.class);
  }

  public static final int WORKERID_FIELD_NUMBER = 1;
  private com.google.protobuf.ByteString workerid_;
  /**
   * bytes workerid = 1;
   * @return The workerid.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getWorkerid() {
    return workerid_;
  }

  public static final int UUID_FIELD_NUMBER = 2;
  private com.google.protobuf.ByteString uuid_;
  /**
   * bytes uuid = 2;
   * @return The uuid.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getUuid() {
    return uuid_;
  }

  public static final int LAYER_FIELD_NUMBER = 3;
  private int layer_;
  /**
   * int32 layer = 3;
   * @return The layer.
   */
  @java.lang.Override
  public int getLayer() {
    return layer_;
  }

  public static final int TENSOR_FIELD_NUMBER = 4;
  private java.util.List tensor_;
  /**
   * repeated bytes tensor = 4;
   * @return A list containing the tensor.
   */
  @java.lang.Override
  public java.util.List
      getTensorList() {
    return tensor_;
  }
  /**
   * repeated bytes tensor = 4;
   * @return The count of tensor.
   */
  public int getTensorCount() {
    return tensor_.size();
  }
  /**
   * repeated bytes tensor = 4;
   * @param index The index of the element to return.
   * @return The tensor at the given index.
   */
  public com.google.protobuf.ByteString getTensor(int index) {
    return tensor_.get(index);
  }

  private byte memoizedIsInitialized = -1;
  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    if (!workerid_.isEmpty()) {
      output.writeBytes(1, workerid_);
    }
    if (!uuid_.isEmpty()) {
      output.writeBytes(2, uuid_);
    }
    if (layer_ != 0) {
      output.writeInt32(3, layer_);
    }
    for (int i = 0; i < tensor_.size(); i++) {
      output.writeBytes(4, tensor_.get(i));
    }
    unknownFields.writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (!workerid_.isEmpty()) {
      size += com.google.protobuf.CodedOutputStream
        .computeBytesSize(1, workerid_);
    }
    if (!uuid_.isEmpty()) {
      size += com.google.protobuf.CodedOutputStream
        .computeBytesSize(2, uuid_);
    }
    if (layer_ != 0) {
      size += com.google.protobuf.CodedOutputStream
        .computeInt32Size(3, layer_);
    }
    {
      int dataSize = 0;
      for (int i = 0; i < tensor_.size(); i++) {
        dataSize += com.google.protobuf.CodedOutputStream
          .computeBytesSizeNoTag(tensor_.get(i));
      }
      size += dataSize;
      size += 1 * getTensorList().size();
    }
    size += unknownFields.getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof com.github.tjake.jlama.net.CombineRequest)) {
      return super.equals(obj);
    }
    com.github.tjake.jlama.net.CombineRequest other = (com.github.tjake.jlama.net.CombineRequest) obj;

    if (!getWorkerid()
        .equals(other.getWorkerid())) return false;
    if (!getUuid()
        .equals(other.getUuid())) return false;
    if (getLayer()
        != other.getLayer()) return false;
    if (!getTensorList()
        .equals(other.getTensorList())) return false;
    if (!unknownFields.equals(other.unknownFields)) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    hash = (37 * hash) + WORKERID_FIELD_NUMBER;
    hash = (53 * hash) + getWorkerid().hashCode();
    hash = (37 * hash) + UUID_FIELD_NUMBER;
    hash = (53 * hash) + getUuid().hashCode();
    hash = (37 * hash) + LAYER_FIELD_NUMBER;
    hash = (53 * hash) + getLayer();
    if (getTensorCount() > 0) {
      hash = (37 * hash) + TENSOR_FIELD_NUMBER;
      hash = (53 * hash) + getTensorList().hashCode();
    }
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.github.tjake.jlama.net.CombineRequest parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() { return newBuilder(); }
  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }
  public static Builder newBuilder(com.github.tjake.jlama.net.CombineRequest prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }
  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE
        ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(
      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code com.github.tjake.jlama.net.CombineRequest}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:com.github.tjake.jlama.net.CombineRequest)
      com.github.tjake.jlama.net.CombineRequestOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.github.tjake.jlama.net.JlamaServiceOuterClass.internal_static_com_github_tjake_jlama_net_CombineRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.github.tjake.jlama.net.JlamaServiceOuterClass.internal_static_com_github_tjake_jlama_net_CombineRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.github.tjake.jlama.net.CombineRequest.class, com.github.tjake.jlama.net.CombineRequest.Builder.class);
    }

    // Construct using com.github.tjake.jlama.net.CombineRequest.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      workerid_ = com.google.protobuf.ByteString.EMPTY;

      uuid_ = com.google.protobuf.ByteString.EMPTY;

      layer_ = 0;

      tensor_ = java.util.Collections.emptyList();
      bitField0_ = (bitField0_ & ~0x00000001);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return com.github.tjake.jlama.net.JlamaServiceOuterClass.internal_static_com_github_tjake_jlama_net_CombineRequest_descriptor;
    }

    @java.lang.Override
    public com.github.tjake.jlama.net.CombineRequest getDefaultInstanceForType() {
      return com.github.tjake.jlama.net.CombineRequest.getDefaultInstance();
    }

    @java.lang.Override
    public com.github.tjake.jlama.net.CombineRequest build() {
      com.github.tjake.jlama.net.CombineRequest result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public com.github.tjake.jlama.net.CombineRequest buildPartial() {
      com.github.tjake.jlama.net.CombineRequest result = new com.github.tjake.jlama.net.CombineRequest(this);
      int from_bitField0_ = bitField0_;
      result.workerid_ = workerid_;
      result.uuid_ = uuid_;
      result.layer_ = layer_;
      if (((bitField0_ & 0x00000001) != 0)) {
        tensor_ = java.util.Collections.unmodifiableList(tensor_);
        bitField0_ = (bitField0_ & ~0x00000001);
      }
      result.tensor_ = tensor_;
      onBuilt();
      return result;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }
    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.setField(field, value);
    }
    @java.lang.Override
    public Builder clearField(
        com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }
    @java.lang.Override
    public Builder clearOneof(
        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }
    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }
    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }
    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof com.github.tjake.jlama.net.CombineRequest) {
        return mergeFrom((com.github.tjake.jlama.net.CombineRequest)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.github.tjake.jlama.net.CombineRequest other) {
      if (other == com.github.tjake.jlama.net.CombineRequest.getDefaultInstance()) return this;
      if (other.getWorkerid() != com.google.protobuf.ByteString.EMPTY) {
        setWorkerid(other.getWorkerid());
      }
      if (other.getUuid() != com.google.protobuf.ByteString.EMPTY) {
        setUuid(other.getUuid());
      }
      if (other.getLayer() != 0) {
        setLayer(other.getLayer());
      }
      if (!other.tensor_.isEmpty()) {
        if (tensor_.isEmpty()) {
          tensor_ = other.tensor_;
          bitField0_ = (bitField0_ & ~0x00000001);
        } else {
          ensureTensorIsMutable();
          tensor_.addAll(other.tensor_);
        }
        onChanged();
      }
      this.mergeUnknownFields(other.unknownFields);
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      com.github.tjake.jlama.net.CombineRequest parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (com.github.tjake.jlama.net.CombineRequest) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }
    private int bitField0_;

    private com.google.protobuf.ByteString workerid_ = com.google.protobuf.ByteString.EMPTY;
    /**
     * bytes workerid = 1;
     * @return The workerid.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString getWorkerid() {
      return workerid_;
    }
    /**
     * bytes workerid = 1;
     * @param value The workerid to set.
     * @return This builder for chaining.
     */
    public Builder setWorkerid(com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      workerid_ = value;
      onChanged();
      return this;
    }
    /**
     * bytes workerid = 1;
     * @return This builder for chaining.
     */
    public Builder clearWorkerid() {
      
      workerid_ = getDefaultInstance().getWorkerid();
      onChanged();
      return this;
    }

    private com.google.protobuf.ByteString uuid_ = com.google.protobuf.ByteString.EMPTY;
    /**
     * bytes uuid = 2;
     * @return The uuid.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString getUuid() {
      return uuid_;
    }
    /**
     * bytes uuid = 2;
     * @param value The uuid to set.
     * @return This builder for chaining.
     */
    public Builder setUuid(com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      uuid_ = value;
      onChanged();
      return this;
    }
    /**
     * bytes uuid = 2;
     * @return This builder for chaining.
     */
    public Builder clearUuid() {
      
      uuid_ = getDefaultInstance().getUuid();
      onChanged();
      return this;
    }

    private int layer_ ;
    /**
     * int32 layer = 3;
     * @return The layer.
     */
    @java.lang.Override
    public int getLayer() {
      return layer_;
    }
    /**
     * int32 layer = 3;
     * @param value The layer to set.
     * @return This builder for chaining.
     */
    public Builder setLayer(int value) {
      
      layer_ = value;
      onChanged();
      return this;
    }
    /**
     * int32 layer = 3;
     * @return This builder for chaining.
     */
    public Builder clearLayer() {
      
      layer_ = 0;
      onChanged();
      return this;
    }

    private java.util.List tensor_ = java.util.Collections.emptyList();
    private void ensureTensorIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        tensor_ = new java.util.ArrayList(tensor_);
        bitField0_ |= 0x00000001;
       }
    }
    /**
     * repeated bytes tensor = 4;
     * @return A list containing the tensor.
     */
    public java.util.List
        getTensorList() {
      return ((bitField0_ & 0x00000001) != 0) ?
               java.util.Collections.unmodifiableList(tensor_) : tensor_;
    }
    /**
     * repeated bytes tensor = 4;
     * @return The count of tensor.
     */
    public int getTensorCount() {
      return tensor_.size();
    }
    /**
     * repeated bytes tensor = 4;
     * @param index The index of the element to return.
     * @return The tensor at the given index.
     */
    public com.google.protobuf.ByteString getTensor(int index) {
      return tensor_.get(index);
    }
    /**
     * repeated bytes tensor = 4;
     * @param index The index to set the value at.
     * @param value The tensor to set.
     * @return This builder for chaining.
     */
    public Builder setTensor(
        int index, com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  ensureTensorIsMutable();
      tensor_.set(index, value);
      onChanged();
      return this;
    }
    /**
     * repeated bytes tensor = 4;
     * @param value The tensor to add.
     * @return This builder for chaining.
     */
    public Builder addTensor(com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  ensureTensorIsMutable();
      tensor_.add(value);
      onChanged();
      return this;
    }
    /**
     * repeated bytes tensor = 4;
     * @param values The tensor to add.
     * @return This builder for chaining.
     */
    public Builder addAllTensor(
        java.lang.Iterable values) {
      ensureTensorIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(
          values, tensor_);
      onChanged();
      return this;
    }
    /**
     * repeated bytes tensor = 4;
     * @return This builder for chaining.
     */
    public Builder clearTensor() {
      tensor_ = java.util.Collections.emptyList();
      bitField0_ = (bitField0_ & ~0x00000001);
      onChanged();
      return this;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }


    // @@protoc_insertion_point(builder_scope:com.github.tjake.jlama.net.CombineRequest)
  }

  // @@protoc_insertion_point(class_scope:com.github.tjake.jlama.net.CombineRequest)
  private static final com.github.tjake.jlama.net.CombineRequest DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new com.github.tjake.jlama.net.CombineRequest();
  }

  public static com.github.tjake.jlama.net.CombineRequest getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public CombineRequest parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return new CombineRequest(input, extensionRegistry);
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public com.github.tjake.jlama.net.CombineRequest getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy