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.KeyValue getKv​(int index)
      bulk of KeyValues
      int getKvCount()
      bulk of KeyValues
      java.util.List<PubSub.KeyValue> getKvList()
      bulk of KeyValues
      PubSub.KeyValueOrBuilder getKvOrBuilder​(int index)
      bulk of KeyValues
      java.util.List<? extends PubSub.KeyValueOrBuilder> getKvOrBuilderList()
      bulk of KeyValues
      java.lang.String getUuid​(int index)
      UUIDs associated with the KeyValues
      com.google.protobuf.ByteString getUuidBytes​(int index)
      UUIDs associated with the KeyValues
      int getUuidCount()
      UUIDs associated with the KeyValues
      java.util.List<java.lang.String> getUuidList()
      UUIDs associated with the KeyValues
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.