Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ListPlanResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ListPlanResponse,ClientWireProtocol.ListPlanResponse.Builder
- Enclosing class:
- ClientWireProtocol
-
Method Summary
Modifier and TypeMethodDescriptiongetPlanName(int index) repeated string planName = 2;getPlanNameBytes(int index) repeated string planName = 2;intrepeated string planName = 2;repeated string planName = 2;booleanNot usedstring redirectHost = 4;string redirectHost = 4;intfixed32 redirectPort = 5;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ConfirmationResponse response = 1;boolean.xg.cmdcomp.ConfirmationResponse response = 1;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; -
getPlanNameList
repeated string planName = 2;- Returns:
- A list containing the planName.
-
getPlanNameCount
int getPlanNameCount()repeated string planName = 2;- Returns:
- The count of planName.
-
getPlanName
repeated string planName = 2;- Parameters:
index- The index of the element to return.- Returns:
- The planName at the given index.
-
getPlanNameBytes
repeated string planName = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the planName at the given index.
-
getRedirect
boolean getRedirect()Not used
bool redirect = 3;- Returns:
- The redirect.
-
getRedirectHost
String getRedirectHost()string redirectHost = 4;- Returns:
- The redirectHost.
-
getRedirectHostBytes
ByteString getRedirectHostBytes()string redirectHost = 4;- Returns:
- The bytes for redirectHost.
-
getRedirectPort
int getRedirectPort()fixed32 redirectPort = 5;- Returns:
- The redirectPort.
-