Uses of Class
org.apache.drill.exec.proto.UserProtos.RequestResults.Builder
Packages that use UserProtos.RequestResults.Builder
-
Uses of UserProtos.RequestResults.Builder in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.RequestResults.BuilderModifier and TypeMethodDescriptionUserProtos.RequestResults.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.RequestResults.Builder.clear()UserProtos.RequestResults.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UserProtos.RequestResults.Builder.clearMaximumResponses()optional int32 maximum_responses = 2;UserProtos.RequestResults.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserProtos.RequestResults.Builder.clearQueryId()optional .exec.shared.QueryId query_id = 1;UserProtos.RequestResults.Builder.clone()UserProtos.RequestResults.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.RequestResults.Builder.mergeFrom(com.google.protobuf.Message other) UserProtos.RequestResults.Builder.mergeFrom(UserProtos.RequestResults other) UserProtos.RequestResults.Builder.mergeQueryId(UserBitShared.QueryId value) optional .exec.shared.QueryId query_id = 1;UserProtos.RequestResults.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.RequestResults.newBuilder()UserProtos.RequestResults.newBuilder(UserProtos.RequestResults prototype) UserProtos.RequestResults.newBuilderForType()protected UserProtos.RequestResults.BuilderUserProtos.RequestResults.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserProtos.RequestResults.BuilderSchema.newMessage()UserProtos.RequestResults.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.RequestResults.Builder.setMaximumResponses(int value) optional int32 maximum_responses = 2;UserProtos.RequestResults.Builder.setQueryId(UserBitShared.QueryId value) optional .exec.shared.QueryId query_id = 1;UserProtos.RequestResults.Builder.setQueryId(UserBitShared.QueryId.Builder builderForValue) optional .exec.shared.QueryId query_id = 1;UserProtos.RequestResults.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserProtos.RequestResults.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.RequestResults.toBuilder()Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.RequestResults.BuilderMethods in org.apache.drill.exec.proto with parameters of type UserProtos.RequestResults.BuilderModifier and TypeMethodDescriptionbooleanSchemaUserProtos.RequestResults.BuilderSchema.isInitialized(UserProtos.RequestResults.Builder builder) voidSchemaUserProtos.RequestResults.BuilderSchema.mergeFrom(io.protostuff.Input input, UserProtos.RequestResults.Builder builder) voidSchemaUserProtos.RequestResults.BuilderSchema.writeTo(io.protostuff.Output output, UserProtos.RequestResults.Builder builder)