Uses of Class
com.google.cloud.discoveryengine.v1beta.SearchInfo
-
Packages that use SearchInfo Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine API -
-
Uses of SearchInfo in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return SearchInfo Modifier and Type Method Description SearchInfo
SearchInfo.Builder. build()
SearchInfo
SearchInfo.Builder. buildPartial()
static SearchInfo
SearchInfo. getDefaultInstance()
SearchInfo
SearchInfo.Builder. getDefaultInstanceForType()
SearchInfo
SearchInfo. getDefaultInstanceForType()
SearchInfo
UserEvent.Builder. getSearchInfo()
[SearchService.Search][google.cloud.discoveryengine.v1beta.SearchService.Search] details related to the event.SearchInfo
UserEvent. getSearchInfo()
[SearchService.Search][google.cloud.discoveryengine.v1beta.SearchService.Search] details related to the event.SearchInfo
UserEventOrBuilder. getSearchInfo()
[SearchService.Search][google.cloud.discoveryengine.v1beta.SearchService.Search] details related to the event.static SearchInfo
SearchInfo. parseDelimitedFrom(InputStream input)
static SearchInfo
SearchInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchInfo
SearchInfo. parseFrom(byte[] data)
static SearchInfo
SearchInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchInfo
SearchInfo. parseFrom(com.google.protobuf.ByteString data)
static SearchInfo
SearchInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchInfo
SearchInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchInfo
SearchInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchInfo
SearchInfo. parseFrom(InputStream input)
static SearchInfo
SearchInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchInfo
SearchInfo. parseFrom(ByteBuffer data)
static SearchInfo
SearchInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1beta that return types with arguments of type SearchInfo Modifier and Type Method Description com.google.protobuf.Parser<SearchInfo>
SearchInfo. getParserForType()
static com.google.protobuf.Parser<SearchInfo>
SearchInfo. parser()
Methods in com.google.cloud.discoveryengine.v1beta with parameters of type SearchInfo Modifier and Type Method Description SearchInfo.Builder
SearchInfo.Builder. mergeFrom(SearchInfo other)
UserEvent.Builder
UserEvent.Builder. mergeSearchInfo(SearchInfo value)
[SearchService.Search][google.cloud.discoveryengine.v1beta.SearchService.Search] details related to the event.static SearchInfo.Builder
SearchInfo. newBuilder(SearchInfo prototype)
UserEvent.Builder
UserEvent.Builder. setSearchInfo(SearchInfo value)
[SearchService.Search][google.cloud.discoveryengine.v1beta.SearchService.Search] details related to the event.
-