public static interface ClientProtos.DropTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
required string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 2; |
boolean |
getPurge()
optional bool purge = 3 [default = false]; |
TajoIdProtos.SessionIdProto |
getSessionId()
optional .SessionIdProto sessionId = 1; |
TajoIdProtos.SessionIdProtoOrBuilder |
getSessionIdOrBuilder()
optional .SessionIdProto sessionId = 1; |
boolean |
hasName()
required string name = 2; |
boolean |
hasPurge()
optional bool purge = 3 [default = false]; |
boolean |
hasSessionId()
optional .SessionIdProto sessionId = 1; |
boolean hasSessionId()
optional .SessionIdProto sessionId = 1;
TajoIdProtos.SessionIdProto getSessionId()
optional .SessionIdProto sessionId = 1;
TajoIdProtos.SessionIdProtoOrBuilder getSessionIdOrBuilder()
optional .SessionIdProto sessionId = 1;
boolean hasName()
required string name = 2;
String getName()
required string name = 2;
com.google.protobuf.ByteString getNameBytes()
required string name = 2;
boolean hasPurge()
optional bool purge = 3 [default = false];
boolean getPurge()
optional bool purge = 3 [default = false];
Copyright © 2014 Apache Software Foundation. All Rights Reserved.