Interface ReplyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reply,Reply.Builder
public interface ReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Reply.ReferencegetReferences(int index)Deprecated.intgetReferencesCount()Deprecated.List<Reply.Reference>getReferencesList()Deprecated.Reply.ReferenceOrBuildergetReferencesOrBuilder(int index)Deprecated.List<? extends Reply.ReferenceOrBuilder>getReferencesOrBuilderList()Deprecated.StringgetReply()Deprecated.google.cloud.discoveryengine.v1beta.Reply.reply is deprecated.com.google.protobuf.ByteStringgetReplyBytes()Deprecated.google.cloud.discoveryengine.v1beta.Reply.reply is deprecated.SearchResponse.SummarygetSummary()Summary based on search results.SearchResponse.SummaryOrBuildergetSummaryOrBuilder()Summary based on search results.booleanhasSummary()Summary based on search results.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getReply
@Deprecated String getReply()
Deprecated.google.cloud.discoveryengine.v1beta.Reply.reply is deprecated. See google/cloud/discoveryengine/v1beta/conversation.proto;l=95DEPRECATED: use `summary` instead. Text reply.
string reply = 1 [deprecated = true];- Returns:
- The reply.
-
getReplyBytes
@Deprecated com.google.protobuf.ByteString getReplyBytes()
Deprecated.google.cloud.discoveryengine.v1beta.Reply.reply is deprecated. See google/cloud/discoveryengine/v1beta/conversation.proto;l=95DEPRECATED: use `summary` instead. Text reply.
string reply = 1 [deprecated = true];- Returns:
- The bytes for reply.
-
getReferencesList
@Deprecated List<Reply.Reference> getReferencesList()
Deprecated.References in the reply.
repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
-
getReferences
@Deprecated Reply.Reference getReferences(int index)
Deprecated.References in the reply.
repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
-
getReferencesCount
@Deprecated int getReferencesCount()
Deprecated.References in the reply.
repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
-
getReferencesOrBuilderList
@Deprecated List<? extends Reply.ReferenceOrBuilder> getReferencesOrBuilderList()
Deprecated.References in the reply.
repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
-
getReferencesOrBuilder
@Deprecated Reply.ReferenceOrBuilder getReferencesOrBuilder(int index)
Deprecated.References in the reply.
repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
-
hasSummary
boolean hasSummary()
Summary based on search results.
.google.cloud.discoveryengine.v1beta.SearchResponse.Summary summary = 3;- Returns:
- Whether the summary field is set.
-
getSummary
SearchResponse.Summary getSummary()
Summary based on search results.
.google.cloud.discoveryengine.v1beta.SearchResponse.Summary summary = 3;- Returns:
- The summary.
-
getSummaryOrBuilder
SearchResponse.SummaryOrBuilder getSummaryOrBuilder()
Summary based on search results.
.google.cloud.discoveryengine.v1beta.SearchResponse.Summary summary = 3;
-
-