public static final class Answer.Step.Action.Observation extends GeneratedMessageV3 implements Answer.Step.Action.ObservationOrBuilder
Observation.
Protobuf type google.cloud.discoveryengine.v1.Answer.Step.Action.Observation
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
SEARCH_RESULTS_FIELD_NUMBER
public static final int SEARCH_RESULTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Answer.Step.Action.Observation getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Answer.Step.Action.Observation.Builder newBuilder()
newBuilder(Answer.Step.Action.Observation prototype)
public static Answer.Step.Action.Observation.Builder newBuilder(Answer.Step.Action.Observation prototype)
public static Answer.Step.Action.Observation parseDelimitedFrom(InputStream input)
public static Answer.Step.Action.Observation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Answer.Step.Action.Observation parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action.Observation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Answer.Step.Action.Observation parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action.Observation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action.Observation parseFrom(CodedInputStream input)
public static Answer.Step.Action.Observation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action.Observation parseFrom(InputStream input)
public static Answer.Step.Action.Observation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Answer.Step.Action.Observation parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Answer.Step.Action.Observation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Answer.Step.Action.Observation> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Answer.Step.Action.Observation getDefaultInstanceForType()
getParserForType()
public Parser<Answer.Step.Action.Observation> getParserForType()
Overrides
getSearchResults(int index)
public Answer.Step.Action.Observation.SearchResult getSearchResults(int index)
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult search_results = 2;
Parameter |
Name |
Description |
index |
int
|
getSearchResultsCount()
public int getSearchResultsCount()
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult search_results = 2;
Returns |
Type |
Description |
int |
|
getSearchResultsList()
public List<Answer.Step.Action.Observation.SearchResult> getSearchResultsList()
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult search_results = 2;
getSearchResultsOrBuilder(int index)
public Answer.Step.Action.Observation.SearchResultOrBuilder getSearchResultsOrBuilder(int index)
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult search_results = 2;
Parameter |
Name |
Description |
index |
int
|
getSearchResultsOrBuilderList()
public List<? extends Answer.Step.Action.Observation.SearchResultOrBuilder> getSearchResultsOrBuilderList()
Search results observed by the search action, it can be snippets info
or chunk info, depending on the citation type set by the user.
repeated .google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult search_results = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResultOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Answer.Step.Action.Observation.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Answer.Step.Action.Observation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Answer.Step.Action.Observation.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides