public static interface Answer.Step.Action.Observation.SearchResult.SnippetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSnippet()
Snippet content.
|
com.google.protobuf.ByteString |
getSnippetBytes()
Snippet content.
|
String |
getSnippetStatus()
Status of the snippet defined by the search team.
|
com.google.protobuf.ByteString |
getSnippetStatusBytes()
Status of the snippet defined by the search team.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSnippet()
Snippet content.
string snippet = 1;com.google.protobuf.ByteString getSnippetBytes()
Snippet content.
string snippet = 1;String getSnippetStatus()
Status of the snippet defined by the search team.
string snippet_status = 2;com.google.protobuf.ByteString getSnippetStatusBytes()
Status of the snippet defined by the search team.
string snippet_status = 2;Copyright © 2025 Google LLC. All rights reserved.