public static interface MasterProtos.GetTableNamesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIncludeSysTables()
optional bool include_sys_tables = 2 [default = false]; |
String |
getNamespace()
optional string namespace = 3; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 3; |
String |
getRegex()
optional string regex = 1; |
com.google.protobuf.ByteString |
getRegexBytes()
optional string regex = 1; |
boolean |
hasIncludeSysTables()
optional bool include_sys_tables = 2 [default = false]; |
boolean |
hasNamespace()
optional string namespace = 3; |
boolean |
hasRegex()
optional string regex = 1; |
boolean hasRegex()
optional string regex = 1;
String getRegex()
optional string regex = 1;
com.google.protobuf.ByteString getRegexBytes()
optional string regex = 1;
boolean hasIncludeSysTables()
optional bool include_sys_tables = 2 [default = false];
boolean getIncludeSysTables()
optional bool include_sys_tables = 2 [default = false];
boolean hasNamespace()
optional string namespace = 3;
String getNamespace()
optional string namespace = 3;
com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 3;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.