Class SearchProfilesResponse (2.2.9)

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
Type Description
int

HISTOGRAM_QUERY_RESULTS_FIELD_NUMBER

public static final int HISTOGRAM_QUERY_RESULTS_FIELD_NUMBER
Field Value
Type Description
int

METADATA_FIELD_NUMBER

public static final int METADATA_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

RESULT_SET_ID_FIELD_NUMBER

public static final int RESULT_SET_ID_FIELD_NUMBER
Field Value
Type Description
int

SPELL_CORRECTION_FIELD_NUMBER

public static final int SPELL_CORRECTION_FIELD_NUMBER
Field Value
Type Description
int

SUMMARIZED_PROFILES_FIELD_NUMBER

public static final int SUMMARIZED_PROFILES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SearchProfilesResponse getDefaultInstance()
Returns
Type Description
SearchProfilesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SearchProfilesResponse.Builder newBuilder()
Returns
Type Description
SearchProfilesResponse.Builder

newBuilder(SearchProfilesResponse prototype)

public static SearchProfilesResponse.Builder newBuilder(SearchProfilesResponse prototype)
Parameter
Name Description
prototype SearchProfilesResponse
Returns
Type Description
SearchProfilesResponse.Builder

parseDelimitedFrom(InputStream input)

public static SearchProfilesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchProfilesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SearchProfilesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SearchProfilesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SearchProfilesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SearchProfilesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SearchProfilesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchProfilesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SearchProfilesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SearchProfilesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SearchProfilesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SearchProfilesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SearchProfilesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SearchProfilesResponse> parser()
Returns
Type Description
Parser<SearchProfilesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SearchProfilesResponse getDefaultInstanceForType()
Returns
Type Description
SearchProfilesResponse

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
Name Description
index int
Returns
Type Description
HistogramQueryResult

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
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
Type Description
ResponseMetadata

The metadata.

getMetadataOrBuilder()

public ResponseMetadataOrBuilder getMetadataOrBuilder()

Additional information for the API invocation, such as the request tracking id.

.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;

Returns
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;

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
Type Description
Parser<SearchProfilesResponse>
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
Type Description
int
Overrides

getSpellCorrection()

public SpellingCorrection getSpellCorrection()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns
Type Description
SpellingCorrection

The spellCorrection.

getSpellCorrectionOrBuilder()

public SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()

The spell checking result, and correction.

.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;

Returns
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;

Parameter
Name Description
index int
Returns
Type Description
SummarizedProfile

getSummarizedProfilesCount()

public int getSummarizedProfilesCount()

The profile entities that match the specified SearchProfilesRequest.

repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
Type Description
List<? extends com.google.cloud.talent.v4beta1.SummarizedProfileOrBuilder>

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hasMetadata()

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SearchProfilesResponse.Builder newBuilderForType()
Returns
Type Description
SearchProfilesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SearchProfilesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SearchProfilesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SearchProfilesResponse.Builder toBuilder()
Returns
Type Description
SearchProfilesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides Exceptions
Type Description
IOException