Package dev.restate.generated.sdk.java
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEntryIndex(int index)repeated uint32 entry_index = 1;intgetEntryIndexCount()repeated uint32 entry_index = 1;java.util.List<java.lang.Integer>getEntryIndexList()repeated uint32 entry_index = 1;java.lang.StringgetName()Entry namecom.google.protobuf.ByteStringgetNameBytes()Entry name-
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.
-
-