Send feedback
Class SearchRequest.ContentSearchSpec (0.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.43.0 keyboard_arrow_down
public static final class SearchRequest . ContentSearchSpec extends GeneratedMessageV3 implements SearchRequest . ContentSearchSpecOrBuilder
A specification for configuring the behavior of content search.
Protobuf type google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CHUNK_SPEC_FIELD_NUMBER
public static final int CHUNK_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
public static final int EXTRACTIVE_CONTENT_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
SEARCH_RESULT_MODE_FIELD_NUMBER
public static final int SEARCH_RESULT_MODE_FIELD_NUMBER
Field Value
Type
Description
int
SNIPPET_SPEC_FIELD_NUMBER
public static final int SNIPPET_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
SUMMARY_SPEC_FIELD_NUMBER
public static final int SUMMARY_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static SearchRequest . ContentSearchSpec getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SearchRequest . ContentSearchSpec . Builder newBuilder ()
newBuilder(SearchRequest.ContentSearchSpec prototype)
public static SearchRequest . ContentSearchSpec . Builder newBuilder ( SearchRequest . ContentSearchSpec prototype )
parseDelimitedFrom(InputStream input)
public static SearchRequest . ContentSearchSpec parseDelimitedFrom ( InputStream input )
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchRequest . ContentSearchSpec parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SearchRequest . ContentSearchSpec parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchRequest . ContentSearchSpec parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SearchRequest . ContentSearchSpec parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchRequest . ContentSearchSpec parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
parseFrom(CodedInputStream input)
public static SearchRequest . ContentSearchSpec parseFrom ( CodedInputStream input )
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchRequest . ContentSearchSpec parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(InputStream input)
public static SearchRequest . ContentSearchSpec parseFrom ( InputStream input )
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchRequest . ContentSearchSpec parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SearchRequest . ContentSearchSpec parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchRequest . ContentSearchSpec parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SearchRequest . ContentSearchSpec > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getChunkSpec()
public SearchRequest . ContentSearchSpec . ChunkSpec getChunkSpec ()
Specifies the chunk spec to be returned from the search response.
Only available if the
SearchRequest.ContentSearchSpec.search_result_mode
is set to
CHUNKS
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ChunkSpec chunk_spec = 5;
getChunkSpecOrBuilder()
public SearchRequest . ContentSearchSpec . ChunkSpecOrBuilder getChunkSpecOrBuilder ()
Specifies the chunk spec to be returned from the search response.
Only available if the
SearchRequest.ContentSearchSpec.search_result_mode
is set to
CHUNKS
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ChunkSpec chunk_spec = 5;
getDefaultInstanceForType()
public SearchRequest . ContentSearchSpec getDefaultInstanceForType ()
public SearchRequest . ContentSearchSpec . ExtractiveContentSpec getExtractiveContentSpec ()
If there is no extractive_content_spec provided, there will be no
extractive answer in the search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ExtractiveContentSpec extractive_content_spec = 3;
public SearchRequest . ContentSearchSpec . ExtractiveContentSpecOrBuilder getExtractiveContentSpecOrBuilder ()
If there is no extractive_content_spec provided, there will be no
extractive answer in the search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ExtractiveContentSpec extractive_content_spec = 3;
getParserForType()
public Parser<SearchRequest . ContentSearchSpec > getParserForType ()
Overrides
getSearchResultMode()
public SearchRequest . ContentSearchSpec . SearchResultMode getSearchResultMode ()
Specifies the search result mode. If unspecified, the
search result mode defaults to DOCUMENTS
.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SearchResultMode search_result_mode = 4;
getSearchResultModeValue()
public int getSearchResultModeValue ()
Specifies the search result mode. If unspecified, the
search result mode defaults to DOCUMENTS
.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SearchResultMode search_result_mode = 4;
Returns
Type
Description
int
The enum numeric value on the wire for searchResultMode.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSnippetSpec()
public SearchRequest . ContentSearchSpec . SnippetSpec getSnippetSpec ()
If snippetSpec
is not specified, snippets are not included in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SnippetSpec snippet_spec = 1;
getSnippetSpecOrBuilder()
public SearchRequest . ContentSearchSpec . SnippetSpecOrBuilder getSnippetSpecOrBuilder ()
If snippetSpec
is not specified, snippets are not included in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SnippetSpec snippet_spec = 1;
getSummarySpec()
public SearchRequest . ContentSearchSpec . SummarySpec getSummarySpec ()
If summarySpec
is not specified, summaries are not included in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SummarySpec summary_spec = 2;
getSummarySpecOrBuilder()
public SearchRequest . ContentSearchSpec . SummarySpecOrBuilder getSummarySpecOrBuilder ()
If summarySpec
is not specified, summaries are not included in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SummarySpec summary_spec = 2;
hasChunkSpec()
public boolean hasChunkSpec ()
Specifies the chunk spec to be returned from the search response.
Only available if the
SearchRequest.ContentSearchSpec.search_result_mode
is set to
CHUNKS
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ChunkSpec chunk_spec = 5;
Returns
Type
Description
boolean
Whether the chunkSpec field is set.
public boolean hasExtractiveContentSpec ()
If there is no extractive_content_spec provided, there will be no
extractive answer in the search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ExtractiveContentSpec extractive_content_spec = 3;
Returns
Type
Description
boolean
Whether the extractiveContentSpec field is set.
hasSnippetSpec()
public boolean hasSnippetSpec ()
If snippetSpec
is not specified, snippets are not included in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SnippetSpec snippet_spec = 1;
Returns
Type
Description
boolean
Whether the snippetSpec field is set.
hasSummarySpec()
public boolean hasSummarySpec ()
If summarySpec
is not specified, summaries are not included in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SummarySpec summary_spec = 2;
Returns
Type
Description
boolean
Whether the summarySpec field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SearchRequest . ContentSearchSpec . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchRequest . ContentSearchSpec . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public SearchRequest . ContentSearchSpec . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]