public interface SqlResultRowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SqlResultValue |
getValues(int index)
List of values in a row of sql result.
|
int |
getValuesCount()
List of values in a row of sql result.
|
List<SqlResultValue> |
getValuesList()
List of values in a row of sql result.
|
SqlResultValueOrBuilder |
getValuesOrBuilder(int index)
List of values in a row of sql result.
|
List<? extends SqlResultValueOrBuilder> |
getValuesOrBuilderList()
List of values in a row of sql result.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SqlResultValue> getValuesList()
List of values in a row of sql result.
repeated .google.cloud.alloydb.v1.SqlResultValue values = 1;SqlResultValue getValues(int index)
List of values in a row of sql result.
repeated .google.cloud.alloydb.v1.SqlResultValue values = 1;int getValuesCount()
List of values in a row of sql result.
repeated .google.cloud.alloydb.v1.SqlResultValue values = 1;List<? extends SqlResultValueOrBuilder> getValuesOrBuilderList()
List of values in a row of sql result.
repeated .google.cloud.alloydb.v1.SqlResultValue values = 1;SqlResultValueOrBuilder getValuesOrBuilder(int index)
List of values in a row of sql result.
repeated .google.cloud.alloydb.v1.SqlResultValue values = 1;Copyright © 2025 Google LLC. All rights reserved.