001// Generated by the protocol buffer compiler. DO NOT EDIT! 002// NO CHECKED-IN PROTOBUF GENCODE 003// source: java/dev/enola/common/protobuf/test.proto 004// Protobuf Java Version: 4.32.0 005 006package dev.enola.protobuf.test; 007 008@com.google.protobuf.Generated 009public interface TestRepeatedOrBuilder extends 010 // @@protoc_insertion_point(interface_extends:dev.enola.protobuf.test.TestRepeated) 011 com.google.protobuf.MessageOrBuilder { 012 013 /** 014 * <code>repeated string lines = 1;</code> 015 * @return A list containing the lines. 016 */ 017 java.util.List<java.lang.String> 018 getLinesList(); 019 /** 020 * <code>repeated string lines = 1;</code> 021 * @return The count of lines. 022 */ 023 int getLinesCount(); 024 /** 025 * <code>repeated string lines = 1;</code> 026 * @param index The index of the element to return. 027 * @return The lines at the given index. 028 */ 029 java.lang.String getLines(int index); 030 /** 031 * <code>repeated string lines = 1;</code> 032 * @param index The index of the value to return. 033 * @return The bytes of the lines at the given index. 034 */ 035 com.google.protobuf.ByteString 036 getLinesBytes(int index); 037}