Package com.google.spanner.executor.v1
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 TypeMethodDescriptiongetValue(int index) Values contained in this ValueList.intValues 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValueList
Values contained in this ValueList.
repeated .google.spanner.executor.v1.Value value = 1; -
getValue
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
Values contained in this ValueList.
repeated .google.spanner.executor.v1.Value value = 1;
-