Package flyteidl.core
Interface Compiler.ConnectionSet.IdListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Compiler.ConnectionSet.IdList,Compiler.ConnectionSet.IdList.Builder
- Enclosing class:
- Compiler.ConnectionSet
public static interface Compiler.ConnectionSet.IdListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIds(int index)repeated string ids = 1;com.google.protobuf.ByteStringgetIdsBytes(int index)repeated string ids = 1;intgetIdsCount()repeated string ids = 1;java.util.List<java.lang.String>getIdsList()repeated string ids = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIdsList
java.util.List<java.lang.String> getIdsList()
repeated string ids = 1;- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()
repeated string ids = 1;- Returns:
- The count of ids.
-
getIds
java.lang.String getIds(int index)
repeated string ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
com.google.protobuf.ByteString getIdsBytes(int index)
repeated string ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ids at the given index.
-
-