Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnection2ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnection2Response,ClientWireProtocol.ClientConnection2Response.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.ClientConnection2ResponseOrBuilder
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 cmdcompsbooleangetRedirect()Redirect = true, means we are telling client to connect elsewhereStringgetRedirectHost()string redirectHost = 3;com.google.protobuf.ByteStringgetRedirectHostBytes()string redirectHost = 3;intgetRedirectPort()fixed32 redirectPort = 4;ClientWireProtocol.ConfirmationResponsegetResponse().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.ConfirmationResponseOrBuildergetResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.SecondaryInterfaceListgetSecondary(int index)repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;intgetSecondaryCount()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;List<ClientWireProtocol.SecondaryInterfaceList>getSecondaryList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;ClientWireProtocol.SecondaryInterfaceListOrBuildergetSecondaryOrBuilder(int index)repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;List<? extends ClientWireProtocol.SecondaryInterfaceListOrBuilder>getSecondaryOrBuilderList()repeated .xg.cmdcomp.SecondaryInterfaceList secondary = 6;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; -
getResponse
ClientWireProtocol.ConfirmationResponse getResponse().xg.cmdcomp.ConfirmationResponse response = 1; -
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; -
getRedirectHost
String getRedirectHost()string redirectHost = 3; -
getRedirectHostBytes
com.google.protobuf.ByteString getRedirectHostBytes()string redirectHost = 3; -
getRedirectPort
int getRedirectPort()fixed32 redirectPort = 4; -
getCmdcompsList
If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 5; -
getCmdcompsCount
int getCmdcompsCount()If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 5; -
getCmdcomps
If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 5; -
getCmdcompsBytes
com.google.protobuf.ByteString getCmdcompsBytes(int index)If redirect = false, this is a list of all cmdcomps
repeated string cmdcomps = 5; -
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;
-