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

com.yoti.api.client.spi.remote.proto.ExtraDataProto Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ExtraData.proto

package com.yoti.api.client.spi.remote.proto;

public final class ExtraDataProto {
  private ExtraDataProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface ExtraDataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:sharepubapi_v1.ExtraData)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    java.util.List 
        getListList();
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry getList(int index);
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    int getListCount();
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    java.util.List 
        getListOrBuilderList();
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntryOrBuilder getListOrBuilder(
        int index);
  }
  /**
   * Protobuf type {@code sharepubapi_v1.ExtraData}
   */
  public static final class ExtraData extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:sharepubapi_v1.ExtraData)
      ExtraDataOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ExtraData.newBuilder() to construct.
    private ExtraData(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private ExtraData() {
      list_ = java.util.Collections.emptyList();
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private ExtraData(
        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: {
              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
                list_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000001;
              }
              list_.add(
                  input.readMessage(com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.parser(), extensionRegistry));
              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)) {
          list_ = java.util.Collections.unmodifiableList(list_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.yoti.api.client.spi.remote.proto.ExtraDataProto.internal_static_sharepubapi_v1_ExtraData_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.yoti.api.client.spi.remote.proto.ExtraDataProto.internal_static_sharepubapi_v1_ExtraData_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData.class, com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData.Builder.class);
    }

    public static final int LIST_FIELD_NUMBER = 1;
    private java.util.List list_;
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    @java.lang.Override
    public java.util.List getListList() {
      return list_;
    }
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    @java.lang.Override
    public java.util.List 
        getListOrBuilderList() {
      return list_;
    }
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    @java.lang.Override
    public int getListCount() {
      return list_.size();
    }
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    @java.lang.Override
    public com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry getList(int index) {
      return list_.get(index);
    }
    /**
     * repeated .sharepubapi_v1.DataEntry list = 1;
     */
    @java.lang.Override
    public com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntryOrBuilder getListOrBuilder(
        int index) {
      return list_.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 {
      for (int i = 0; i < list_.size(); i++) {
        output.writeMessage(1, list_.get(i));
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      for (int i = 0; i < list_.size(); i++) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(1, list_.get(i));
      }
      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.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData)) {
        return super.equals(obj);
      }
      com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData other = (com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData) obj;

      if (!getListList()
          .equals(other.getListList())) 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();
      if (getListCount() > 0) {
        hash = (37 * hash) + LIST_FIELD_NUMBER;
        hash = (53 * hash) + getListList().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData 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.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData 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.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData 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.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData 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 sharepubapi_v1.ExtraData}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:sharepubapi_v1.ExtraData)
        com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraDataOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.yoti.api.client.spi.remote.proto.ExtraDataProto.internal_static_sharepubapi_v1_ExtraData_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.yoti.api.client.spi.remote.proto.ExtraDataProto.internal_static_sharepubapi_v1_ExtraData_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData.class, com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData.Builder.class);
      }

      // Construct using com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
          getListFieldBuilder();
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        if (listBuilder_ == null) {
          list_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
        } else {
          listBuilder_.clear();
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.yoti.api.client.spi.remote.proto.ExtraDataProto.internal_static_sharepubapi_v1_ExtraData_descriptor;
      }

      @java.lang.Override
      public com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData getDefaultInstanceForType() {
        return com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData.getDefaultInstance();
      }

      @java.lang.Override
      public com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData build() {
        com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData buildPartial() {
        com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData result = new com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData(this);
        int from_bitField0_ = bitField0_;
        if (listBuilder_ == null) {
          if (((bitField0_ & 0x00000001) != 0)) {
            list_ = java.util.Collections.unmodifiableList(list_);
            bitField0_ = (bitField0_ & ~0x00000001);
          }
          result.list_ = list_;
        } else {
          result.list_ = listBuilder_.build();
        }
        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.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData) {
          return mergeFrom((com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData other) {
        if (other == com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData.getDefaultInstance()) return this;
        if (listBuilder_ == null) {
          if (!other.list_.isEmpty()) {
            if (list_.isEmpty()) {
              list_ = other.list_;
              bitField0_ = (bitField0_ & ~0x00000001);
            } else {
              ensureListIsMutable();
              list_.addAll(other.list_);
            }
            onChanged();
          }
        } else {
          if (!other.list_.isEmpty()) {
            if (listBuilder_.isEmpty()) {
              listBuilder_.dispose();
              listBuilder_ = null;
              list_ = other.list_;
              bitField0_ = (bitField0_ & ~0x00000001);
              listBuilder_ = 
                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                   getListFieldBuilder() : null;
            } else {
              listBuilder_.addAllMessages(other.list_);
            }
          }
        }
        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.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.util.List list_ =
        java.util.Collections.emptyList();
      private void ensureListIsMutable() {
        if (!((bitField0_ & 0x00000001) != 0)) {
          list_ = new java.util.ArrayList(list_);
          bitField0_ |= 0x00000001;
         }
      }

      private com.google.protobuf.RepeatedFieldBuilderV3<
          com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntryOrBuilder> listBuilder_;

      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public java.util.List getListList() {
        if (listBuilder_ == null) {
          return java.util.Collections.unmodifiableList(list_);
        } else {
          return listBuilder_.getMessageList();
        }
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public int getListCount() {
        if (listBuilder_ == null) {
          return list_.size();
        } else {
          return listBuilder_.getCount();
        }
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry getList(int index) {
        if (listBuilder_ == null) {
          return list_.get(index);
        } else {
          return listBuilder_.getMessage(index);
        }
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder setList(
          int index, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry value) {
        if (listBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureListIsMutable();
          list_.set(index, value);
          onChanged();
        } else {
          listBuilder_.setMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder setList(
          int index, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder builderForValue) {
        if (listBuilder_ == null) {
          ensureListIsMutable();
          list_.set(index, builderForValue.build());
          onChanged();
        } else {
          listBuilder_.setMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder addList(com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry value) {
        if (listBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureListIsMutable();
          list_.add(value);
          onChanged();
        } else {
          listBuilder_.addMessage(value);
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder addList(
          int index, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry value) {
        if (listBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          ensureListIsMutable();
          list_.add(index, value);
          onChanged();
        } else {
          listBuilder_.addMessage(index, value);
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder addList(
          com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder builderForValue) {
        if (listBuilder_ == null) {
          ensureListIsMutable();
          list_.add(builderForValue.build());
          onChanged();
        } else {
          listBuilder_.addMessage(builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder addList(
          int index, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder builderForValue) {
        if (listBuilder_ == null) {
          ensureListIsMutable();
          list_.add(index, builderForValue.build());
          onChanged();
        } else {
          listBuilder_.addMessage(index, builderForValue.build());
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder addAllList(
          java.lang.Iterable values) {
        if (listBuilder_ == null) {
          ensureListIsMutable();
          com.google.protobuf.AbstractMessageLite.Builder.addAll(
              values, list_);
          onChanged();
        } else {
          listBuilder_.addAllMessages(values);
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder clearList() {
        if (listBuilder_ == null) {
          list_ = java.util.Collections.emptyList();
          bitField0_ = (bitField0_ & ~0x00000001);
          onChanged();
        } else {
          listBuilder_.clear();
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public Builder removeList(int index) {
        if (listBuilder_ == null) {
          ensureListIsMutable();
          list_.remove(index);
          onChanged();
        } else {
          listBuilder_.remove(index);
        }
        return this;
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder getListBuilder(
          int index) {
        return getListFieldBuilder().getBuilder(index);
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntryOrBuilder getListOrBuilder(
          int index) {
        if (listBuilder_ == null) {
          return list_.get(index);  } else {
          return listBuilder_.getMessageOrBuilder(index);
        }
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public java.util.List 
           getListOrBuilderList() {
        if (listBuilder_ != null) {
          return listBuilder_.getMessageOrBuilderList();
        } else {
          return java.util.Collections.unmodifiableList(list_);
        }
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder addListBuilder() {
        return getListFieldBuilder().addBuilder(
            com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.getDefaultInstance());
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder addListBuilder(
          int index) {
        return getListFieldBuilder().addBuilder(
            index, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.getDefaultInstance());
      }
      /**
       * repeated .sharepubapi_v1.DataEntry list = 1;
       */
      public java.util.List 
           getListBuilderList() {
        return getListFieldBuilder().getBuilderList();
      }
      private com.google.protobuf.RepeatedFieldBuilderV3<
          com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntryOrBuilder> 
          getListFieldBuilder() {
        if (listBuilder_ == null) {
          listBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
              com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntry.Builder, com.yoti.api.client.spi.remote.proto.DataEntryProto.DataEntryOrBuilder>(
                  list_,
                  ((bitField0_ & 0x00000001) != 0),
                  getParentForChildren(),
                  isClean());
          list_ = null;
        }
        return listBuilder_;
      }
      @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:sharepubapi_v1.ExtraData)
    }

    // @@protoc_insertion_point(class_scope:sharepubapi_v1.ExtraData)
    private static final com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData();
    }

    public static com.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public ExtraData parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new ExtraData(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.yoti.api.client.spi.remote.proto.ExtraDataProto.ExtraData getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_sharepubapi_v1_ExtraData_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_sharepubapi_v1_ExtraData_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\017ExtraData.proto\022\016sharepubapi_v1\032\017DataE" +
      "ntry.proto\"4\n\tExtraData\022\'\n\004list\030\001 \003(\0132\031." +
      "sharepubapi_v1.DataEntryB\345\001\n$com.yoti.ap" +
      "i.client.spi.remote.protoB\016ExtraDataProt" +
      "oZ0github.com/getyoti/yoti-go-sdk/v3/yot" +
      "iprotoshare\252\002\030Yoti.Auth.ProtoBuf.Share\312\002" +
      "\031Yoti\\Protobuf\\Sharepubapi\342\002%Yoti\\Protob" +
      "uf\\Sharepubapi\\GPBMetadata\352\002\033Yoti::Proto" +
      "buf::Sharepubapib\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.yoti.api.client.spi.remote.proto.DataEntryProto.getDescriptor(),
        });
    internal_static_sharepubapi_v1_ExtraData_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_sharepubapi_v1_ExtraData_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_sharepubapi_v1_ExtraData_descriptor,
        new java.lang.String[] { "List", });
    com.yoti.api.client.spi.remote.proto.DataEntryProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy