query
stringlengths
7
33.1k
document
stringlengths
7
335k
metadata
dict
negatives
listlengths
3
101
negative_scores
listlengths
3
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
.Status status = 1;
@java.lang.Override public entities.Torrent.Status getStatus() { @SuppressWarnings("deprecation") entities.Torrent.Status result = entities.Torrent.Status.valueOf(status_); return result == null ? entities.Torrent.Status.UNRECOGNIZED : result; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
public Builder setStatus(entities.Torrent.Status value) { if (value == null) { throw new NullPointerException(); } status_ = value.getNumber(); onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
public Builder clearStatus() { status_ = 0; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
string errorMessage = 2;
public java.lang.String getErrorMessage() { java.lang.Object ref = errorMessage_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); errorMessage_ = s; return s; } else { return (java.lang.String) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.583974
57
string errorMessage = 2;
public com.google.protobuf.ByteString getErrorMessageBytes() { java.lang.Object ref = errorMessage_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); errorMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
string errorMessage = 2;
public Builder setErrorMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } errorMessage_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
string errorMessage = 2;
public Builder clearErrorMessage() { errorMessage_ = getDefaultInstance().getErrorMessage(); onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
string errorMessage = 2;
public Builder setErrorMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); errorMessage_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
repeated .NodeSearchResult results = 3;
public java.util.List<entities.Torrent.NodeSearchResult> getResultsList() { if (resultsBuilder_ == null) { return java.util.Collections.unmodifiableList(results_); } else { return resultsBuilder_.getMessageList(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.51628715
44
repeated .NodeSearchResult results = 3;
public int getResultsCount() { if (resultsBuilder_ == null) { return results_.size(); } else { return resultsBuilder_.getCount(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.0
-1
repeated .NodeSearchResult results = 3;
public entities.Torrent.NodeSearchResult getResults(int index) { if (resultsBuilder_ == null) { return results_.get(index); } else { return resultsBuilder_.getMessage(index); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.5031012
62
repeated .NodeSearchResult results = 3;
public Builder setResults( int index, entities.Torrent.NodeSearchResult value) { if (resultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureResultsIsMutable(); results_.set(index, value); onChanged(); } else { resultsBuilder_.setMessage(index, value); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.5194397
39
repeated .NodeSearchResult results = 3;
public Builder setResults( int index, entities.Torrent.NodeSearchResult.Builder builderForValue) { if (resultsBuilder_ == null) { ensureResultsIsMutable(); results_.set(index, builderForValue.build()); onChanged(); } else { resultsBuilder_.setMessage(index, builderForValue.build()); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.0
-1
repeated .NodeSearchResult results = 3;
public Builder addResults(entities.Torrent.NodeSearchResult value) { if (resultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureResultsIsMutable(); results_.add(value); onChanged(); } else { resultsBuilder_.addMessage(value); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.536...
0.53787273
20
repeated .NodeSearchResult results = 3;
public Builder addResults( int index, entities.Torrent.NodeSearchResult value) { if (resultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureResultsIsMutable(); results_.add(index, value); onChanged(); } else { resultsBuilder_.addMessage(index, value); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.5052879
60
repeated .NodeSearchResult results = 3;
public Builder addResults( entities.Torrent.NodeSearchResult.Builder builderForValue) { if (resultsBuilder_ == null) { ensureResultsIsMutable(); results_.add(builderForValue.build()); onChanged(); } else { resultsBuilder_.addMessage(builderForValue.build()); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.0
-1
repeated .NodeSearchResult results = 3;
public Builder addResults( int index, entities.Torrent.NodeSearchResult.Builder builderForValue) { if (resultsBuilder_ == null) { ensureResultsIsMutable(); results_.add(index, builderForValue.build()); onChanged(); } else { resultsBuilder_.addMessage(index, builderForValue.build()); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.0
-1
repeated .NodeSearchResult results = 3;
public Builder addAllResults( java.lang.Iterable<? extends entities.Torrent.NodeSearchResult> values) { if (resultsBuilder_ == null) { ensureResultsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, results_); onChanged(); } else { resultsBuilder_.addAllMessages(values); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.53787273", "0.53...
0.5712916
7
repeated .NodeSearchResult results = 3;
public Builder clearResults() { if (resultsBuilder_ == null) { results_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { resultsBuilder_.clear(); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.0
-1
repeated .NodeSearchResult results = 3;
public Builder removeResults(int index) { if (resultsBuilder_ == null) { ensureResultsIsMutable(); results_.remove(index); onChanged(); } else { resultsBuilder_.remove(index); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.0
-1
repeated .NodeSearchResult results = 3;
public entities.Torrent.NodeSearchResult.Builder getResultsBuilder( int index) { return getResultsFieldBuilder().getBuilder(index); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.48773724
93
repeated .NodeSearchResult results = 3;
public entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder( int index) { if (resultsBuilder_ == null) { return results_.get(index); } else { return resultsBuilder_.getMessageOrBuilder(index); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.53787273", "0.536...
0.56143415
11
repeated .NodeSearchResult results = 3;
public java.util.List<? extends entities.Torrent.NodeSearchResultOrBuilder> getResultsOrBuilderList() { if (resultsBuilder_ != null) { return resultsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(results_); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.52722657
27
repeated .NodeSearchResult results = 3;
public entities.Torrent.NodeSearchResult.Builder addResultsBuilder() { return getResultsFieldBuilder().addBuilder( entities.Torrent.NodeSearchResult.getDefaultInstance()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.53787273", "0.53...
0.5605271
12
repeated .NodeSearchResult results = 3;
public entities.Torrent.NodeSearchResult.Builder addResultsBuilder( int index) { return getResultsFieldBuilder().addBuilder( index, entities.Torrent.NodeSearchResult.getDefaultInstance()); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.5252404
31
repeated .NodeSearchResult results = 3;
public java.util.List<entities.Torrent.NodeSearchResult.Builder> getResultsBuilderList() { return getResultsFieldBuilder().getBuilderList(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.NodeSearchResult getResults(int index);", "SearchResult findNext(SearchResult result);", "entities.Torrent.NodeSearchResultOrBuilder getResultsOrBuilder(\n int index);", "java.util.List<entities.Torrent.NodeSearchResult>\n getResultsList();", "java.util.List<? extends...
[ "0.6862526", "0.63839877", "0.62841016", "0.59894204", "0.58342236", "0.5776431", "0.5734007", "0.5712916", "0.5670051", "0.5631001", "0.56302875", "0.56143415", "0.5605271", "0.55756223", "0.55691606", "0.55633014", "0.5545001", "0.5545001", "0.55326474", "0.5393185", "0.537...
0.0
-1
string filename = 1;
java.lang.String getFilename();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0.64831907", "0.64034766", ...
0.6641273
15
string filename = 1;
com.google.protobuf.ByteString getFilenameBytes();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
bytes data = 2;
com.google.protobuf.ByteString getData();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte readByte();", "public byte[] getData()\r\n/* 20: */ {\r\n/* 21:60 */ byte[] data = new byte[2];\r\n/* 22: */ \r\n/* 23:62 */ IntegerHelper.getTwoBytes(this.calcCount, data, 0);\r\n/* 24: */ \r...
[ "0.7159131", "0.7159131", "0.7159131", "0.7159131", "0.6785386", "0.6672017", "0.6667571", "0.6659267", "0.6636638", "0.6615461", "0.6578998", "0.6450277", "0.6445951", "0.64117986", "0.6391609", "0.6377012", "0.62871987", "0.62871987", "0.6270787", "0.6254828", "0.62209284",...
0.6311171
25
Use UploadRequest.newBuilder() to construct.
private UploadRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.UploadRequestOrBuilder getUploadRequestOrBuilder();", "public entities.Torrent.UploadRequestOrBuilder getUploadRequestOrBuilder() {\n if (uploadRequestBuilder_ != null) {\n return uploadRequestBuilder_.getMessageOrBuilder();\n } else {\n ...
[ "0.7715893", "0.74301916", "0.71833456", "0.71607876", "0.706337", "0.67648476", "0.67199296", "0.66966736", "0.6454813", "0.611342", "0.6073051", "0.60570115", "0.60503703", "0.6010777", "0.590422", "0.580515", "0.5789777", "0.57641494", "0.5745482", "0.5743415", "0.5578109"...
0.7416547
2
string filename = 1;
@java.lang.Override public java.lang.String getFilename() { java.lang.Object ref = filename_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filename_ = s; return s; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
string filename = 1;
@java.lang.Override public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
bytes data = 2;
@java.lang.Override public com.google.protobuf.ByteString getData() { return data_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte readByte();", "public byte[] getData()\r\n/* 20: */ {\r\n/* 21:60 */ byte[] data = new byte[2];\r\n/* 22: */ \r\n/* 23:62 */ IntegerHelper.getTwoBytes(this.calcCount, data, 0);\r\n/* 24: */ \r...
[ "0.7159131", "0.7159131", "0.7159131", "0.7159131", "0.6785386", "0.6672017", "0.6667571", "0.6659267", "0.6636638", "0.6615461", "0.6578998", "0.6450277", "0.6445951", "0.64117986", "0.6391609", "0.6377012", "0.6311171", "0.6311171", "0.6311171", "0.6311171", "0.6311171", ...
0.0
-1
string filename = 1;
public java.lang.String getFilename() { java.lang.Object ref = filename_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); filename_ = s; return s; } else { return (java.lang.String) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
string filename = 1;
public com.google.protobuf.ByteString getFilenameBytes() { java.lang.Object ref = filename_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); filename_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
string filename = 1;
public Builder setFilename( java.lang.String value) { if (value == null) { throw new NullPointerException(); } filename_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
string filename = 1;
public Builder clearFilename() { filename_ = getDefaultInstance().getFilename(); onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
string filename = 1;
public Builder setFilenameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); filename_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String getFilename();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java.lang.String getFileName();", "java....
[ "0.6990491", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6962381", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6646227", "0.6641273", "0.6641273", "0.6546135", "0.6546135", "0.6545105", "0.653927", "0...
0.0
-1
bytes data = 2;
@java.lang.Override public com.google.protobuf.ByteString getData() { return data_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte readByte();", "public byte[] getData()\r\n/* 20: */ {\r\n/* 21:60 */ byte[] data = new byte[2];\r\n/* 22: */ \r\n/* 23:62 */ IntegerHelper.getTwoBytes(this.calcCount, data, 0);\r\n/* 24: */ \r...
[ "0.7159131", "0.7159131", "0.7159131", "0.7159131", "0.6785386", "0.6672017", "0.6667571", "0.6659267", "0.6636638", "0.6615461", "0.6578998", "0.6450277", "0.6445951", "0.64117986", "0.6391609", "0.6377012", "0.6311171", "0.6311171", "0.6311171", "0.6311171", "0.6311171", ...
0.0
-1
bytes data = 2;
public Builder setData(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } data_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte readByte();", "public byte[] getData()\r\n/* 20: */ {\r\n/* 21:60 */ byte[] data = new byte[2];\r\n/* 22: */ \r\n/* 23:62 */ IntegerHelper.getTwoBytes(this.calcCount, data, 0);\r\n/* 24: */ \r...
[ "0.7159131", "0.7159131", "0.7159131", "0.7159131", "0.6785386", "0.6672017", "0.6667571", "0.6659267", "0.6636638", "0.6615461", "0.6578998", "0.6450277", "0.6445951", "0.64117986", "0.6391609", "0.6377012", "0.6311171", "0.6311171", "0.6311171", "0.6311171", "0.6311171", ...
0.0
-1
bytes data = 2;
public Builder clearData() { data_ = getDefaultInstance().getData(); onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte[] getData();", "byte readByte();", "public byte[] getData()\r\n/* 20: */ {\r\n/* 21:60 */ byte[] data = new byte[2];\r\n/* 22: */ \r\n/* 23:62 */ IntegerHelper.getTwoBytes(this.calcCount, data, 0);\r\n/* 24: */ \r...
[ "0.7159131", "0.7159131", "0.7159131", "0.7159131", "0.6785386", "0.6672017", "0.6667571", "0.6659267", "0.6636638", "0.6615461", "0.6578998", "0.6450277", "0.6445951", "0.64117986", "0.6391609", "0.6377012", "0.6311171", "0.6311171", "0.6311171", "0.6311171", "0.6311171", ...
0.0
-1
.Status status = 1;
int getStatusValue();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
entities.Torrent.Status getStatus();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
string errorMessage = 2;
java.lang.String getErrorMessage();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.6587221", "0.6458624", "0.642881", "0.6387629", "0.6339448", "0.63337046", "0.6318866", "0.6310054", "0.6266495", "0.6207546", "0.6169787", "0.6162002", "0.61556125"...
0.65931696
14
string errorMessage = 2;
com.google.protobuf.ByteString getErrorMessageBytes();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
The FileInfo you stored or had already .FileInfo fileInfo = 3;
boolean hasFileInfo();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.5507862
81
The FileInfo you stored or had already .FileInfo fileInfo = 3;
entities.Torrent.FileInfo getFileInfo();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924049", "0.68331254", "0.6825502", "0.66273475", "0.66057086", "0.65527123", "0.65401584", "0.6538061", "0.6459714", "0.6415836", "0.63990384", "0.6287464", "0.6205246", "0.61675197", "0.61201584", "0.6117674", "0.6038983", "0.6032095", "0.60249573", "0.6014981", "0.6014...
0.5630303
58
The FileInfo you stored or had already .FileInfo fileInfo = 3;
entities.Torrent.FileInfoOrBuilder getFileInfoOrBuilder();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.0
-1
Use UploadResponse.newBuilder() to construct.
private UploadResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.UploadResponseOrBuilder getUploadResponseOrBuilder();", "public entities.Torrent.UploadResponseOrBuilder getUploadResponseOrBuilder() {\n if (uploadResponseBuilder_ != null) {\n return uploadResponseBuilder_.getMessageOrBuilder();\n } else {\n ...
[ "0.7613704", "0.73701644", "0.73157924", "0.71317405", "0.70886976", "0.7024367", "0.6935087", "0.668473", "0.6490123", "0.6420592", "0.62132424", "0.6170955", "0.61574686", "0.614177", "0.605426", "0.60135305", "0.5919602", "0.58615285", "0.58247155", "0.5633012", "0.5509074...
0.74741226
1
.Status status = 1;
@java.lang.Override public int getStatusValue() { return status_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
@java.lang.Override public entities.Torrent.Status getStatus() { @SuppressWarnings("deprecation") entities.Torrent.Status result = entities.Torrent.Status.valueOf(status_); return result == null ? entities.Torrent.Status.UNRECOGNIZED : result; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
string errorMessage = 2;
@java.lang.Override public java.lang.String getErrorMessage() { java.lang.Object ref = errorMessage_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); errorMessage_ = s; return s; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
string errorMessage = 2;
@java.lang.Override public com.google.protobuf.ByteString getErrorMessageBytes() { java.lang.Object ref = errorMessage_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); errorMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
The FileInfo you stored or had already .FileInfo fileInfo = 3;
@java.lang.Override public boolean hasFileInfo() { return fileInfo_ != null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.59053355
32
The FileInfo you stored or had already .FileInfo fileInfo = 3;
@java.lang.Override public entities.Torrent.FileInfo getFileInfo() { return fileInfo_ == null ? entities.Torrent.FileInfo.getDefaultInstance() : fileInfo_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924049", "0.68331254", "0.6825502", "0.66273475", "0.66057086", "0.65527123", "0.65401584", "0.6538061", "0.6459714", "0.6415836", "0.63990384", "0.6287464", "0.6205246", "0.61675197", "0.61201584", "0.6117674", "0.6038983", "0.6032095", "0.60249573", "0.6014981", "0.6014...
0.5915589
28
The FileInfo you stored or had already .FileInfo fileInfo = 3;
@java.lang.Override public entities.Torrent.FileInfoOrBuilder getFileInfoOrBuilder() { return getFileInfo(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.543441
95
.Status status = 1;
@java.lang.Override public int getStatusValue() { return status_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
public Builder setStatusValue(int value) { status_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
@java.lang.Override public entities.Torrent.Status getStatus() { @SuppressWarnings("deprecation") entities.Torrent.Status result = entities.Torrent.Status.valueOf(status_); return result == null ? entities.Torrent.Status.UNRECOGNIZED : result; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
public Builder setStatus(entities.Torrent.Status value) { if (value == null) { throw new NullPointerException(); } status_ = value.getNumber(); onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
public Builder clearStatus() { status_ = 0; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
string errorMessage = 2;
public java.lang.String getErrorMessage() { java.lang.Object ref = errorMessage_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); errorMessage_ = s; return s; } else { return (java.lang.String) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.583974
59
string errorMessage = 2;
public com.google.protobuf.ByteString getErrorMessageBytes() { java.lang.Object ref = errorMessage_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); errorMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
string errorMessage = 2;
public Builder setErrorMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } errorMessage_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
string errorMessage = 2;
public Builder clearErrorMessage() { errorMessage_ = getDefaultInstance().getErrorMessage(); onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
string errorMessage = 2;
public Builder setErrorMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); errorMessage_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public boolean hasFileInfo() { return fileInfoBuilder_ != null || fileInfo_ != null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924049", "0.68331254", "0.6825502", "0.66273475", "0.66057086", "0.65527123", "0.65401584", "0.6538061", "0.6459714", "0.6415836", "0.63990384", "0.6287464", "0.6205246", "0.61675197", "0.61201584", "0.6117674", "0.6038983", "0.6032095", "0.60249573", "0.6014981", "0.6014...
0.5991968
22
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public entities.Torrent.FileInfo getFileInfo() { if (fileInfoBuilder_ == null) { return fileInfo_ == null ? entities.Torrent.FileInfo.getDefaultInstance() : fileInfo_; } else { return fileInfoBuilder_.getMessage(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.59681267
25
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public Builder setFileInfo(entities.Torrent.FileInfo value) { if (fileInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fileInfo_ = value; onChanged(); } else { fileInfoBuilder_.setMessage(value); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.60096836", "0.599...
0.6014117
20
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public Builder setFileInfo( entities.Torrent.FileInfo.Builder builderForValue) { if (fileInfoBuilder_ == null) { fileInfo_ = builderForValue.build(); onChanged(); } else { fileInfoBuilder_.setMessage(builderForValue.build()); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.55718565
72
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public Builder mergeFileInfo(entities.Torrent.FileInfo value) { if (fileInfoBuilder_ == null) { if (fileInfo_ != null) { fileInfo_ = entities.Torrent.FileInfo.newBuilder(fileInfo_).mergeFrom(value).buildPartial(); } else { fileInfo_ = value; } onChanged(); } else { fileInfoBuilder_.mergeFrom(value); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924049", "0.68331254", "0.6825502", "0.66273475", "0.66057086", "0.65527123", "0.65401584", "0.6538061", "0.6459714", "0.6415836", "0.63990384", "0.6287464", "0.6205246", "0.61675197", "0.61201584", "0.6117674", "0.6038983", "0.6032095", "0.60249573", "0.6014981", "0.6014...
0.54913384
87
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public Builder clearFileInfo() { if (fileInfoBuilder_ == null) { fileInfo_ = null; onChanged(); } else { fileInfo_ = null; fileInfoBuilder_ = null; } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.56261456
59
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public entities.Torrent.FileInfo.Builder getFileInfoBuilder() { onChanged(); return getFileInfoFieldBuilder().getBuilder(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.54443455
91
The FileInfo you stored or had already .FileInfo fileInfo = 3;
public entities.Torrent.FileInfoOrBuilder getFileInfoOrBuilder() { if (fileInfoBuilder_ != null) { return fileInfoBuilder_.getMessageOrBuilder(); } else { return fileInfo_ == null ? entities.Torrent.FileInfo.getDefaultInstance() : fileInfo_; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924083", "0.68334454", "0.68254644", "0.66270447", "0.66058415", "0.65529525", "0.65398127", "0.6538457", "0.6459494", "0.64161617", "0.63989764", "0.6287885", "0.62055403", "0.61675364", "0.6121081", "0.611798", "0.6040174", "0.6032109", "0.6024778", "0.6015077", "0.6014...
0.5579339
68
The FileInfo you stored or had already .FileInfo fileInfo = 3;
private com.google.protobuf.SingleFieldBuilderV3< entities.Torrent.FileInfo, entities.Torrent.FileInfo.Builder, entities.Torrent.FileInfoOrBuilder> getFileInfoFieldBuilder() { if (fileInfoBuilder_ == null) { fileInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< entities.Torrent.FileInfo, entities.Torrent.FileInfo.Builder, entities.Torrent.FileInfoOrBuilder>( getFileInfo(), getParentForChildren(), isClean()); fileInfo_ = null; } return fileInfoBuilder_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "protected final void setFileInformation( FileInfo fInfo) {\n\t\tm_info = fInfo;\n\t}", "public void fileInfo(String info);", "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "@Override\n public void addSingleFile(FileInfo file) {\n }",...
[ "0.6924049", "0.68331254", "0.6825502", "0.66273475", "0.66057086", "0.65527123", "0.65401584", "0.6538061", "0.6459714", "0.6415836", "0.63990384", "0.6287464", "0.6205246", "0.61675197", "0.61201584", "0.6117674", "0.6038983", "0.6032095", "0.60249573", "0.6014981", "0.6014...
0.58096254
38
.FileInfo fileInfo = 1;
boolean hasFileInfo();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.0
-1
.FileInfo fileInfo = 1;
entities.Torrent.FileInfo getFileInfo();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.61489975", "0.60903037", "0.60731995", "0.60714823", "0.6028967", "0.601...
0.6161076
15
.FileInfo fileInfo = 1;
entities.Torrent.FileInfoOrBuilder getFileInfoOrBuilder();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.5716071
43
int32 subnetId = 2;
int getSubnetId();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Override\n public int getSubnetId() {\n return s...
[ "0.6901655", "0.6901655", "0.6900688", "0.68461734", "0.6844633", "0.6844633", "0.66626906", "0.6474268", "0.6279669", "0.6279669", "0.6279669", "0.62370723", "0.6060043", "0.59837335", "0.59434897", "0.5932656", "0.57812864", "0.5715183", "0.5715183", "0.5715183", "0.5715183...
0.77809644
0
Use ReplicateRequest.newBuilder() to construct.
private ReplicateRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { super(builder); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "entities.Torrent.ReplicateRequestOrBuilder getReplicateRequestOrBuilder();", "public Builder setReplicateRequest(entities.Torrent.ReplicateRequest value) {\n if (replicateRequestBuilder_ == null) {\n if (value == null) {\n throw new NullPointerException();...
[ "0.7807872", "0.75663424", "0.7465875", "0.72591686", "0.7241143", "0.7229297", "0.7086062", "0.6807877", "0.6600298", "0.6555863", "0.6515077", "0.64539737", "0.6409791", "0.6141053", "0.59191656", "0.5871778", "0.57796854", "0.5681745", "0.56587195", "0.5544629", "0.5479423...
0.7958968
0
.FileInfo fileInfo = 1;
@java.lang.Override public boolean hasFileInfo() { return fileInfo_ != null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.0
-1
.FileInfo fileInfo = 1;
@java.lang.Override public entities.Torrent.FileInfo getFileInfo() { return fileInfo_ == null ? entities.Torrent.FileInfo.getDefaultInstance() : fileInfo_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.56136954
55
.FileInfo fileInfo = 1;
@java.lang.Override public entities.Torrent.FileInfoOrBuilder getFileInfoOrBuilder() { return getFileInfo(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.55652595
60
int32 subnetId = 2;
@java.lang.Override public int getSubnetId() { return subnetId_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getSubnetId();", "int getSubnetId();", "int getSubnetId();", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Ov...
[ "0.77809644", "0.77809644", "0.77809644", "0.6901655", "0.6901655", "0.6900688", "0.66626906", "0.6474268", "0.6279669", "0.6279669", "0.6279669", "0.62370723", "0.6060043", "0.59837335", "0.59434897", "0.5932656", "0.57812864", "0.5715183", "0.5715183", "0.5715183", "0.57151...
0.6844633
7
.FileInfo fileInfo = 1;
public boolean hasFileInfo() { return fileInfoBuilder_ != null || fileInfo_ != null; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.0
-1
.FileInfo fileInfo = 1;
public entities.Torrent.FileInfo getFileInfo() { if (fileInfoBuilder_ == null) { return fileInfo_ == null ? entities.Torrent.FileInfo.getDefaultInstance() : fileInfo_; } else { return fileInfoBuilder_.getMessage(); } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.54616433
72
.FileInfo fileInfo = 1;
public Builder setFileInfo(entities.Torrent.FileInfo value) { if (fileInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } fileInfo_ = value; onChanged(); } else { fileInfoBuilder_.setMessage(value); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.60714823", "0.6028967", "0.6017...
0.62255746
11
.FileInfo fileInfo = 1;
public Builder setFileInfo( entities.Torrent.FileInfo.Builder builderForValue) { if (fileInfoBuilder_ == null) { fileInfo_ = builderForValue.build(); onChanged(); } else { fileInfoBuilder_.setMessage(builderForValue.build()); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.5661398
46
.FileInfo fileInfo = 1;
public Builder mergeFileInfo(entities.Torrent.FileInfo value) { if (fileInfoBuilder_ == null) { if (fileInfo_ != null) { fileInfo_ = entities.Torrent.FileInfo.newBuilder(fileInfo_).mergeFrom(value).buildPartial(); } else { fileInfo_ = value; } onChanged(); } else { fileInfoBuilder_.mergeFrom(value); } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.5461145
74
.FileInfo fileInfo = 1;
public Builder clearFileInfo() { if (fileInfoBuilder_ == null) { fileInfo_ = null; onChanged(); } else { fileInfo_ = null; fileInfoBuilder_ = null; } return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.0
-1
.FileInfo fileInfo = 1;
public entities.Torrent.FileInfo.Builder getFileInfoBuilder() { onChanged(); return getFileInfoFieldBuilder().getBuilder(); }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.5633966
49
.FileInfo fileInfo = 1;
public entities.Torrent.FileInfoOrBuilder getFileInfoOrBuilder() { if (fileInfoBuilder_ != null) { return fileInfoBuilder_.getMessageOrBuilder(); } else { return fileInfo_ == null ? entities.Torrent.FileInfo.getDefaultInstance() : fileInfo_; } }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.5397937
83
.FileInfo fileInfo = 1;
private com.google.protobuf.SingleFieldBuilderV3< entities.Torrent.FileInfo, entities.Torrent.FileInfo.Builder, entities.Torrent.FileInfoOrBuilder> getFileInfoFieldBuilder() { if (fileInfoBuilder_ == null) { fileInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< entities.Torrent.FileInfo, entities.Torrent.FileInfo.Builder, entities.Torrent.FileInfoOrBuilder>( getFileInfo(), getParentForChildren(), isClean()); fileInfo_ = null; } return fileInfoBuilder_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public FileInfo getFileInfo() {\n return fileInfo;\n }", "@Test\n\tpublic void testSetFileInfo() {\n\n\t}", "public void fileInfo(String info);", "FileInfo create(FileInfo fileInfo);", "public FileInfo(File file) {\n this.file = file;\n }", "protected final void setFileInformation...
[ "0.76416796", "0.7439026", "0.72753584", "0.6982474", "0.6747519", "0.6650822", "0.65750515", "0.64730227", "0.6428318", "0.6422881", "0.6351102", "0.62255746", "0.6225114", "0.61777884", "0.6164001", "0.6161076", "0.6161076", "0.61489975", "0.60903037", "0.60731995", "0.6071...
0.55546486
64
int32 subnetId = 2;
@java.lang.Override public int getSubnetId() { return subnetId_; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getSubnetId();", "int getSubnetId();", "int getSubnetId();", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Override\n public i...
[ "0.77809644", "0.77809644", "0.77809644", "0.68461734", "0.6844633", "0.6844633", "0.66626906", "0.6474268", "0.6279669", "0.6279669", "0.6279669", "0.62370723", "0.6060043", "0.59837335", "0.59434897", "0.5932656", "0.57812864", "0.5715183", "0.5715183", "0.5715183", "0.5715...
0.6901655
4
int32 subnetId = 2;
public Builder setSubnetId(int value) { subnetId_ = value; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getSubnetId();", "int getSubnetId();", "int getSubnetId();", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Ov...
[ "0.77809644", "0.77809644", "0.77809644", "0.6901655", "0.6901655", "0.6900688", "0.68461734", "0.6844633", "0.6844633", "0.66626906", "0.6474268", "0.62370723", "0.6060043", "0.59837335", "0.59434897", "0.5932656", "0.57812864", "0.5715183", "0.5715183", "0.5715183", "0.5715...
0.6279669
13
int32 subnetId = 2;
public Builder clearSubnetId() { subnetId_ = 0; onChanged(); return this; }
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "int getSubnetId();", "int getSubnetId();", "int getSubnetId();", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Override\n public int getSubnetId() {\n return subnetId_;\n }", "@java.lang.Ov...
[ "0.77809644", "0.77809644", "0.77809644", "0.6901655", "0.6901655", "0.6900688", "0.68461734", "0.6844633", "0.6844633", "0.66626906", "0.6474268", "0.6279669", "0.6279669", "0.6279669", "0.62370723", "0.6060043", "0.59837335", "0.59434897", "0.5932656", "0.57812864", "0.5715...
0.0
-1
.Status status = 1;
int getStatusValue();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
.Status status = 1;
entities.Torrent.Status getStatus();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "public void setStatus(String status) { this.status = status; }", "void setStatus(STATUS status);", "public void setStatus(EnumVar status) {\n this.status = status;\n }", "public void setStatus(Status status) {\r\n\t this.status = status;\r\n\t }", "public void setStatus(Integer status) ...
[ "0.7656765", "0.76468766", "0.7565312", "0.7561203", "0.75449044", "0.75449044", "0.75349724", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.74959093", "0.7482147", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.7481205", "0.74...
0.0
-1
string errorMessage = 2;
java.lang.String getErrorMessage();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.6587221", "0.6458624", "0.642881", "0.6387629", "0.6339448", "0.63337046", "0.6318866", "0.6310054", "0.6266495", "0.6207546", "0.6169787", "0.6162002", "0.61556125"...
0.65931696
11
string errorMessage = 2;
com.google.protobuf.ByteString getErrorMessageBytes();
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "String errorMessage();", "private void error(String string) {\n\t\r\n}", "String getErrorMessage();", "String getErrorMessage();", "String getError(int i) {\n if (i >= 0 & i < msgs.length)\n return msgs[i];\n else\n return \"Invalid Error Code\";\n }", "java.lang.St...
[ "0.7234827", "0.68487597", "0.68242407", "0.68242407", "0.66320926", "0.6613902", "0.6613902", "0.6613902", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", "0.65931696", ...
0.0
-1