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