@Generated
public interface ProtoSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
getColumns(int index)
The columns in the result set.
|
int |
getColumnsCount()
The columns in the result set.
|
List<ColumnMetadata> |
getColumnsList()
The columns in the result set.
|
ColumnMetadataOrBuilder |
getColumnsOrBuilder(int index)
The columns in the result set.
|
List<? extends ColumnMetadataOrBuilder> |
getColumnsOrBuilderList()
The columns in the result set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ColumnMetadata> getColumnsList()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;ColumnMetadata getColumns(int index)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;int getColumnsCount()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;List<? extends ColumnMetadataOrBuilder> getColumnsOrBuilderList()
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;ColumnMetadataOrBuilder getColumnsOrBuilder(int index)
The columns in the result set.
repeated .google.bigtable.v2.ColumnMetadata columns = 1;Copyright © 2026 Google LLC. All rights reserved.