Interface Java.CombinatorAwaitableEntryMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Java.CombinatorAwaitableEntryMessage, Java.CombinatorAwaitableEntryMessage.Builder
Enclosing class:
Java

public static interface Java.CombinatorAwaitableEntryMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getEntryIndex(int index)
    repeated uint32 entry_index = 1;
    int
    repeated uint32 entry_index = 1;
    repeated uint32 entry_index = 1;
    Entry name
    com.google.protobuf.ByteString
    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 Details

    • getEntryIndexList

      List<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

      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.