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 TypeMethodDescriptiongetValues(int index) Positional, matches column order from headerintPositional, matches column order from headerPositional, matches column order from headergetValuesOrBuilder(int index) Positional, matches column order from headerList<? extends GqlTypes.ValueOrBuilder>Positional, matches column order from headerMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
Positional, matches column order from header
repeated .gql.Value values = 1;
-