Uses of Interface
com.google.cloud.retail.v2alpha.SearchResponse.Facet.FacetValueOrBuilder
-
Packages that use SearchResponse.Facet.FacetValueOrBuilder Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of SearchResponse.Facet.FacetValueOrBuilder in com.google.cloud.retail.v2alpha
Classes in com.google.cloud.retail.v2alpha that implement SearchResponse.Facet.FacetValueOrBuilder Modifier and Type Class Description static classSearchResponse.Facet.FacetValueA facet value which contains value names and their count.static classSearchResponse.Facet.FacetValue.BuilderA facet value which contains value names and their count.Methods in com.google.cloud.retail.v2alpha that return SearchResponse.Facet.FacetValueOrBuilder Modifier and Type Method Description SearchResponse.Facet.FacetValueOrBuilderSearchResponse.Facet.Builder. getValuesOrBuilder(int index)The facet values for this field.SearchResponse.Facet.FacetValueOrBuilderSearchResponse.Facet. getValuesOrBuilder(int index)The facet values for this field.SearchResponse.Facet.FacetValueOrBuilderSearchResponse.FacetOrBuilder. getValuesOrBuilder(int index)The facet values for this field.Methods in com.google.cloud.retail.v2alpha that return types with arguments of type SearchResponse.Facet.FacetValueOrBuilder Modifier and Type Method Description List<? extends SearchResponse.Facet.FacetValueOrBuilder>SearchResponse.Facet.Builder. getValuesOrBuilderList()The facet values for this field.List<? extends SearchResponse.Facet.FacetValueOrBuilder>SearchResponse.Facet. getValuesOrBuilderList()The facet values for this field.List<? extends SearchResponse.Facet.FacetValueOrBuilder>SearchResponse.FacetOrBuilder. getValuesOrBuilderList()The facet values for this field.
-