Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnectionSSOPollResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnectionSSOPollResponse,ClientWireProtocol.ClientConnectionSSOPollResponse.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.ClientConnectionSSOPollResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetCmdcomps(int index)If redirect = false, this is a list of all cmdcompscom.google.protobuf.ByteStringgetCmdcompsBytes(int index)If redirect = false, this is a list of all cmdcompsintgetCmdcompsCount()If redirect = false, this is a list of all cmdcompsList<String>getCmdcompsList()If redirect = false, this is a list of all cmdcompsClientWireProtocol.ClientConnectionSSOPollResponse.PollResponsegetPollResponse().xg.cmdcomp.ClientConnectionSSOPollResponse.PollResponse pollResponse = 2;intgetPollResponseValue().xg.cmdcomp.ClientConnectionSSOPollResponse.PollResponse pollResponse = 2;intgetPollSeconds()int32 pollSeconds = 4;booleangetRedirect()Redirect = true, means we are telling client to connect elsewhereStringgetRedirectHost()string redirectHost = 6;com.google.protobuf.ByteStringgetRedirectHostBytes()string redirectHost = 6;intgetRedirectPort()fixed32 redirectPort = 7;ClientWireProtocol.ConfirmationResponsegetResponse().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.ConfirmationResponseOrBuildergetResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.SecondaryInterfaceListgetSecondary(int index)repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9;intgetSecondaryCount()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9;List<ClientWireProtocol.SecondaryInterfaceList>getSecondaryList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9;ClientWireProtocol.SecondaryInterfaceListOrBuildergetSecondaryOrBuilder(int index)repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9;List<? extends ClientWireProtocol.SecondaryInterfaceListOrBuilder>getSecondaryOrBuilderList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9;StringgetSecurityToken()string securityToken = 3;com.google.protobuf.ByteStringgetSecurityTokenBytes()string securityToken = 3;booleanhasResponse().xg.cmdcomp.ConfirmationResponse response = 1;Methods 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; -
getPollResponseValue
int getPollResponseValue().xg.cmdcomp.ClientConnectionSSOPollResponse.PollResponse pollResponse = 2;- Returns:
- The enum numeric value on the wire for pollResponse.
-
getPollResponse
ClientWireProtocol.ClientConnectionSSOPollResponse.PollResponse getPollResponse().xg.cmdcomp.ClientConnectionSSOPollResponse.PollResponse pollResponse = 2;- Returns:
- The pollResponse.
-
getSecurityToken
String getSecurityToken()string securityToken = 3;- Returns:
- The securityToken.
-
getSecurityTokenBytes
com.google.protobuf.ByteString getSecurityTokenBytes()string securityToken = 3;- Returns:
- The bytes for securityToken.
-
getPollSeconds
int getPollSeconds()int32 pollSeconds = 4;- Returns:
- The pollSeconds.
-
getRedirect
boolean getRedirect()Redirect = true, means we are telling client to connect elsewhere
bool redirect = 5;- Returns:
- The redirect.
-
getRedirectHost
String getRedirectHost()string redirectHost = 6;- Returns:
- The redirectHost.
-
getRedirectHostBytes
com.google.protobuf.ByteString getRedirectHostBytes()string redirectHost = 6;- Returns:
- The bytes for redirectHost.
-
getRedirectPort
int getRedirectPort()fixed32 redirectPort = 7;- Returns:
- The redirectPort.
-
getCmdcompsList
If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 8;- Returns:
- A list containing the cmdcomps.
-
getCmdcompsCount
int getCmdcompsCount()If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 8;- Returns:
- The count of cmdcomps.
-
getCmdcomps
If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 8;- Parameters:
index- The index of the element to return.- Returns:
- The cmdcomps at the given index.
-
getCmdcompsBytes
com.google.protobuf.ByteString getCmdcompsBytes(int index)If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the cmdcomps at the given index.
-
getSecondaryList
List<ClientWireProtocol.SecondaryInterfaceList> getSecondaryList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9; -
getSecondary
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9; -
getSecondaryCount
int getSecondaryCount()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9; -
getSecondaryOrBuilderList
List<? extends ClientWireProtocol.SecondaryInterfaceListOrBuilder> getSecondaryOrBuilderList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9; -
getSecondaryOrBuilder
repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 9;
-