| Modifier and Type | Method and Description |
|---|---|
static FieldConfig.CompletableOption |
FieldConfig.CompletableOption.forNumber(int value) |
FieldConfig.CompletableOption |
FieldConfig.getCompletableOption()
If
[completable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.completable_option]
is
[COMPLETABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.CompletableOption.COMPLETABLE_ENABLED],
field values are directly used and returned as suggestions for Autocomplete
in
[CompletionService.CompleteQuery][google.cloud.discoveryengine.v1alpha.CompletionService.CompleteQuery].
|
FieldConfig.CompletableOption |
FieldConfig.Builder.getCompletableOption()
If
[completable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.completable_option]
is
[COMPLETABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.CompletableOption.COMPLETABLE_ENABLED],
field values are directly used and returned as suggestions for Autocomplete
in
[CompletionService.CompleteQuery][google.cloud.discoveryengine.v1alpha.CompletionService.CompleteQuery].
|
FieldConfig.CompletableOption |
FieldConfigOrBuilder.getCompletableOption()
If
[completable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.completable_option]
is
[COMPLETABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.CompletableOption.COMPLETABLE_ENABLED],
field values are directly used and returned as suggestions for Autocomplete
in
[CompletionService.CompleteQuery][google.cloud.discoveryengine.v1alpha.CompletionService.CompleteQuery].
|
static FieldConfig.CompletableOption |
FieldConfig.CompletableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FieldConfig.CompletableOption |
FieldConfig.CompletableOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FieldConfig.CompletableOption |
FieldConfig.CompletableOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldConfig.CompletableOption[] |
FieldConfig.CompletableOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<FieldConfig.CompletableOption> |
FieldConfig.CompletableOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig.Builder |
FieldConfig.Builder.setCompletableOption(FieldConfig.CompletableOption value)
If
[completable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.completable_option]
is
[COMPLETABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.CompletableOption.COMPLETABLE_ENABLED],
field values are directly used and returned as suggestions for Autocomplete
in
[CompletionService.CompleteQuery][google.cloud.discoveryengine.v1alpha.CompletionService.CompleteQuery].
|
Copyright © 2024 Google LLC. All rights reserved.