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
Modifier and TypeMethodDescriptionintsfixed32 int_val = 4;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ResultSet result_set_val = 2;.xg.cmdcomp.ResultSet result_set_val = 2;string string_val = 3;com.google.protobuf.ByteStringstring string_val = 3;booleansfixed32 int_val = 4;boolean.xg.cmdcomp.ConfirmationResponse response = 1;boolean.xg.cmdcomp.ResultSet result_set_val = 2;booleanstring string_val = 3;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; -
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; -
hasStringVal
boolean hasStringVal()string string_val = 3;- Returns:
- Whether the stringVal field is set.
-
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.
-
hasIntVal
boolean hasIntVal()sfixed32 int_val = 4;- Returns:
- Whether the intVal field is set.
-
getIntVal
int getIntVal()sfixed32 int_val = 4;- Returns:
- The intVal.
-
getResultOneofCase
ClientWireProtocol.FetchSystemMetadataResponse.ResultOneofCase getResultOneofCase()
-