public final class CompletionInfo extends GeneratedMessageV3 implements CompletionInfoOrBuilder
Detailed completion information including completion attribution token and clicked completion info.
Protobuf type google.cloud.discoveryengine.v1beta.CompletionInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CompletionInfoImplements
CompletionInfoOrBuilderStatic Fields
SELECTED_POSITION_FIELD_NUMBER
public static final int SELECTED_POSITION_FIELD_NUMBER
Type | Description |
int |
SELECTED_SUGGESTION_FIELD_NUMBER
public static final int SELECTED_SUGGESTION_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CompletionInfo getDefaultInstance()
Type | Description |
CompletionInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static CompletionInfo.Builder newBuilder()
Type | Description |
CompletionInfo.Builder |
newBuilder(CompletionInfo prototype)
public static CompletionInfo.Builder newBuilder(CompletionInfo prototype)
Name | Description |
prototype | CompletionInfo |
Type | Description |
CompletionInfo.Builder |
parseDelimitedFrom(InputStream input)
public static CompletionInfo parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CompletionInfo |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CompletionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CompletionInfo |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CompletionInfo parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CompletionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CompletionInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CompletionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CompletionInfo parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CompletionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CompletionInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CompletionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CompletionInfo parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CompletionInfo |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CompletionInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CompletionInfo |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CompletionInfo parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CompletionInfo |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CompletionInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CompletionInfo |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CompletionInfo parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CompletionInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CompletionInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CompletionInfo |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CompletionInfo> parser()
Type | Description |
Parser<CompletionInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public CompletionInfo getDefaultInstanceForType()
Type | Description |
CompletionInfo |
getParserForType()
public Parser<CompletionInfo> getParserForType()
Type | Description |
Parser<CompletionInfo> |
getSelectedPosition()
public int getSelectedPosition()
End user selected [CompleteQueryResponse.CompletionResult.suggestion][] position, starting from 0.
int32 selected_position = 2;
Type | Description |
int | The selectedPosition. |
getSelectedSuggestion()
public String getSelectedSuggestion()
End user selected [CompleteQueryResponse.CompletionResult.suggestion][].
string selected_suggestion = 1;
Type | Description |
String | The selectedSuggestion. |
getSelectedSuggestionBytes()
public ByteString getSelectedSuggestionBytes()
End user selected [CompleteQueryResponse.CompletionResult.suggestion][].
string selected_suggestion = 1;
Type | Description |
ByteString | The bytes for selectedSuggestion. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public CompletionInfo.Builder newBuilderForType()
Type | Description |
CompletionInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CompletionInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CompletionInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public CompletionInfo.Builder toBuilder()
Type | Description |
CompletionInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |