Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnectionGCM2Response,ClientWireProtocol.ClientConnectionGCM2Response.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.ClientConnectionGCM2ResponseOrBuilder
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe fully qualified username used for the connectionThe fully qualified username used for the connectionbooleanRedirect = 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;.xg.cmdcomp.ServerVersion serverVersion = 10;.xg.cmdcomp.ServerVersion serverVersion = 10;boolean.xg.cmdcomp.ConfirmationResponse response = 1;booleanThe security token associated with this sessionboolean.xg.cmdcomp.ServerVersion serverVersion = 10;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; -
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; -
getFullyQualifiedUsername
String getFullyQualifiedUsername()The fully qualified username used for the connection
string fullyQualifiedUsername = 9;- Returns:
- The fullyQualifiedUsername.
-
getFullyQualifiedUsernameBytes
ByteString getFullyQualifiedUsernameBytes()The fully qualified username used for the connection
string fullyQualifiedUsername = 9;- Returns:
- The bytes for fullyQualifiedUsername.
-
hasServerVersion
boolean hasServerVersion().xg.cmdcomp.ServerVersion serverVersion = 10;- Returns:
- Whether the serverVersion field is set.
-
getServerVersion
ClientWireProtocol.ServerVersion getServerVersion().xg.cmdcomp.ServerVersion serverVersion = 10;- Returns:
- The serverVersion.
-
getServerVersionOrBuilder
ClientWireProtocol.ServerVersionOrBuilder getServerVersionOrBuilder().xg.cmdcomp.ServerVersion serverVersion = 10;
-