Package org.tensorflow.framework
Interface CollectionDef.AnyListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionDef.AnyList,CollectionDef.AnyList.Builder
- Enclosing class:
- CollectionDef
public static interface CollectionDef.AnyListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetValue(int index)repeated .google.protobuf.Any value = 1;intgetValueCount()repeated .google.protobuf.Any value = 1;java.util.List<com.google.protobuf.Any>getValueList()repeated .google.protobuf.Any value = 1;com.google.protobuf.AnyOrBuildergetValueOrBuilder(int index)repeated .google.protobuf.Any value = 1;java.util.List<? extends com.google.protobuf.AnyOrBuilder>getValueOrBuilderList()repeated .google.protobuf.Any value = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueList
java.util.List<com.google.protobuf.Any> getValueList()
repeated .google.protobuf.Any value = 1;
-
getValue
com.google.protobuf.Any getValue(int index)
repeated .google.protobuf.Any value = 1;
-
getValueCount
int getValueCount()
repeated .google.protobuf.Any value = 1;
-
getValueOrBuilderList
java.util.List<? extends com.google.protobuf.AnyOrBuilder> getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;
-
getValueOrBuilder
com.google.protobuf.AnyOrBuilder getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
-
-