Interface ValueListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getValue(int index)
    Values contained in this ValueList.
    int
    Values contained in this ValueList.
    Values contained in this ValueList.
    getValueOrBuilder(int index)
    Values contained in this ValueList.
    List<? extends ValueOrBuilder>
    Values contained in this ValueList.

    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

    • getValueList

      List<Value> getValueList()
       Values contained in this ValueList.
       
      repeated .google.spanner.executor.v1.Value value = 1;
    • getValue

      Value getValue(int index)
       Values contained in this ValueList.
       
      repeated .google.spanner.executor.v1.Value value = 1;
    • getValueCount

      int getValueCount()
       Values contained in this ValueList.
       
      repeated .google.spanner.executor.v1.Value value = 1;
    • getValueOrBuilderList

      List<? extends ValueOrBuilder> getValueOrBuilderList()
       Values contained in this ValueList.
       
      repeated .google.spanner.executor.v1.Value value = 1;
    • getValueOrBuilder

      ValueOrBuilder getValueOrBuilder(int index)
       Values contained in this ValueList.
       
      repeated .google.spanner.executor.v1.Value value = 1;