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