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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Struct.StructuredValue getValues​(int index)
      repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      int getValuesCount()
      repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      java.util.List<Struct.StructuredValue> getValuesList()
      repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      Struct.StructuredValueOrBuilder getValuesOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      java.util.List<? extends Struct.StructuredValueOrBuilder> getValuesOrBuilderList()
      repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getValuesList

        java.util.List<Struct.StructuredValue> getValuesList()
        repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      • getValues

        Struct.StructuredValue getValues​(int index)
        repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      • getValuesCount

        int getValuesCount()
        repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      • getValuesOrBuilderList

        java.util.List<? extends Struct.StructuredValueOrBuilder> getValuesOrBuilderList()
        repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;
      • getValuesOrBuilder

        Struct.StructuredValueOrBuilder getValuesOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.StructuredValue values = 1;