@Generated
public interface ColumnMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the column.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the column.
|
Type |
getType()
The type of the column.
|
TypeOrBuilder |
getTypeOrBuilder()
The type of the column.
|
boolean |
hasType()
The type of the column.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the column.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the column.
string name = 1;boolean hasType()
The type of the column.
.google.bigtable.v2.Type type = 2;Type getType()
The type of the column.
.google.bigtable.v2.Type type = 2;TypeOrBuilder getTypeOrBuilder()
The type of the column.
.google.bigtable.v2.Type type = 2;Copyright © 2026 Google LLC. All rights reserved.