Uses of Class
com.google.cloud.retail.v2alpha.SearchRequest.DynamicFacetSpec.Mode
-
Packages that use SearchRequest.DynamicFacetSpec.Mode Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of SearchRequest.DynamicFacetSpec.Mode in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return SearchRequest.DynamicFacetSpec.Mode Modifier and Type Method Description static SearchRequest.DynamicFacetSpec.Mode
SearchRequest.DynamicFacetSpec.Mode. forNumber(int value)
SearchRequest.DynamicFacetSpec.Mode
SearchRequest.DynamicFacetSpec.Builder. getMode()
Mode of the DynamicFacet feature.SearchRequest.DynamicFacetSpec.Mode
SearchRequest.DynamicFacetSpec. getMode()
Mode of the DynamicFacet feature.SearchRequest.DynamicFacetSpec.Mode
SearchRequest.DynamicFacetSpecOrBuilder. getMode()
Mode of the DynamicFacet feature.static SearchRequest.DynamicFacetSpec.Mode
SearchRequest.DynamicFacetSpec.Mode. valueOf(int value)
Deprecated.static SearchRequest.DynamicFacetSpec.Mode
SearchRequest.DynamicFacetSpec.Mode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SearchRequest.DynamicFacetSpec.Mode
SearchRequest.DynamicFacetSpec.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchRequest.DynamicFacetSpec.Mode[]
SearchRequest.DynamicFacetSpec.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.retail.v2alpha that return types with arguments of type SearchRequest.DynamicFacetSpec.Mode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SearchRequest.DynamicFacetSpec.Mode>
SearchRequest.DynamicFacetSpec.Mode. internalGetValueMap()
Methods in com.google.cloud.retail.v2alpha with parameters of type SearchRequest.DynamicFacetSpec.Mode Modifier and Type Method Description SearchRequest.DynamicFacetSpec.Builder
SearchRequest.DynamicFacetSpec.Builder. setMode(SearchRequest.DynamicFacetSpec.Mode value)
Mode of the DynamicFacet feature.
-