public static interface SearchRequest.ContentSearchSpec.SnippetSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaxSnippetCount() (deprecated)
public abstract int getMaxSnippetCount()Deprecated. google.cloud.discoveryengine.v1.SearchRequest.ContentSearchSpec.SnippetSpec.max_snippet_count is deprecated. See google/cloud/discoveryengine/v1/search_service.proto;l=450
[DEPRECATED] This field is deprecated. To control snippet return, use
return_snippet field. For backwards compatibility, we will return
snippet if max_snippet_count > 0.
int32 max_snippet_count = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
The maxSnippetCount. |
getReferenceOnly() (deprecated)
public abstract boolean getReferenceOnly()Deprecated. google.cloud.discoveryengine.v1.SearchRequest.ContentSearchSpec.SnippetSpec.reference_only is deprecated. See google/cloud/discoveryengine/v1/search_service.proto;l=454
[DEPRECATED] This field is deprecated and will have no affect on the snippet.
bool reference_only = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
boolean |
The referenceOnly. |
getReturnSnippet()
public abstract boolean getReturnSnippet() If true, then return snippet. If no snippet can be generated, we
return "No snippet is available for this page." A snippet_status with
SUCCESS or NO_SNIPPET_AVAILABLE will also be returned.
bool return_snippet = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The returnSnippet. |