Interface Java.CombinatorAwaitableEntryMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getEntryIndex​(int index)
      repeated uint32 entry_index = 1;
      int getEntryIndexCount()
      repeated uint32 entry_index = 1;
      java.util.List<java.lang.Integer> getEntryIndexList()
      repeated uint32 entry_index = 1;
      java.lang.String getName()
      Entry name
      com.google.protobuf.ByteString getNameBytes()
      Entry name
      • 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

      • getEntryIndexList

        java.util.List<java.lang.Integer> getEntryIndexList()
        repeated uint32 entry_index = 1;
        Returns:
        A list containing the entryIndex.
      • getEntryIndexCount

        int getEntryIndexCount()
        repeated uint32 entry_index = 1;
        Returns:
        The count of entryIndex.
      • getEntryIndex

        int getEntryIndex​(int index)
        repeated uint32 entry_index = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The entryIndex at the given index.
      • getName

        java.lang.String getName()
         Entry name
         
        string name = 12;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Entry name
         
        string name = 12;
        Returns:
        The bytes for name.