Package xyz.block.ftl.v1
Interface MetadataOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface MetadataOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<Metadata.Pair>getValuesList()repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;abstract Metadata.PairgetValues(int index)repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;abstract intgetValuesCount()repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;abstract List<out Metadata.PairOrBuilder>getValuesOrBuilderList()repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;abstract Metadata.PairOrBuildergetValuesOrBuilder(int index)repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValuesList
abstract List<Metadata.Pair> getValuesList()
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
-
getValues
abstract Metadata.Pair getValues(int index)
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
-
getValuesCount
abstract int getValuesCount()
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
-
getValuesOrBuilderList
abstract List<out Metadata.PairOrBuilder> getValuesOrBuilderList()
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
-
getValuesOrBuilder
abstract Metadata.PairOrBuilder getValuesOrBuilder(int index)
repeated .xyz.block.ftl.v1.Metadata.Pair values = 1;
-
-
-
-