| Modifier and Type | Method and Description |
|---|---|
static FieldConfig.IndexableOption |
FieldConfig.IndexableOption.forNumber(int value) |
FieldConfig.IndexableOption |
FieldConfig.getIndexableOption()
If
[indexable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.indexable_option]
is
[INDEXABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.IndexableOption.INDEXABLE_ENABLED],
field values are indexed so that it can be filtered or faceted in
[SearchService.Search][google.cloud.discoveryengine.v1alpha.SearchService.Search].
|
FieldConfig.IndexableOption |
FieldConfig.Builder.getIndexableOption()
If
[indexable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.indexable_option]
is
[INDEXABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.IndexableOption.INDEXABLE_ENABLED],
field values are indexed so that it can be filtered or faceted in
[SearchService.Search][google.cloud.discoveryengine.v1alpha.SearchService.Search].
|
FieldConfig.IndexableOption |
FieldConfigOrBuilder.getIndexableOption()
If
[indexable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.indexable_option]
is
[INDEXABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.IndexableOption.INDEXABLE_ENABLED],
field values are indexed so that it can be filtered or faceted in
[SearchService.Search][google.cloud.discoveryengine.v1alpha.SearchService.Search].
|
static FieldConfig.IndexableOption |
FieldConfig.IndexableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FieldConfig.IndexableOption |
FieldConfig.IndexableOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FieldConfig.IndexableOption |
FieldConfig.IndexableOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldConfig.IndexableOption[] |
FieldConfig.IndexableOption.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.IndexableOption> |
FieldConfig.IndexableOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig.Builder |
FieldConfig.Builder.setIndexableOption(FieldConfig.IndexableOption value)
If
[indexable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.indexable_option]
is
[INDEXABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.IndexableOption.INDEXABLE_ENABLED],
field values are indexed so that it can be filtered or faceted in
[SearchService.Search][google.cloud.discoveryengine.v1alpha.SearchService.Search].
|
Copyright © 2024 Google LLC. All rights reserved.