| Modifier and Type | Method and Description |
|---|---|
static FieldConfig.FilterableOption |
FieldConfig.FilterableOption.forNumber(int value) |
FieldConfig.FilterableOption |
FieldConfig.getRecsFilterableOption()
If
[recs_filterable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.recs_filterable_option]
is
[FILTERABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.FilterableOption.FILTERABLE_ENABLED],
field values are filterable by filter expression in
[RecommendationService.Recommend][google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend].
|
FieldConfig.FilterableOption |
FieldConfig.Builder.getRecsFilterableOption()
If
[recs_filterable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.recs_filterable_option]
is
[FILTERABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.FilterableOption.FILTERABLE_ENABLED],
field values are filterable by filter expression in
[RecommendationService.Recommend][google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend].
|
FieldConfig.FilterableOption |
FieldConfigOrBuilder.getRecsFilterableOption()
If
[recs_filterable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.recs_filterable_option]
is
[FILTERABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.FilterableOption.FILTERABLE_ENABLED],
field values are filterable by filter expression in
[RecommendationService.Recommend][google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend].
|
static FieldConfig.FilterableOption |
FieldConfig.FilterableOption.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FieldConfig.FilterableOption |
FieldConfig.FilterableOption.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FieldConfig.FilterableOption |
FieldConfig.FilterableOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldConfig.FilterableOption[] |
FieldConfig.FilterableOption.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.FilterableOption> |
FieldConfig.FilterableOption.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
FieldConfig.Builder |
FieldConfig.Builder.setRecsFilterableOption(FieldConfig.FilterableOption value)
If
[recs_filterable_option][google.cloud.discoveryengine.v1alpha.FieldConfig.recs_filterable_option]
is
[FILTERABLE_ENABLED][google.cloud.discoveryengine.v1alpha.FieldConfig.FilterableOption.FILTERABLE_ENABLED],
field values are filterable by filter expression in
[RecommendationService.Recommend][google.cloud.discoveryengine.v1alpha.RecommendationService.Recommend].
|
Copyright © 2024 Google LLC. All rights reserved.