Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnectionRefreshSessionResponse,ClientWireProtocol.ClientConnectionRefreshSessionResponse.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.SessionInfo sessionInfo = 2;.xg.cmdcomp.SessionInfo sessionInfo = 2;boolean.xg.cmdcomp.ConfirmationResponse response = 1;boolean.xg.cmdcomp.SessionInfo sessionInfo = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResponse
boolean hasResponse().xg.cmdcomp.ConfirmationResponse response = 1;- Returns:
- Whether the response field is set.
-
getResponse
ClientWireProtocol.ConfirmationResponse getResponse().xg.cmdcomp.ConfirmationResponse response = 1;- Returns:
- The response.
-
getResponseOrBuilder
ClientWireProtocol.ConfirmationResponseOrBuilder getResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1; -
hasSessionInfo
boolean hasSessionInfo().xg.cmdcomp.SessionInfo sessionInfo = 2;- Returns:
- Whether the sessionInfo field is set.
-
getSessionInfo
ClientWireProtocol.SessionInfo getSessionInfo().xg.cmdcomp.SessionInfo sessionInfo = 2;- Returns:
- The sessionInfo.
-
getSessionInfoOrBuilder
ClientWireProtocol.SessionInfoOrBuilder getSessionInfoOrBuilder().xg.cmdcomp.SessionInfo sessionInfo = 2;
-