Package cz.o2.proxima.io.pubsub.proto
Interface PubSub.BulkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PubSub.Bulk,PubSub.Bulk.Builder
- Enclosing class:
- PubSub
public static interface PubSub.BulkOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PubSub.KeyValuegetKv(int index)bulk of KeyValuesintgetKvCount()bulk of KeyValuesjava.util.List<PubSub.KeyValue>getKvList()bulk of KeyValuesPubSub.KeyValueOrBuildergetKvOrBuilder(int index)bulk of KeyValuesjava.util.List<? extends PubSub.KeyValueOrBuilder>getKvOrBuilderList()bulk of KeyValuesjava.lang.StringgetUuid(int index)UUIDs associated with the KeyValuescom.google.protobuf.ByteStringgetUuidBytes(int index)UUIDs associated with the KeyValuesintgetUuidCount()UUIDs associated with the KeyValuesjava.util.List<java.lang.String>getUuidList()UUIDs associated with the KeyValues-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKvList
java.util.List<PubSub.KeyValue> getKvList()
bulk of KeyValues
repeated .cz.o2.proxima.io.pubsub.proto.KeyValue kv = 1;
-
getKv
PubSub.KeyValue getKv(int index)
bulk of KeyValues
repeated .cz.o2.proxima.io.pubsub.proto.KeyValue kv = 1;
-
getKvCount
int getKvCount()
bulk of KeyValues
repeated .cz.o2.proxima.io.pubsub.proto.KeyValue kv = 1;
-
getKvOrBuilderList
java.util.List<? extends PubSub.KeyValueOrBuilder> getKvOrBuilderList()
bulk of KeyValues
repeated .cz.o2.proxima.io.pubsub.proto.KeyValue kv = 1;
-
getKvOrBuilder
PubSub.KeyValueOrBuilder getKvOrBuilder(int index)
bulk of KeyValues
repeated .cz.o2.proxima.io.pubsub.proto.KeyValue kv = 1;
-
getUuidList
java.util.List<java.lang.String> getUuidList()
UUIDs associated with the KeyValues
repeated string uuid = 2;- Returns:
- A list containing the uuid.
-
getUuidCount
int getUuidCount()
UUIDs associated with the KeyValues
repeated string uuid = 2;- Returns:
- The count of uuid.
-
getUuid
java.lang.String getUuid(int index)
UUIDs associated with the KeyValues
repeated string uuid = 2;- Parameters:
index- The index of the element to return.- Returns:
- The uuid at the given index.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes(int index)
UUIDs associated with the KeyValues
repeated string uuid = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the uuid at the given index.
-
-