public static final class Answer.Citation extends GeneratedMessageV3 implements Answer.CitationOrBuilder
Citation info for a segment.
Protobuf type google.cloud.discoveryengine.v1.Answer.Citation
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
END_INDEX_FIELD_NUMBER
public static final int END_INDEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SOURCES_FIELD_NUMBER
public static final int SOURCES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_INDEX_FIELD_NUMBER
public static final int START_INDEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Answer.Citation getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Answer.Citation.Builder newBuilder()
newBuilder(Answer.Citation prototype)
public static Answer.Citation.Builder newBuilder(Answer.Citation prototype)
public static Answer.Citation parseDelimitedFrom(InputStream input)
public static Answer.Citation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Answer.Citation parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Answer.Citation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Answer.Citation parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Answer.Citation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Answer.Citation parseFrom(CodedInputStream input)
public static Answer.Citation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Answer.Citation parseFrom(InputStream input)
public static Answer.Citation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Answer.Citation parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Answer.Citation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Answer.Citation> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Answer.Citation getDefaultInstanceForType()
getEndIndex()
public long getEndIndex()
End of the attributed segment, exclusive.
int64 end_index = 2;
Returns |
Type |
Description |
long |
The endIndex.
|
getParserForType()
public Parser<Answer.Citation> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSources(int index)
public Answer.CitationSource getSources(int index)
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1.Answer.CitationSource sources = 3;
Parameter |
Name |
Description |
index |
int
|
getSourcesCount()
public int getSourcesCount()
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1.Answer.CitationSource sources = 3;
Returns |
Type |
Description |
int |
|
getSourcesList()
public List<Answer.CitationSource> getSourcesList()
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1.Answer.CitationSource sources = 3;
getSourcesOrBuilder(int index)
public Answer.CitationSourceOrBuilder getSourcesOrBuilder(int index)
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1.Answer.CitationSource sources = 3;
Parameter |
Name |
Description |
index |
int
|
getSourcesOrBuilderList()
public List<? extends Answer.CitationSourceOrBuilder> getSourcesOrBuilderList()
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1.Answer.CitationSource sources = 3;
Returns |
Type |
Description |
List<? extends com.google.cloud.discoveryengine.v1.Answer.CitationSourceOrBuilder> |
|
getStartIndex()
public long getStartIndex()
Index indicates the start of the segment, measured in bytes (UTF-8
unicode).
int64 start_index = 1;
Returns |
Type |
Description |
long |
The startIndex.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Answer.Citation.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Answer.Citation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Answer.Citation.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides