Uses of Class
com.google.cloud.discoveryengine.v1beta.DoubleList
-
Packages that use DoubleList Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of DoubleList in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return DoubleList Modifier and Type Method Description DoubleList
DoubleList.Builder. build()
DoubleList
DoubleList.Builder. buildPartial()
static DoubleList
DoubleList. getDefaultInstance()
DoubleList
DoubleList.Builder. getDefaultInstanceForType()
DoubleList
DoubleList. getDefaultInstanceForType()
DoubleList
SearchResponse.SearchResult.Builder. getModelScoresOrDefault(String key, DoubleList defaultValue)
Google provided available scores.DoubleList
SearchResponse.SearchResult. getModelScoresOrDefault(String key, DoubleList defaultValue)
Google provided available scores.DoubleList
SearchResponse.SearchResultOrBuilder. getModelScoresOrDefault(String key, DoubleList defaultValue)
Google provided available scores.DoubleList
SearchResponse.SearchResult.Builder. getModelScoresOrThrow(String key)
Google provided available scores.DoubleList
SearchResponse.SearchResult. getModelScoresOrThrow(String key)
Google provided available scores.DoubleList
SearchResponse.SearchResultOrBuilder. getModelScoresOrThrow(String key)
Google provided available scores.static DoubleList
DoubleList. parseDelimitedFrom(InputStream input)
static DoubleList
DoubleList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DoubleList
DoubleList. parseFrom(byte[] data)
static DoubleList
DoubleList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DoubleList
DoubleList. parseFrom(com.google.protobuf.ByteString data)
static DoubleList
DoubleList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DoubleList
DoubleList. parseFrom(com.google.protobuf.CodedInputStream input)
static DoubleList
DoubleList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DoubleList
DoubleList. parseFrom(InputStream input)
static DoubleList
DoubleList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DoubleList
DoubleList. parseFrom(ByteBuffer data)
static DoubleList
DoubleList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1beta that return types with arguments of type DoubleList Modifier and Type Method Description Map<String,DoubleList>
SearchResponse.SearchResult.Builder. getModelScores()
Deprecated.Map<String,DoubleList>
SearchResponse.SearchResult. getModelScores()
Deprecated.Map<String,DoubleList>
SearchResponse.SearchResultOrBuilder. getModelScores()
Deprecated.Map<String,DoubleList>
SearchResponse.SearchResult.Builder. getModelScoresMap()
Google provided available scores.Map<String,DoubleList>
SearchResponse.SearchResult. getModelScoresMap()
Google provided available scores.Map<String,DoubleList>
SearchResponse.SearchResultOrBuilder. getModelScoresMap()
Google provided available scores.Map<String,DoubleList>
SearchResponse.SearchResult.Builder. getMutableModelScores()
Deprecated.com.google.protobuf.Parser<DoubleList>
DoubleList. getParserForType()
static com.google.protobuf.Parser<DoubleList>
DoubleList. parser()
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type DoubleList Modifier and Type Method Description DoubleList
SearchResponse.SearchResult.Builder. getModelScoresOrDefault(String key, DoubleList defaultValue)
Google provided available scores.DoubleList
SearchResponse.SearchResult. getModelScoresOrDefault(String key, DoubleList defaultValue)
Google provided available scores.DoubleList
SearchResponse.SearchResultOrBuilder. getModelScoresOrDefault(String key, DoubleList defaultValue)
Google provided available scores.DoubleList.Builder
DoubleList.Builder. mergeFrom(DoubleList other)
static DoubleList.Builder
DoubleList. newBuilder(DoubleList prototype)
SearchResponse.SearchResult.Builder
SearchResponse.SearchResult.Builder. putModelScores(String key, DoubleList value)
Google provided available scores.Method parameters in com.google.cloud.discoveryengine.v1beta with type arguments of type DoubleList Modifier and Type Method Description SearchResponse.SearchResult.Builder
SearchResponse.SearchResult.Builder. putAllModelScores(Map<String,DoubleList> values)
Google provided available scores.
-