Package tensorflow
Interface Struct.ListValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Struct.ListValue,Struct.ListValue.Builder
- Enclosing class:
- Struct
public static interface Struct.ListValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Struct.StructuredValuegetValues(int index)repeated .tensorflow.StructuredValue values = 1;intgetValuesCount()repeated .tensorflow.StructuredValue values = 1;java.util.List<Struct.StructuredValue>getValuesList()repeated .tensorflow.StructuredValue values = 1;Struct.StructuredValueOrBuildergetValuesOrBuilder(int index)repeated .tensorflow.StructuredValue values = 1;java.util.List<? extends Struct.StructuredValueOrBuilder>getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
java.util.List<Struct.StructuredValue> getValuesList()repeated .tensorflow.StructuredValue values = 1; -
getValues
repeated .tensorflow.StructuredValue values = 1; -
getValuesCount
int getValuesCount()repeated .tensorflow.StructuredValue values = 1; -
getValuesOrBuilderList
java.util.List<? extends Struct.StructuredValueOrBuilder> getValuesOrBuilderList()repeated .tensorflow.StructuredValue values = 1; -
getValuesOrBuilder
repeated .tensorflow.StructuredValue values = 1;
-