public static interface ClientProtos.GetTableDescRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TajoIdProtos.SessionIdProto |
getSessionId()
optional .SessionIdProto sessionId = 1; |
TajoIdProtos.SessionIdProtoOrBuilder |
getSessionIdOrBuilder()
optional .SessionIdProto sessionId = 1; |
String |
getTableName()
required string tableName = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
required string tableName = 2; |
boolean |
hasSessionId()
optional .SessionIdProto sessionId = 1; |
boolean |
hasTableName()
required string tableName = 2; |
boolean hasSessionId()
optional .SessionIdProto sessionId = 1;
TajoIdProtos.SessionIdProto getSessionId()
optional .SessionIdProto sessionId = 1;
TajoIdProtos.SessionIdProtoOrBuilder getSessionIdOrBuilder()
optional .SessionIdProto sessionId = 1;
boolean hasTableName()
required string tableName = 2;
String getTableName()
required string tableName = 2;
com.google.protobuf.ByteString getTableNameBytes()
required string tableName = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.