public static interface ClientProtos.CreateSessionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
optional string message = 3; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 3; |
TajoIdProtos.SessionIdProto |
getSessionId()
optional .SessionIdProto sessionId = 2; |
TajoIdProtos.SessionIdProtoOrBuilder |
getSessionIdOrBuilder()
optional .SessionIdProto sessionId = 2; |
ClientProtos.CreateSessionResponse.ResultState |
getState()
required .CreateSessionResponse.ResultState state = 1; |
boolean |
hasMessage()
optional string message = 3; |
boolean |
hasSessionId()
optional .SessionIdProto sessionId = 2; |
boolean |
hasState()
required .CreateSessionResponse.ResultState state = 1; |
boolean hasState()
required .CreateSessionResponse.ResultState state = 1;
ClientProtos.CreateSessionResponse.ResultState getState()
required .CreateSessionResponse.ResultState state = 1;
boolean hasSessionId()
optional .SessionIdProto sessionId = 2;
TajoIdProtos.SessionIdProto getSessionId()
optional .SessionIdProto sessionId = 2;
TajoIdProtos.SessionIdProtoOrBuilder getSessionIdOrBuilder()
optional .SessionIdProto sessionId = 2;
boolean hasMessage()
optional string message = 3;
String getMessage()
optional string message = 3;
com.google.protobuf.ByteString getMessageBytes()
optional string message = 3;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.