CollectionDef.NodeListOrBuilder

public static interface CollectionDef.NodeListOrBuilder
Known Indirect Subclasses

Public Methods

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

Public Methods

public abstract String getValue (int index)

repeated string value = 1;

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

repeated string value = 1;

public abstract int getValueCount ()

repeated string value = 1;

public abstract List<String> getValueList ()

repeated string value = 1;