Package com.ocient.jdbc.proto
Interface ClientWireProtocol.FetchUpdateStatusResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.FetchUpdateStatusResponse,ClientWireProtocol.FetchUpdateStatusResponse.Builder
- Enclosing class:
ClientWireProtocol
public static interface ClientWireProtocol.FetchUpdateStatusResponseOrBuilder
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetDone()bool done = 2;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ConfirmationResponse response = 1;longsfixed64 rowCount = 3;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; -
getDone
boolean getDone()bool done = 2;- Returns:
- The done.
-
getRowCount
long getRowCount()sfixed64 rowCount = 3;- Returns:
- The rowCount.
-