public final class SearchProfilesResponse extends com.google.protobuf.GeneratedMessageV3 implements SearchProfilesResponseOrBuilder
Response of SearchProfiles method.Protobuf type
google.cloud.talent.v4beta1.SearchProfilesResponse| Modifier and Type | Class and Description |
|---|---|
static class |
SearchProfilesResponse.Builder
Response of SearchProfiles method.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ESTIMATED_TOTAL_SIZE_FIELD_NUMBER |
static int |
HISTOGRAM_QUERY_RESULTS_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
NEXT_PAGE_TOKEN_FIELD_NUMBER |
static int |
RESULT_SET_ID_FIELD_NUMBER |
static int |
SPELL_CORRECTION_FIELD_NUMBER |
static int |
SUMMARIZED_PROFILES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static SearchProfilesResponse |
getDefaultInstance() |
SearchProfilesResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEstimatedTotalSize()
An estimation of the number of profiles that match the specified query.
|
HistogramQueryResult |
getHistogramQueryResults(int index)
The histogram results that match with specified
[SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
|
int |
getHistogramQueryResultsCount()
The histogram results that match with specified
[SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
|
List<HistogramQueryResult> |
getHistogramQueryResultsList()
The histogram results that match with specified
[SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
|
HistogramQueryResultOrBuilder |
getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with specified
[SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
|
List<? extends HistogramQueryResultOrBuilder> |
getHistogramQueryResultsOrBuilderList()
The histogram results that match with specified
[SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
|
ResponseMetadata |
getMetadata()
Additional information for the API invocation, such as the request
tracking id.
|
ResponseMetadataOrBuilder |
getMetadataOrBuilder()
Additional information for the API invocation, such as the request
tracking id.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
com.google.protobuf.Parser<SearchProfilesResponse> |
getParserForType() |
String |
getResultSetId()
An id that uniquely identifies the result set of a
[SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles]
call for consistent results.
|
com.google.protobuf.ByteString |
getResultSetIdBytes()
An id that uniquely identifies the result set of a
[SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles]
call for consistent results.
|
int |
getSerializedSize() |
SpellingCorrection |
getSpellCorrection()
The spell checking result, and correction.
|
SpellingCorrectionOrBuilder |
getSpellCorrectionOrBuilder()
The spell checking result, and correction.
|
SummarizedProfile |
getSummarizedProfiles(int index)
The profile entities that match the specified
[SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
|
int |
getSummarizedProfilesCount()
The profile entities that match the specified
[SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
|
List<SummarizedProfile> |
getSummarizedProfilesList()
The profile entities that match the specified
[SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
|
SummarizedProfileOrBuilder |
getSummarizedProfilesOrBuilder(int index)
The profile entities that match the specified
[SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
|
List<? extends SummarizedProfileOrBuilder> |
getSummarizedProfilesOrBuilderList()
The profile entities that match the specified
[SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMetadata()
Additional information for the API invocation, such as the request
tracking id.
|
boolean |
hasSpellCorrection()
The spell checking result, and correction.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SearchProfilesResponse.Builder |
newBuilder() |
static SearchProfilesResponse.Builder |
newBuilder(SearchProfilesResponse prototype) |
SearchProfilesResponse.Builder |
newBuilderForType() |
protected SearchProfilesResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static SearchProfilesResponse |
parseDelimitedFrom(InputStream input) |
static SearchProfilesResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchProfilesResponse |
parseFrom(byte[] data) |
static SearchProfilesResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchProfilesResponse |
parseFrom(ByteBuffer data) |
static SearchProfilesResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchProfilesResponse |
parseFrom(com.google.protobuf.ByteString data) |
static SearchProfilesResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchProfilesResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SearchProfilesResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SearchProfilesResponse |
parseFrom(InputStream input) |
static SearchProfilesResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SearchProfilesResponse> |
parser() |
SearchProfilesResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ESTIMATED_TOTAL_SIZE_FIELD_NUMBER
public static final int SPELL_CORRECTION_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int HISTOGRAM_QUERY_RESULTS_FIELD_NUMBER
public static final int SUMMARIZED_PROFILES_FIELD_NUMBER
public static final int RESULT_SET_ID_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;getEstimatedTotalSize in interface SearchProfilesResponseOrBuilderpublic boolean hasSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;hasSpellCorrection in interface SearchProfilesResponseOrBuilderpublic SpellingCorrection getSpellCorrection()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;getSpellCorrection in interface SearchProfilesResponseOrBuilderpublic SpellingCorrectionOrBuilder getSpellCorrectionOrBuilder()
The spell checking result, and correction.
.google.cloud.talent.v4beta1.SpellingCorrection spell_correction = 2;getSpellCorrectionOrBuilder in interface SearchProfilesResponseOrBuilderpublic boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;hasMetadata in interface SearchProfilesResponseOrBuilderpublic ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;getMetadata in interface SearchProfilesResponseOrBuilderpublic ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 3;getMetadataOrBuilder in interface SearchProfilesResponseOrBuilderpublic 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;getNextPageToken in interface SearchProfilesResponseOrBuilderpublic com.google.protobuf.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;getNextPageTokenBytes in interface SearchProfilesResponseOrBuilderpublic List<HistogramQueryResult> getHistogramQueryResultsList()
The histogram results that match with specified [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
getHistogramQueryResultsList in interface SearchProfilesResponseOrBuilderpublic List<? extends HistogramQueryResultOrBuilder> getHistogramQueryResultsOrBuilderList()
The histogram results that match with specified [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
getHistogramQueryResultsOrBuilderList in interface SearchProfilesResponseOrBuilderpublic int getHistogramQueryResultsCount()
The histogram results that match with specified [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
getHistogramQueryResultsCount in interface SearchProfilesResponseOrBuilderpublic HistogramQueryResult getHistogramQueryResults(int index)
The histogram results that match with specified [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
getHistogramQueryResults in interface SearchProfilesResponseOrBuilderpublic HistogramQueryResultOrBuilder getHistogramQueryResultsOrBuilder(int index)
The histogram results that match with specified [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries].
repeated .google.cloud.talent.v4beta1.HistogramQueryResult histogram_query_results = 5;
getHistogramQueryResultsOrBuilder in interface SearchProfilesResponseOrBuilderpublic List<SummarizedProfile> getSummarizedProfilesList()
The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;getSummarizedProfilesList in interface SearchProfilesResponseOrBuilderpublic List<? extends SummarizedProfileOrBuilder> getSummarizedProfilesOrBuilderList()
The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;getSummarizedProfilesOrBuilderList in interface SearchProfilesResponseOrBuilderpublic int getSummarizedProfilesCount()
The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;getSummarizedProfilesCount in interface SearchProfilesResponseOrBuilderpublic SummarizedProfile getSummarizedProfiles(int index)
The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;getSummarizedProfiles in interface SearchProfilesResponseOrBuilderpublic SummarizedProfileOrBuilder getSummarizedProfilesOrBuilder(int index)
The profile entities that match the specified [SearchProfilesRequest][google.cloud.talent.v4beta1.SearchProfilesRequest].
repeated .google.cloud.talent.v4beta1.SummarizedProfile summarized_profiles = 6;getSummarizedProfilesOrBuilder in interface SearchProfilesResponseOrBuilderpublic String getResultSetId()
An id that uniquely identifies the result set of a [SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles] call for consistent results.
string result_set_id = 7;getResultSetId in interface SearchProfilesResponseOrBuilderpublic com.google.protobuf.ByteString getResultSetIdBytes()
An id that uniquely identifies the result set of a [SearchProfiles][google.cloud.talent.v4beta1.ProfileService.SearchProfiles] call for consistent results.
string result_set_id = 7;getResultSetIdBytes in interface SearchProfilesResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SearchProfilesResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchProfilesResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchProfilesResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchProfilesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchProfilesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchProfilesResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SearchProfilesResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static SearchProfilesResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchProfilesResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SearchProfilesResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SearchProfilesResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SearchProfilesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SearchProfilesResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SearchProfilesResponse.Builder newBuilder()
public static SearchProfilesResponse.Builder newBuilder(SearchProfilesResponse prototype)
public SearchProfilesResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SearchProfilesResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SearchProfilesResponse getDefaultInstance()
public static com.google.protobuf.Parser<SearchProfilesResponse> parser()
public com.google.protobuf.Parser<SearchProfilesResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SearchProfilesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.