Send feedback
Class SearchRequest.ContentSearchSpec (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.12.0 keyboard_arrow_down
public static final class SearchRequest . ContentSearchSpec extends GeneratedMessageV3 implements SearchRequest . ContentSearchSpecOrBuilder
The specification that configs the desired behavior of the UCS content
search.
Protobuf type google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec
Static Fields
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
getDefaultInstanceForType()
public SearchRequest . ContentSearchSpec getDefaultInstanceForType ()
getParserForType()
public Parser<SearchRequest . ContentSearchSpec > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getSnippetSpec()
public SearchRequest . ContentSearchSpec . SnippetSpec getSnippetSpec ()
If there is no snippet spec provided, there will be no snippet in the
search result.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SnippetSpec snippet_spec = 1;
getSnippetSpecOrBuilder()
public SearchRequest . ContentSearchSpec . SnippetSpecOrBuilder getSnippetSpecOrBuilder ()
If there is no snippet spec provided, there will be no snippet in the
search result.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SnippetSpec snippet_spec = 1;
getSummarySpec()
public SearchRequest . ContentSearchSpec . SummarySpec getSummarySpec ()
If there is no summary spec provided, there will be no summary in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SummarySpec summary_spec = 2;
getSummarySpecOrBuilder()
public SearchRequest . ContentSearchSpec . SummarySpecOrBuilder getSummarySpecOrBuilder ()
If there is no summary spec provided, there will be no summary in the
search response.
.google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SummarySpec summary_spec = 2;
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasSnippetSpec()
public boolean hasSnippetSpec ()
If there is no snippet spec provided, there will be no snippet in the
search result.
.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 there is no summary spec provided, there will be no summary 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 )
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-28 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-28 UTC."],[],[]]