public interface ReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Reply.Reference |
getReferences(int index)
Deprecated.
|
int |
getReferencesCount()
Deprecated.
|
List<Reply.Reference> |
getReferencesList()
Deprecated.
|
Reply.ReferenceOrBuilder |
getReferencesOrBuilder(int index)
Deprecated.
|
List<? extends Reply.ReferenceOrBuilder> |
getReferencesOrBuilderList()
Deprecated.
|
String |
getReply()
Deprecated.
google.cloud.discoveryengine.v1alpha.Reply.reply is deprecated. See
google/cloud/discoveryengine/v1alpha/conversation.proto;l=98
|
com.google.protobuf.ByteString |
getReplyBytes()
Deprecated.
google.cloud.discoveryengine.v1alpha.Reply.reply is deprecated. See
google/cloud/discoveryengine/v1alpha/conversation.proto;l=98
|
SearchResponse.Summary |
getSummary()
Summary based on search results.
|
SearchResponse.SummaryOrBuilder |
getSummaryOrBuilder()
Summary based on search results.
|
boolean |
hasSummary()
Summary based on search results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated String getReply()
DEPRECATED: use `summary` instead. Text reply.
string reply = 1 [deprecated = true];@Deprecated com.google.protobuf.ByteString getReplyBytes()
DEPRECATED: use `summary` instead. Text reply.
string reply = 1 [deprecated = true];@Deprecated List<Reply.Reference> getReferencesList()
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
@Deprecated Reply.Reference getReferences(int index)
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
@Deprecated int getReferencesCount()
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
@Deprecated List<? extends Reply.ReferenceOrBuilder> getReferencesOrBuilderList()
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
@Deprecated Reply.ReferenceOrBuilder getReferencesOrBuilder(int index)
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
boolean hasSummary()
Summary based on search results.
.google.cloud.discoveryengine.v1alpha.SearchResponse.Summary summary = 3;SearchResponse.Summary getSummary()
Summary based on search results.
.google.cloud.discoveryengine.v1alpha.SearchResponse.Summary summary = 3;SearchResponse.SummaryOrBuilder getSummaryOrBuilder()
Summary based on search results.
.google.cloud.discoveryengine.v1alpha.SearchResponse.Summary summary = 3;Copyright © 2024 Google LLC. All rights reserved.