BytesListOrBuilder

public interface BytesListOrBuilder
Known Indirect Subclasses

Public Methods

abstract com.google.protobuf.ByteString
getValue(int index)
repeated bytes value = 1;
abstract int
getValueCount()
repeated bytes value = 1;
abstract List<ByteString>
getValueList()
repeated bytes value = 1;

Public Methods

public abstract com.google.protobuf.ByteString getValue (int index)

repeated bytes value = 1;

public abstract int getValueCount ()

repeated bytes value = 1;

public abstract List<ByteString> getValueList ()

repeated bytes value = 1;