Package com.ocient.jdbc.proto
Interface ClientWireProtocol.FetchSystemMetadataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.FetchSystemMetadataResponse,ClientWireProtocol.FetchSystemMetadataResponse.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.FetchSystemMetadataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIntVal()sfixed32 int_val = 4;ClientWireProtocol.ConfirmationResponsegetResponse().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.ConfirmationResponseOrBuildergetResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCasegetResultOneofCase()ClientWireProtocol.ResultSetgetResultSetVal().xg.cmdcomp.ResultSet result_set_val = 2;ClientWireProtocol.ResultSetOrBuildergetResultSetValOrBuilder().xg.cmdcomp.ResultSet result_set_val = 2;StringgetStringVal()string string_val = 3;com.google.protobuf.ByteStringgetStringValBytes()string string_val = 3;booleanhasResponse().xg.cmdcomp.ConfirmationResponse response = 1;booleanhasResultSetVal().xg.cmdcomp.ResultSet result_set_val = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
hasResultSetVal
boolean hasResultSetVal()
.xg.cmdcomp.ResultSet result_set_val = 2;- Returns:
- Whether the resultSetVal field is set.
-
getResultSetVal
ClientWireProtocol.ResultSet getResultSetVal()
.xg.cmdcomp.ResultSet result_set_val = 2;- Returns:
- The resultSetVal.
-
getResultSetValOrBuilder
ClientWireProtocol.ResultSetOrBuilder getResultSetValOrBuilder()
.xg.cmdcomp.ResultSet result_set_val = 2;
-
getStringVal
String getStringVal()
string string_val = 3;- Returns:
- The stringVal.
-
getStringValBytes
com.google.protobuf.ByteString getStringValBytes()
string string_val = 3;- Returns:
- The bytes for stringVal.
-
getIntVal
int getIntVal()
sfixed32 int_val = 4;- Returns:
- The intVal.
-
getResultOneofCase
ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase getResultOneofCase()
-
-