Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
SpellingCorrection.Builder |
SpellingCorrection.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.clear() |
SpellingCorrection.Builder |
SpellingCorrection.Builder.clearCorrected()
Indicates if the query was corrected by the spell checker.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.clearCorrectedHtml()
Corrected output with html tags to highlight the corrected words.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.clearCorrectedText()
Correction output consisting of the corrected keyword string.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.clearField(Descriptors.FieldDescriptor field) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.clone() |
SpellingCorrection.Builder |
SearchJobsResponse.Builder.getSpellCorrectionBuilder()
The spell checking result, and correction.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeFrom(Message other) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeFrom(SpellingCorrection other) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static SpellingCorrection.Builder |
SpellingCorrection.newBuilder() |
static SpellingCorrection.Builder |
SpellingCorrection.newBuilder(SpellingCorrection prototype) |
SpellingCorrection.Builder |
SpellingCorrection.newBuilderForType() |
protected SpellingCorrection.Builder |
SpellingCorrection.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.setCorrected(boolean value)
Indicates if the query was corrected by the spell checker.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.setCorrectedHtml(String value)
Corrected output with html tags to highlight the corrected words.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.setCorrectedHtmlBytes(ByteString value)
Corrected output with html tags to highlight the corrected words.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.setCorrectedText(String value)
Correction output consisting of the corrected keyword string.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.setCorrectedTextBytes(ByteString value)
Correction output consisting of the corrected keyword string.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
SpellingCorrection.Builder |
SpellingCorrection.toBuilder() |
Modifier and Type | Method and Description |
---|---|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.setSpellCorrection(SpellingCorrection.Builder builderForValue)
The spell checking result, and correction.
|
Copyright © 2022 Google LLC. All rights reserved.