Uses of Interface
com.google.cloud.retail.v2.SearchResponse.Facet.FacetValueOrBuilder
-
Packages that use SearchResponse.Facet.FacetValueOrBuilder Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of SearchResponse.Facet.FacetValueOrBuilder in com.google.cloud.retail.v2
Classes in com.google.cloud.retail.v2 that implement SearchResponse.Facet.FacetValueOrBuilder Modifier and Type Class Description static class
SearchResponse.Facet.FacetValue
A facet value which contains value names and their count.static class
SearchResponse.Facet.FacetValue.Builder
A facet value which contains value names and their count.Methods in com.google.cloud.retail.v2 that return SearchResponse.Facet.FacetValueOrBuilder Modifier and Type Method Description SearchResponse.Facet.FacetValueOrBuilder
SearchResponse.Facet.Builder. getValuesOrBuilder(int index)
The facet values for this field.SearchResponse.Facet.FacetValueOrBuilder
SearchResponse.Facet. getValuesOrBuilder(int index)
The facet values for this field.SearchResponse.Facet.FacetValueOrBuilder
SearchResponse.FacetOrBuilder. getValuesOrBuilder(int index)
The facet values for this field.Methods in com.google.cloud.retail.v2 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.
-