@Generated
public interface ProtoRowsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Value |
getValues(int index)
A proto rows message consists of a list of values.
|
int |
getValuesCount()
A proto rows message consists of a list of values.
|
List<Value> |
getValuesList()
A proto rows message consists of a list of values.
|
ValueOrBuilder |
getValuesOrBuilder(int index)
A proto rows message consists of a list of values.
|
List<? extends ValueOrBuilder> |
getValuesOrBuilderList()
A proto rows message consists of a list of values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Value> getValuesList()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;Value getValues(int index)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;int getValuesCount()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;List<? extends ValueOrBuilder> getValuesOrBuilderList()
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;ValueOrBuilder getValuesOrBuilder(int index)
A proto rows message consists of a list of values. Every N complete values defines a row, where N is equal to the number of entries in the `metadata.proto_schema.columns` value received in the first response.
repeated .google.bigtable.v2.Value values = 2;Copyright © 2026 Google LLC. All rights reserved.