Package gql

Interface GqlServiceOuterClass.RowOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GqlServiceOuterClass.Row, GqlServiceOuterClass.Row.Builder
Enclosing class:
GqlServiceOuterClass

public static interface GqlServiceOuterClass.RowOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(int index)
    Positional, matches column order from header
    int
    Positional, matches column order from header
    Positional, matches column order from header
    getValuesOrBuilder(int index)
    Positional, matches column order from header
    Positional, matches column order from header

    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<GqlTypes.Value> getValuesList()
       Positional, matches column order from header
       
      repeated .gql.Value values = 1;
    • getValues

      GqlTypes.Value getValues(int index)
       Positional, matches column order from header
       
      repeated .gql.Value values = 1;
    • getValuesCount

      int getValuesCount()
       Positional, matches column order from header
       
      repeated .gql.Value values = 1;
    • getValuesOrBuilderList

      List<? extends GqlTypes.ValueOrBuilder> getValuesOrBuilderList()
       Positional, matches column order from header
       
      repeated .gql.Value values = 1;
    • getValuesOrBuilder

      GqlTypes.ValueOrBuilder getValuesOrBuilder(int index)
       Positional, matches column order from header
       
      repeated .gql.Value values = 1;