public final class Reply extends com.google.protobuf.GeneratedMessageV3 implements ReplyOrBuilder
Defines a reply message to user.Protobuf type
google.cloud.discoveryengine.v1alpha.Reply| Modifier and Type | Class and Description |
|---|---|
static class |
Reply.Builder
Defines a reply message to user.
|
static class |
Reply.Reference
Deprecated.
|
static interface |
Reply.ReferenceOrBuilder
Deprecated.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
REFERENCES_FIELD_NUMBER |
static int |
REPLY_FIELD_NUMBER |
static int |
SUMMARY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Reply |
getDefaultInstance() |
Reply |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Reply> |
getParserForType() |
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
|
int |
getSerializedSize() |
SearchResponse.Summary |
getSummary()
Summary based on search results.
|
SearchResponse.SummaryOrBuilder |
getSummaryOrBuilder()
Summary based on search results.
|
int |
hashCode() |
boolean |
hasSummary()
Summary based on search results.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Reply.Builder |
newBuilder() |
static Reply.Builder |
newBuilder(Reply prototype) |
Reply.Builder |
newBuilderForType() |
protected Reply.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Reply |
parseDelimitedFrom(InputStream input) |
static Reply |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reply |
parseFrom(byte[] data) |
static Reply |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reply |
parseFrom(ByteBuffer data) |
static Reply |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reply |
parseFrom(com.google.protobuf.ByteString data) |
static Reply |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reply |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Reply |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Reply |
parseFrom(InputStream input) |
static Reply |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Reply> |
parser() |
Reply.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REPLY_FIELD_NUMBER
public static final int REFERENCES_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3@Deprecated public String getReply()
DEPRECATED: use `summary` instead. Text reply.
string reply = 1 [deprecated = true];getReply in interface ReplyOrBuilder@Deprecated public com.google.protobuf.ByteString getReplyBytes()
DEPRECATED: use `summary` instead. Text reply.
string reply = 1 [deprecated = true];getReplyBytes in interface ReplyOrBuilder@Deprecated public List<Reply.Reference> getReferencesList()
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
getReferencesList in interface ReplyOrBuilder@Deprecated public List<? extends Reply.ReferenceOrBuilder> getReferencesOrBuilderList()
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
getReferencesOrBuilderList in interface ReplyOrBuilder@Deprecated public int getReferencesCount()
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
getReferencesCount in interface ReplyOrBuilder@Deprecated public Reply.Reference getReferences(int index)
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
getReferences in interface ReplyOrBuilder@Deprecated public Reply.ReferenceOrBuilder getReferencesOrBuilder(int index)
References in the reply.
repeated .google.cloud.discoveryengine.v1alpha.Reply.Reference references = 2 [deprecated = true];
getReferencesOrBuilder in interface ReplyOrBuilderpublic boolean hasSummary()
Summary based on search results.
.google.cloud.discoveryengine.v1alpha.SearchResponse.Summary summary = 3;hasSummary in interface ReplyOrBuilderpublic SearchResponse.Summary getSummary()
Summary based on search results.
.google.cloud.discoveryengine.v1alpha.SearchResponse.Summary summary = 3;getSummary in interface ReplyOrBuilderpublic SearchResponse.SummaryOrBuilder getSummaryOrBuilder()
Summary based on search results.
.google.cloud.discoveryengine.v1alpha.SearchResponse.Summary summary = 3;getSummaryOrBuilder in interface ReplyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Reply parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reply parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reply parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reply parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reply parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reply parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Reply parseFrom(InputStream input) throws IOException
IOExceptionpublic static Reply parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Reply parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Reply parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Reply parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Reply parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Reply.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Reply.Builder newBuilder()
public static Reply.Builder newBuilder(Reply prototype)
public Reply.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Reply.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Reply getDefaultInstance()
public static com.google.protobuf.Parser<Reply> parser()
public com.google.protobuf.Parser<Reply> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Reply getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.