public static interface UserBitShared.QueryResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserBitShared.DrillPBError |
getError(int index)
repeated .exec.shared.DrillPBError error = 3; |
int |
getErrorCount()
repeated .exec.shared.DrillPBError error = 3; |
List<UserBitShared.DrillPBError> |
getErrorList()
repeated .exec.shared.DrillPBError error = 3; |
UserBitShared.DrillPBErrorOrBuilder |
getErrorOrBuilder(int index)
repeated .exec.shared.DrillPBError error = 3; |
List<? extends UserBitShared.DrillPBErrorOrBuilder> |
getErrorOrBuilderList()
repeated .exec.shared.DrillPBError error = 3; |
UserBitShared.QueryId |
getQueryId()
optional .exec.shared.QueryId query_id = 2; |
UserBitShared.QueryIdOrBuilder |
getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 2; |
UserBitShared.QueryResult.QueryState |
getQueryState()
optional .exec.shared.QueryResult.QueryState query_state = 1; |
boolean |
hasQueryId()
optional .exec.shared.QueryId query_id = 2; |
boolean |
hasQueryState()
optional .exec.shared.QueryResult.QueryState query_state = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasQueryState()
optional .exec.shared.QueryResult.QueryState query_state = 1;
UserBitShared.QueryResult.QueryState getQueryState()
optional .exec.shared.QueryResult.QueryState query_state = 1;
boolean hasQueryId()
optional .exec.shared.QueryId query_id = 2;
UserBitShared.QueryId getQueryId()
optional .exec.shared.QueryId query_id = 2;
UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 2;
List<UserBitShared.DrillPBError> getErrorList()
repeated .exec.shared.DrillPBError error = 3;
UserBitShared.DrillPBError getError(int index)
repeated .exec.shared.DrillPBError error = 3;
int getErrorCount()
repeated .exec.shared.DrillPBError error = 3;
List<? extends UserBitShared.DrillPBErrorOrBuilder> getErrorOrBuilderList()
repeated .exec.shared.DrillPBError error = 3;
UserBitShared.DrillPBErrorOrBuilder getErrorOrBuilder(int index)
repeated .exec.shared.DrillPBError error = 3;
Copyright © 1970 The Apache Software Foundation. All rights reserved.