public static final class SampleQuery.QueryEntry extends GeneratedMessage implements SampleQuery.QueryEntryOrBuilderQuery Entry captures metadata to be used for search evaluation.
Protobuf type google.cloud.discoveryengine.v1beta.SampleQuery.QueryEntry
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SampleQuery.QueryEntryImplements
SampleQuery.QueryEntryOrBuilderStatic Fields
QUERY_FIELD_NUMBER
public static final int QUERY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TARGETS_FIELD_NUMBER
public static final int TARGETS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SampleQuery.QueryEntry getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SampleQuery.QueryEntry.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry.Builder |
|
newBuilder(SampleQuery.QueryEntry prototype)
public static SampleQuery.QueryEntry.Builder newBuilder(SampleQuery.QueryEntry prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SampleQuery.QueryEntry |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry.Builder |
|
parseDelimitedFrom(InputStream input)
public static SampleQuery.QueryEntry parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleQuery.QueryEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SampleQuery.QueryEntry parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SampleQuery.QueryEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SampleQuery.QueryEntry parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SampleQuery.QueryEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SampleQuery.QueryEntry parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleQuery.QueryEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SampleQuery.QueryEntry parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SampleQuery.QueryEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SampleQuery.QueryEntry parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SampleQuery.QueryEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SampleQuery.QueryEntry> parser()| Returns | |
|---|---|
| Type | Description |
Parser<QueryEntry> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public SampleQuery.QueryEntry getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry |
|
getParserForType()
public Parser<SampleQuery.QueryEntry> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<QueryEntry> |
|
getQuery()
public String getQuery()Required. The query.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The query. |
getQueryBytes()
public ByteString getQueryBytes()Required. The query.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for query. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTargets(int index)
public SampleQuery.QueryEntry.Target getTargets(int index)List of targets for the query.
repeated .google.cloud.discoveryengine.v1beta.SampleQuery.QueryEntry.Target targets = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry.Target |
|
getTargetsCount()
public int getTargetsCount()List of targets for the query.
repeated .google.cloud.discoveryengine.v1beta.SampleQuery.QueryEntry.Target targets = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTargetsList()
public List<SampleQuery.QueryEntry.Target> getTargetsList()List of targets for the query.
repeated .google.cloud.discoveryengine.v1beta.SampleQuery.QueryEntry.Target targets = 3;
| Returns | |
|---|---|
| Type | Description |
List<Target> |
|
getTargetsOrBuilder(int index)
public SampleQuery.QueryEntry.TargetOrBuilder getTargetsOrBuilder(int index)List of targets for the query.
repeated .google.cloud.discoveryengine.v1beta.SampleQuery.QueryEntry.Target targets = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry.TargetOrBuilder |
|
getTargetsOrBuilderList()
public List<? extends SampleQuery.QueryEntry.TargetOrBuilder> getTargetsOrBuilderList()List of targets for the query.
repeated .google.cloud.discoveryengine.v1beta.SampleQuery.QueryEntry.Target targets = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.SampleQuery.QueryEntry.TargetOrBuilder> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SampleQuery.QueryEntry.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SampleQuery.QueryEntry.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry.Builder |
|
toBuilder()
public SampleQuery.QueryEntry.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SampleQuery.QueryEntry.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|