public final class SearchProfilesResponse extends GeneratedMessageV3 implements SearchProfilesResponseOrBuilder
Response of SearchProfiles method.
Protobuf type google.cloud.talent.v4beta1.SearchProfilesResponse
Static Fields
ESTIMATED_TOTAL_SIZE_FIELD_NUMBER
public static final int ESTIMATED_TOTAL_SIZE_FIELD_NUMBER
Field Value
HISTOGRAM_QUERY_RESULTS_FIELD_NUMBER
public static final int HISTOGRAM_QUERY_RESULTS_FIELD_NUMBER
Field Value
public static final int METADATA_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
RESULT_SET_ID_FIELD_NUMBER
public static final int RESULT_SET_ID_FIELD_NUMBER
Field Value
SPELL_CORRECTION_FIELD_NUMBER
public static final int SPELL_CORRECTION_FIELD_NUMBER
Field Value
SUMMARIZED_PROFILES_FIELD_NUMBER
public static final int SUMMARIZED_PROFILES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SearchProfilesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SearchProfilesResponse.Builder newBuilder()
Returns
newBuilder(SearchProfilesResponse prototype)
public static SearchProfilesResponse.Builder newBuilder(SearchProfilesResponse prototype)
Parameter
Returns
public static SearchProfilesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchProfilesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SearchProfilesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchProfilesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SearchProfilesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchProfilesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchProfilesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SearchProfilesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SearchProfilesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SearchProfilesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SearchProfilesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchProfilesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SearchProfilesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public SearchProfilesResponse getDefaultInstanceForType()
Returns
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;
Returns
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;
Parameter
Returns
getHistogramQueryResultsCount()
public int getHistogramQueryResultsCount()
The histogram results that match with specified
SearchProfilesRequest.histogram_queries.
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
Returns
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;
Returns
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;
Parameter
Returns
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;
Returns
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.HistogramQueryResultOrBuilder> | |
public ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request
tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Returns
public ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request
tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Returns
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;
Returns
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;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<SearchProfilesResponse> getParserForType()
Returns
Overrides
getResultSetId()
public String getResultSetId()
An id that uniquely identifies the result set of a
SearchProfiles call for consistent
results.
string result_set_id = 7;
Returns
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;
Returns
Type | Description |
ByteString | The bytes for resultSetId.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSpellCorrection()
public SpellingCorrection getSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Returns
getSpellCorrectionOrBuilder()
public SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;
Returns
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;
Parameter
Returns
getSummarizedProfilesCount()
public int getSummarizedProfilesCount()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Returns
getSummarizedProfilesList()
public List<SummarizedProfile> getSummarizedProfilesList()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Returns
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;
Parameter
Returns
getSummarizedProfilesOrBuilderList()
public List<? extends SummarizedProfileOrBuilder> getSummarizedProfilesOrBuilderList()
The profile entities that match the specified SearchProfilesRequest.
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;
Returns
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.SummarizedProfileOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasMetadata()
Additional information for the API invocation, such as the request
tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;
Returns
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;
Returns
Type | Description |
boolean | Whether the spellCorrection field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SearchProfilesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchProfilesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SearchProfilesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions