Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnection2ResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnection2Response,ClientWireProtocol.ClientConnection2Response.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.ClientConnection2ResponseOrBuilder
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanRedirect = true, means we are telling client to connect elsewherestring redirectHost = 3;string redirectHost = 3;intfixed32 redirectPort = 4;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ConfirmationResponse response = 1;getSecondary(int index) repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;intrepeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;getSecondaryOrBuilder(int index) repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;The security token associated with this sessionThe security token associated with this sessionstring serverSessionId = 7;string serverSessionId = 7;boolean.xg.cmdcomp.ConfirmationResponse response = 1;booleanThe security token associated with this sessionMethods 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; -
getRedirect
boolean getRedirect()Redirect = true, means we are telling client to connect elsewhere
bool redirect = 2;- Returns:
- The redirect.
-
getRedirectHost
String getRedirectHost()string redirectHost = 3;- Returns:
- The redirectHost.
-
getRedirectHostBytes
ByteString getRedirectHostBytes()string redirectHost = 3;- Returns:
- The bytes for redirectHost.
-
getRedirectPort
int getRedirectPort()fixed32 redirectPort = 4;- Returns:
- The redirectPort.
-
getSecondaryList
List<ClientWireProtocol.SecondaryInterfaceList> getSecondaryList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6; -
getSecondary
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6; -
getSecondaryCount
int getSecondaryCount()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6; -
getSecondaryOrBuilderList
List<? extends ClientWireProtocol.SecondaryInterfaceListOrBuilder> getSecondaryOrBuilderList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6; -
getSecondaryOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6; -
getServerSessionId
String getServerSessionId()string serverSessionId = 7;- Returns:
- The serverSessionId.
-
getServerSessionIdBytes
ByteString getServerSessionIdBytes()string serverSessionId = 7;- Returns:
- The bytes for serverSessionId.
-
hasSecurityToken
boolean hasSecurityToken()The security token associated with this session
.xg.cmdcomp.SecurityToken securityToken = 8;- Returns:
- Whether the securityToken field is set.
-
getSecurityToken
ClientWireProtocol.SecurityToken getSecurityToken()The security token associated with this session
.xg.cmdcomp.SecurityToken securityToken = 8;- Returns:
- The securityToken.
-
getSecurityTokenOrBuilder
ClientWireProtocol.SecurityTokenOrBuilder getSecurityTokenOrBuilder()The security token associated with this session
.xg.cmdcomp.SecurityToken securityToken = 8;
-