Uses of Class
com.google.cloud.discoveryengine.v1.SearchResponse.Facet.FacetValue
-
Packages that use SearchResponse.Facet.FacetValue Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine API -
-
Uses of SearchResponse.Facet.FacetValue in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return SearchResponse.Facet.FacetValue Modifier and Type Method Description SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue.Builder. build()
SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue.Builder. buildPartial()
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. getDefaultInstance()
SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue.Builder. getDefaultInstanceForType()
SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. getDefaultInstanceForType()
SearchResponse.Facet.FacetValue
SearchResponse.Facet.Builder. getValues(int index)
The facet values for this field.SearchResponse.Facet.FacetValue
SearchResponse.Facet. getValues(int index)
The facet values for this field.SearchResponse.Facet.FacetValue
SearchResponse.FacetOrBuilder. getValues(int index)
The facet values for this field.static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseDelimitedFrom(InputStream input)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(byte[] data)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(com.google.protobuf.ByteString data)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(InputStream input)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(ByteBuffer data)
static SearchResponse.Facet.FacetValue
SearchResponse.Facet.FacetValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type SearchResponse.Facet.FacetValue Modifier and Type Method Description com.google.protobuf.Parser<SearchResponse.Facet.FacetValue>
SearchResponse.Facet.FacetValue. getParserForType()
List<SearchResponse.Facet.FacetValue>
SearchResponse.Facet.Builder. getValuesList()
The facet values for this field.List<SearchResponse.Facet.FacetValue>
SearchResponse.Facet. getValuesList()
The facet values for this field.List<SearchResponse.Facet.FacetValue>
SearchResponse.FacetOrBuilder. getValuesList()
The facet values for this field.static com.google.protobuf.Parser<SearchResponse.Facet.FacetValue>
SearchResponse.Facet.FacetValue. parser()
Methods in com.google.cloud.discoveryengine.v1 with parameters of type SearchResponse.Facet.FacetValue Modifier and Type Method Description SearchResponse.Facet.Builder
SearchResponse.Facet.Builder. addValues(int index, SearchResponse.Facet.FacetValue value)
The facet values for this field.SearchResponse.Facet.Builder
SearchResponse.Facet.Builder. addValues(SearchResponse.Facet.FacetValue value)
The facet values for this field.SearchResponse.Facet.FacetValue.Builder
SearchResponse.Facet.FacetValue.Builder. mergeFrom(SearchResponse.Facet.FacetValue other)
static SearchResponse.Facet.FacetValue.Builder
SearchResponse.Facet.FacetValue. newBuilder(SearchResponse.Facet.FacetValue prototype)
SearchResponse.Facet.Builder
SearchResponse.Facet.Builder. setValues(int index, SearchResponse.Facet.FacetValue value)
The facet values for this field.Method parameters in com.google.cloud.discoveryengine.v1 with type arguments of type SearchResponse.Facet.FacetValue Modifier and Type Method Description SearchResponse.Facet.Builder
SearchResponse.Facet.Builder. addAllValues(Iterable<? extends SearchResponse.Facet.FacetValue> values)
The facet values for this field.
-