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
Modifier and TypeMethodDescriptiongetValue(int index) repeated .google.protobuf.Any value = 1;intrepeated .google.protobuf.Any value = 1;repeated .google.protobuf.Any value = 1;getValueOrBuilder(int index) repeated .google.protobuf.Any value = 1;List<? extends AnyOrBuilder> repeated .google.protobuf.Any value = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValueList
repeated .google.protobuf.Any value = 1; -
getValue
repeated .google.protobuf.Any value = 1; -
getValueCount
int getValueCount()repeated .google.protobuf.Any value = 1; -
getValueOrBuilderList
List<? extends AnyOrBuilder> getValueOrBuilderList()repeated .google.protobuf.Any value = 1; -
getValueOrBuilder
repeated .google.protobuf.Any value = 1;
-