- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class SearchProfilesResponse.Builder extends GeneratedMessageV3.Builder<SearchProfilesResponse.Builder> implements SearchProfilesResponseOrBuilder
Response of SearchProfiles method.
Protobuf type google.cloud.talent.v4beta1.SearchProfilesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchProfilesResponse.BuilderImplements
SearchProfilesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllHistogramQueryResults(Iterable<? extends HistogramQueryResult> values)
public SearchProfilesResponse.Builder addAllHistogramQueryResults(Iterable<? extends HistogramQueryResult> values)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
values | Iterable<? extends com.google.cloud.talent.v4beta1.HistogramQueryResult> |
Type | Description |
SearchProfilesResponse.Builder |
addAllSummarizedProfiles(Iterable<? extends SummarizedProfile> values)
public SearchProfilesResponse.Builder addAllSummarizedProfiles(Iterable<? extends SummarizedProfile> values)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
values | Iterable<? extends com.google.cloud.talent.v4beta1.SummarizedProfile> |
Type | Description |
SearchProfilesResponse.Builder |
addHistogramQueryResults(HistogramQueryResult value)
public SearchProfilesResponse.Builder addHistogramQueryResults(HistogramQueryResult value)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
value | HistogramQueryResult |
Type | Description |
SearchProfilesResponse.Builder |
addHistogramQueryResults(HistogramQueryResult.Builder builderForValue)
public SearchProfilesResponse.Builder addHistogramQueryResults(HistogramQueryResult.Builder builderForValue)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
builderForValue | HistogramQueryResult.Builder |
Type | Description |
SearchProfilesResponse.Builder |
addHistogramQueryResults(int index, HistogramQueryResult value)
public SearchProfilesResponse.Builder addHistogramQueryResults(int index, HistogramQueryResult value)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
value | HistogramQueryResult |
Type | Description |
SearchProfilesResponse.Builder |
addHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)
public SearchProfilesResponse.Builder addHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
builderForValue | HistogramQueryResult.Builder |
Type | Description |
SearchProfilesResponse.Builder |
addHistogramQueryResultsBuilder()
public HistogramQueryResult.Builder addHistogramQueryResultsBuilder()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
HistogramQueryResult.Builder |
addHistogramQueryResultsBuilder(int index)
public HistogramQueryResult.Builder addHistogramQueryResultsBuilder(int index)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
Type | Description |
HistogramQueryResult.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchProfilesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SearchProfilesResponse.Builder |
addSummarizedProfiles(SummarizedProfile value)
public SearchProfilesResponse.Builder addSummarizedProfiles(SummarizedProfile value)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
value | SummarizedProfile |
Type | Description |
SearchProfilesResponse.Builder |
addSummarizedProfiles(SummarizedProfile.Builder builderForValue)
public SearchProfilesResponse.Builder addSummarizedProfiles(SummarizedProfile.Builder builderForValue)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
builderForValue | SummarizedProfile.Builder |
Type | Description |
SearchProfilesResponse.Builder |
addSummarizedProfiles(int index, SummarizedProfile value)
public SearchProfilesResponse.Builder addSummarizedProfiles(int index, SummarizedProfile value)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
value | SummarizedProfile |
Type | Description |
SearchProfilesResponse.Builder |
addSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)
public SearchProfilesResponse.Builder addSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
builderForValue | SummarizedProfile.Builder |
Type | Description |
SearchProfilesResponse.Builder |
addSummarizedProfilesBuilder()
public SummarizedProfile.Builder addSummarizedProfilesBuilder()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
SummarizedProfile.Builder |
addSummarizedProfilesBuilder(int index)
public SummarizedProfile.Builder addSummarizedProfilesBuilder(int index)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
Type | Description |
SummarizedProfile.Builder |
build()
public SearchProfilesResponse build()
Type | Description |
SearchProfilesResponse |
buildPartial()
public SearchProfilesResponse buildPartial()
Type | Description |
SearchProfilesResponse |
clear()
public SearchProfilesResponse.Builder clear()
Type | Description |
SearchProfilesResponse.Builder |
clearEstimatedTotalSize()
public SearchProfilesResponse.Builder clearEstimatedTotalSize()
An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.
int64 estimated_total_size = 1;
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SearchProfilesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
SearchProfilesResponse.Builder |
clearHistogramQueryResults()
public SearchProfilesResponse.Builder clearHistogramQueryResults()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
SearchProfilesResponse.Builder |
clearMetadata()
public SearchProfilesResponse.Builder clearMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Type | Description |
SearchProfilesResponse.Builder |
clearNextPageToken()
public SearchProfilesResponse.Builder clearNextPageToken()
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 4;
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchProfilesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
SearchProfilesResponse.Builder |
clearResultSetId()
public SearchProfilesResponse.Builder clearResultSetId()
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.
string result_set_id = 7;
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
clearSpellCorrection()
public SearchProfilesResponse.Builder clearSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
SearchProfilesResponse.Builder |
clearSummarizedProfiles()
public SearchProfilesResponse.Builder clearSummarizedProfiles()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
SearchProfilesResponse.Builder |
clone()
public SearchProfilesResponse.Builder clone()
Type | Description |
SearchProfilesResponse.Builder |
getDefaultInstanceForType()
public SearchProfilesResponse getDefaultInstanceForType()
Type | Description |
SearchProfilesResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEstimatedTotalSize()
public long getEstimatedTotalSize()
An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.
int64 estimated_total_size = 1;
Type | Description |
long | The estimatedTotalSize. |
getHistogramQueryResults(int index)
public HistogramQueryResult getHistogramQueryResults(int index)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
Type | Description |
HistogramQueryResult |
getHistogramQueryResultsBuilder(int index)
public HistogramQueryResult.Builder getHistogramQueryResultsBuilder(int index)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
Type | Description |
HistogramQueryResult.Builder |
getHistogramQueryResultsBuilderList()
public List<HistogramQueryResult.Builder> getHistogramQueryResultsBuilderList()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
List<Builder> |
getHistogramQueryResultsCount()
public int getHistogramQueryResultsCount()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
int |
getHistogramQueryResultsList()
public List<HistogramQueryResult> getHistogramQueryResultsList()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
List<HistogramQueryResult> |
getHistogramQueryResultsOrBuilder(int index)
public HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
Type | Description |
HistogramQueryResultOrBuilder |
getHistogramQueryResultsOrBuilderList()
public List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.HistogramQueryResultOrBuilder> |
getMetadata()
public ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Type | Description |
ResponseMetadata | The metadata. |
getMetadataBuilder()
public ResponseMetadata.Builder getMetadataBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Type | Description |
ResponseMetadata.Builder |
getMetadataOrBuilder()
public ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Type | Description |
ResponseMetadataOrBuilder |
getNextPageToken()
public String getNextPageToken()
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 4;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 4;
Type | Description |
ByteString | The bytes for nextPageToken. |
getResultSetId()
public String getResultSetId()
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.
string result_set_id = 7;
Type | Description |
String | The resultSetId. |
getResultSetIdBytes()
public ByteString getResultSetIdBytes()
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.
string result_set_id = 7;
Type | Description |
ByteString | The bytes for resultSetId. |
getSpellCorrection()
public SpellingCorrection getSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
SpellingCorrection | The spellCorrection. |
getSpellCorrectionBuilder()
public SpellingCorrection.Builder getSpellCorrectionBuilder()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
SpellingCorrection.Builder |
getSpellCorrectionOrBuilder()
public SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
SpellingCorrectionOrBuilder |
getSummarizedProfiles(int index)
public SummarizedProfile getSummarizedProfiles(int index)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
Type | Description |
SummarizedProfile |
getSummarizedProfilesBuilder(int index)
public SummarizedProfile.Builder getSummarizedProfilesBuilder(int index)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
Type | Description |
SummarizedProfile.Builder |
getSummarizedProfilesBuilderList()
public List<SummarizedProfile.Builder> getSummarizedProfilesBuilderList()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
List<Builder> |
getSummarizedProfilesCount()
public int getSummarizedProfilesCount()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
int |
getSummarizedProfilesList()
public List<SummarizedProfile> getSummarizedProfilesList()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
List<SummarizedProfile> |
getSummarizedProfilesOrBuilder(int index)
public SummarizedProfileOrBuilder getSummarizedProfilesOrBuilder(int index)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
Type | Description |
SummarizedProfileOrBuilder |
getSummarizedProfilesOrBuilderList()
public List<? extends SummarizedProfileOrBuilder> getSummarizedProfilesOrBuilderList()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.SummarizedProfileOrBuilder> |
hasMetadata()
public boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Type | Description |
boolean | Whether the metadata field is set. |
hasSpellCorrection()
public boolean hasSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Type | Description |
boolean | Whether the spellCorrection field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(SearchProfilesResponse other)
public SearchProfilesResponse.Builder mergeFrom(SearchProfilesResponse other)
Name | Description |
other | SearchProfilesResponse |
Type | Description |
SearchProfilesResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchProfilesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SearchProfilesResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SearchProfilesResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
SearchProfilesResponse.Builder |
mergeMetadata(ResponseMetadata value)
public SearchProfilesResponse.Builder mergeMetadata(ResponseMetadata value)
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Name | Description |
value | ResponseMetadata |
Type | Description |
SearchProfilesResponse.Builder |
mergeSpellCorrection(SpellingCorrection value)
public SearchProfilesResponse.Builder mergeSpellCorrection(SpellingCorrection value)
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Name | Description |
value | SpellingCorrection |
Type | Description |
SearchProfilesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchProfilesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SearchProfilesResponse.Builder |
removeHistogramQueryResults(int index)
public SearchProfilesResponse.Builder removeHistogramQueryResults(int index)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
Type | Description |
SearchProfilesResponse.Builder |
removeSummarizedProfiles(int index)
public SearchProfilesResponse.Builder removeSummarizedProfiles(int index)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
Type | Description |
SearchProfilesResponse.Builder |
setEstimatedTotalSize(long value)
public SearchProfilesResponse.Builder setEstimatedTotalSize(long value)
An estimation of the number of profiles that match the specified query. This number isn't guaranteed to be accurate.
int64 estimated_total_size = 1;
Name | Description |
value | long The estimatedTotalSize to set. |
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchProfilesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SearchProfilesResponse.Builder |
setHistogramQueryResults(int index, HistogramQueryResult value)
public SearchProfilesResponse.Builder setHistogramQueryResults(int index, HistogramQueryResult value)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
value | HistogramQueryResult |
Type | Description |
SearchProfilesResponse.Builder |
setHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)
public SearchProfilesResponse.Builder setHistogramQueryResults(int index, HistogramQueryResult.Builder builderForValue)
The histogram results that match with specified SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Name | Description |
index | int |
builderForValue | HistogramQueryResult.Builder |
Type | Description |
SearchProfilesResponse.Builder |
setMetadata(ResponseMetadata value)
public SearchProfilesResponse.Builder setMetadata(ResponseMetadata value)
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Name | Description |
value | ResponseMetadata |
Type | Description |
SearchProfilesResponse.Builder |
setMetadata(ResponseMetadata.Builder builderForValue)
public SearchProfilesResponse.Builder setMetadata(ResponseMetadata.Builder builderForValue)
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Name | Description |
builderForValue | ResponseMetadata.Builder |
Type | Description |
SearchProfilesResponse.Builder |
setNextPageToken(String value)
public SearchProfilesResponse.Builder setNextPageToken(String value)
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 4;
Name | Description |
value | String The nextPageToken to set. |
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public SearchProfilesResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve the next page of results. This is empty if there are no more results.
string next_page_token = 4;
Name | Description |
value | ByteString The bytes for nextPageToken to set. |
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchProfilesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
SearchProfilesResponse.Builder |
setResultSetId(String value)
public SearchProfilesResponse.Builder setResultSetId(String value)
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.
string result_set_id = 7;
Name | Description |
value | String The resultSetId to set. |
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
setResultSetIdBytes(ByteString value)
public SearchProfilesResponse.Builder setResultSetIdBytes(ByteString value)
An id that uniquely identifies the result set of a SearchProfiles call for consistent results.
string result_set_id = 7;
Name | Description |
value | ByteString The bytes for resultSetId to set. |
Type | Description |
SearchProfilesResponse.Builder | This builder for chaining. |
setSpellCorrection(SpellingCorrection value)
public SearchProfilesResponse.Builder setSpellCorrection(SpellingCorrection value)
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Name | Description |
value | SpellingCorrection |
Type | Description |
SearchProfilesResponse.Builder |
setSpellCorrection(SpellingCorrection.Builder builderForValue)
public SearchProfilesResponse.Builder setSpellCorrection(SpellingCorrection.Builder builderForValue)
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Name | Description |
builderForValue | SpellingCorrection.Builder |
Type | Description |
SearchProfilesResponse.Builder |
setSummarizedProfiles(int index, SummarizedProfile value)
public SearchProfilesResponse.Builder setSummarizedProfiles(int index, SummarizedProfile value)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
value | SummarizedProfile |
Type | Description |
SearchProfilesResponse.Builder |
setSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)
public SearchProfilesResponse.Builder setSummarizedProfiles(int index, SummarizedProfile.Builder builderForValue)
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Name | Description |
index | int |
builderForValue | SummarizedProfile.Builder |
Type | Description |
SearchProfilesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchProfilesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SearchProfilesResponse.Builder |