UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.clear() |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.clearMaximumResponses()
optional int32 maximum_responses = 2;
|
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.clearQueryId()
optional .exec.shared.QueryId query_id = 1;
|
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.clone() |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.mergeFrom(com.google.protobuf.Message other) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.mergeFrom(UserProtos.RequestResults other) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.mergeQueryId(UserBitShared.QueryId value)
optional .exec.shared.QueryId query_id = 1;
|
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UserProtos.RequestResults.Builder |
UserProtos.RequestResults.newBuilder() |
static UserProtos.RequestResults.Builder |
UserProtos.RequestResults.newBuilder(UserProtos.RequestResults prototype) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.newBuilderForType() |
protected UserProtos.RequestResults.Builder |
UserProtos.RequestResults.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UserProtos.RequestResults.Builder |
SchemaUserProtos.RequestResults.BuilderSchema.newMessage() |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.setMaximumResponses(int value)
optional int32 maximum_responses = 2;
|
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.setQueryId(UserBitShared.QueryId.Builder builderForValue)
optional .exec.shared.QueryId query_id = 1;
|
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.setQueryId(UserBitShared.QueryId value)
optional .exec.shared.QueryId query_id = 1;
|
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserProtos.RequestResults.Builder |
UserProtos.RequestResults.toBuilder() |