Interface ArrayValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ArrayValue, ArrayValue.Builder

public interface ArrayValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(int index)
    Values in the array.
    int
    Values in the array.
    Values in the array.
    getValuesOrBuilder(int index)
    Values in the array.
    List<? extends ValueOrBuilder>
    Values in the array.

    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 Details

    • getValuesList

      List<Value> getValuesList()
       Values in the array.
       The order of values in an array is preserved as long as all values have
       identical settings for 'exclude_from_indexes'.
       
      repeated .google.datastore.v1.Value values = 1;
    • getValues

      Value getValues(int index)
       Values in the array.
       The order of values in an array is preserved as long as all values have
       identical settings for 'exclude_from_indexes'.
       
      repeated .google.datastore.v1.Value values = 1;
    • getValuesCount

      int getValuesCount()
       Values in the array.
       The order of values in an array is preserved as long as all values have
       identical settings for 'exclude_from_indexes'.
       
      repeated .google.datastore.v1.Value values = 1;
    • getValuesOrBuilderList

      List<? extends ValueOrBuilder> getValuesOrBuilderList()
       Values in the array.
       The order of values in an array is preserved as long as all values have
       identical settings for 'exclude_from_indexes'.
       
      repeated .google.datastore.v1.Value values = 1;
    • getValuesOrBuilder

      ValueOrBuilder getValuesOrBuilder(int index)
       Values in the array.
       The order of values in an array is preserved as long as all values have
       identical settings for 'exclude_from_indexes'.
       
      repeated .google.datastore.v1.Value values = 1;