public interface IndexEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
String |
getName()
The name of the index.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the index.
|
String |
getTableColumns(int index)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
com.google.protobuf.ByteString |
getTableColumnsBytes(int index)
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
int |
getTableColumnsCount()
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
List<String> |
getTableColumnsList()
Table columns used as part of the Index, for example B-TREE index should
list the columns which constitutes the index.
|
String |
getType()
Type of index, for example B-TREE.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of index, for example B-TREE.
|
boolean |
getUnique()
Boolean value indicating whether the index is unique.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the index.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the index.
string name = 1;String getType()
Type of index, for example B-TREE.
string type = 2;com.google.protobuf.ByteString getTypeBytes()
Type of index, for example B-TREE.
string type = 2;List<String> getTableColumnsList()
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;int getTableColumnsCount()
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;String getTableColumns(int index)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;index - The index of the element to return.com.google.protobuf.ByteString getTableColumnsBytes(int index)
Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.
repeated string table_columns = 3;index - The index of the value to return.boolean getUnique()
Boolean value indicating whether the index is unique.
bool unique = 4;boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;Copyright © 2024 Google LLC. All rights reserved.