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 Link icon

    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 Link icon

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder Link icon

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details Link icon

    • getEntryIndexList Link icon

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

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

      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 Link icon

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

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