Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ListPlanResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ListPlanResponse,ClientWireProtocol.ListPlanResponse.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.ListPlanResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetPlanName(int index)repeated string planName = 2;com.google.protobuf.ByteStringgetPlanNameBytes(int index)repeated string planName = 2;intgetPlanNameCount()repeated string planName = 2;List<String>getPlanNameList()repeated string planName = 2;booleangetRedirect()Redirect = true, means we are telling client to send the command elsewhereStringgetRedirectHost()string redirectHost = 4;com.google.protobuf.ByteStringgetRedirectHostBytes()string redirectHost = 4;intgetRedirectPort()fixed32 redirectPort = 5;ClientWireProtocol.ConfirmationResponsegetResponse().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.ConfirmationResponseOrBuildergetResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1;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; -
getPlanNameList
repeated string planName = 2; -
getPlanNameCount
int getPlanNameCount()repeated string planName = 2; -
getPlanName
repeated string planName = 2; -
getPlanNameBytes
com.google.protobuf.ByteString getPlanNameBytes(int index)repeated string planName = 2; -
getRedirect
boolean getRedirect()Redirect = true, means we are telling client to send the command elsewhere
bool redirect = 3; -
getRedirectHost
String getRedirectHost()string redirectHost = 4; -
getRedirectHostBytes
com.google.protobuf.ByteString getRedirectHostBytes()string redirectHost = 4; -
getRedirectPort
int getRedirectPort()fixed32 redirectPort = 5;
-