public static interface CatalogProtos.IndexNameProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseName()
required string databaseName = 1; |
com.google.protobuf.ByteString |
getDatabaseNameBytes()
required string databaseName = 1; |
String |
getIndexName()
required string indexName = 3; |
com.google.protobuf.ByteString |
getIndexNameBytes()
required string indexName = 3; |
String |
getNamespace()
optional string namespace = 2; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 2; |
boolean |
hasDatabaseName()
required string databaseName = 1; |
boolean |
hasIndexName()
required string indexName = 3; |
boolean |
hasNamespace()
optional string namespace = 2; |
boolean hasDatabaseName()
required string databaseName = 1;
String getDatabaseName()
required string databaseName = 1;
com.google.protobuf.ByteString getDatabaseNameBytes()
required string databaseName = 1;
boolean hasNamespace()
optional string namespace = 2;
String getNamespace()
optional string namespace = 2;
com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 2;
boolean hasIndexName()
required string indexName = 3;
String getIndexName()
required string indexName = 3;
com.google.protobuf.ByteString getIndexNameBytes()
required string indexName = 3;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.