CollectionDef.AnyListOrBuilder

public static interface CollectionDef.AnyListOrBuilder
Known Indirect Subclasses

Public Methods

abstract com.google.protobuf.Any
getValue(int index)
repeated .google.protobuf.Any value = 1;
abstract int
getValueCount()
repeated .google.protobuf.Any value = 1;
abstract List<Any>
getValueList()
repeated .google.protobuf.Any value = 1;
abstract com.google.protobuf.AnyOrBuilder
getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
abstract List<? extends AnyOrBuilder>
getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;

Public Methods

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

repeated .google.protobuf.Any value = 1;

public abstract int getValueCount ()

repeated .google.protobuf.Any value = 1;

public abstract List<Any> getValueList ()

repeated .google.protobuf.Any value = 1;

public abstract com.google.protobuf.AnyOrBuilder getValueOrBuilder (int index)

repeated .google.protobuf.Any value = 1;

public abstract List<? extends AnyOrBuilder> getValueOrBuilderList ()

repeated .google.protobuf.Any value = 1;