| Modifier and Type | Method and Description |
|---|---|
SpellingCorrection.Builder |
SpellingCorrection.Builder.addRepeatedField(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.clone() |
SpellingCorrection.Builder |
SearchProfilesResponse.Builder.getSpellCorrectionBuilder()
The spell checking result, and correction.
|
SpellingCorrection.Builder |
SearchJobsResponse.Builder.getSpellCorrectionBuilder()
The spell checking result, and correction.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeFrom(com.google.protobuf.Message other) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeFrom(SpellingCorrection other) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SpellingCorrection.Builder |
SpellingCorrection.newBuilder() |
static SpellingCorrection.Builder |
SpellingCorrection.newBuilder(SpellingCorrection prototype) |
SpellingCorrection.Builder |
SpellingCorrection.newBuilderForType() |
protected SpellingCorrection.Builder |
SpellingCorrection.newBuilderForType(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.ByteString value)
Correction output consisting of the corrected keyword string.
|
SpellingCorrection.Builder |
SpellingCorrection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SpellingCorrection.Builder |
SpellingCorrection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SpellingCorrection.Builder |
SpellingCorrection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.setSpellCorrection(SpellingCorrection.Builder builderForValue)
The spell checking result, and correction.
|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.setSpellCorrection(SpellingCorrection.Builder builderForValue)
The spell checking result, and correction.
|
Copyright © 2019 Google LLC. All rights reserved.