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)
    The ordered elements in the array.
    int
    The ordered elements in the array.
    The ordered elements in the array.
    getValuesOrBuilder(int index)
    The ordered elements in the array.
    List<? extends ValueOrBuilder>
    The ordered elements 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()
       The ordered elements in the array.
       
      repeated .google.bigtable.v2.Value values = 1;
    • getValues

      Value getValues(int index)
       The ordered elements in the array.
       
      repeated .google.bigtable.v2.Value values = 1;
    • getValuesCount

      int getValuesCount()
       The ordered elements in the array.
       
      repeated .google.bigtable.v2.Value values = 1;
    • getValuesOrBuilderList

      List<? extends ValueOrBuilder> getValuesOrBuilderList()
       The ordered elements in the array.
       
      repeated .google.bigtable.v2.Value values = 1;
    • getValuesOrBuilder

      ValueOrBuilder getValuesOrBuilder(int index)
       The ordered elements in the array.
       
      repeated .google.bigtable.v2.Value values = 1;