- 0.66.0 (latest)
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class AssistantGroundedContent.TextGroundingMetadata.Segment.Builder extends GeneratedMessageV3.Builder<AssistantGroundedContent.TextGroundingMetadata.Segment.Builder> implements AssistantGroundedContent.TextGroundingMetadata.SegmentOrBuilder
Grounding information for a segment of the text.
Protobuf type
google.cloud.discoveryengine.v1.AssistantGroundedContent.TextGroundingMetadata.Segment
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AssistantGroundedContent.TextGroundingMetadata.Segment.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllReferenceIndices(Iterable<? extends Integer> values)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder addAllReferenceIndices(Iterable<? extends Integer> values)
References for the segment.
repeated int32 reference_indices = 4;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends java.lang.Integer> The referenceIndices to add. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
addReferenceIndices(int value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder addReferenceIndices(int value)
References for the segment.
repeated int32 reference_indices = 4;
Parameter | |
---|---|
Name | Description |
value |
int The referenceIndices to add. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
build()
public AssistantGroundedContent.TextGroundingMetadata.Segment build()
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment |
buildPartial()
public AssistantGroundedContent.TextGroundingMetadata.Segment buildPartial()
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment |
clear()
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clear()
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
clearEndIndex()
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clearEndIndex()
End of the segment, exclusive.
int64 end_index = 2;
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
clearGroundingScore()
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clearGroundingScore()
Score for the segment.
float grounding_score = 5;
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
clearReferenceIndices()
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clearReferenceIndices()
References for the segment.
repeated int32 reference_indices = 4;
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
clearStartIndex()
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clearStartIndex()
Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one).
int64 start_index = 1;
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
clearText()
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clearText()
The text segment itself.
string text = 6;
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
clone()
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder clone()
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
getDefaultInstanceForType()
public AssistantGroundedContent.TextGroundingMetadata.Segment getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEndIndex()
public long getEndIndex()
End of the segment, exclusive.
int64 end_index = 2;
Returns | |
---|---|
Type | Description |
long |
The endIndex. |
getGroundingScore()
public float getGroundingScore()
Score for the segment.
float grounding_score = 5;
Returns | |
---|---|
Type | Description |
float |
The groundingScore. |
getReferenceIndices(int index)
public int getReferenceIndices(int index)
References for the segment.
repeated int32 reference_indices = 4;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
int |
The referenceIndices at the given index. |
getReferenceIndicesCount()
public int getReferenceIndicesCount()
References for the segment.
repeated int32 reference_indices = 4;
Returns | |
---|---|
Type | Description |
int |
The count of referenceIndices. |
getReferenceIndicesList()
public List<Integer> getReferenceIndicesList()
References for the segment.
repeated int32 reference_indices = 4;
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the referenceIndices. |
getStartIndex()
public long getStartIndex()
Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one).
int64 start_index = 1;
Returns | |
---|---|
Type | Description |
long |
The startIndex. |
getText()
public String getText()
The text segment itself.
string text = 6;
Returns | |
---|---|
Type | Description |
String |
The text. |
getTextBytes()
public ByteString getTextBytes()
The text segment itself.
string text = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for text. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(AssistantGroundedContent.TextGroundingMetadata.Segment other)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder mergeFrom(AssistantGroundedContent.TextGroundingMetadata.Segment other)
Parameter | |
---|---|
Name | Description |
other |
AssistantGroundedContent.TextGroundingMetadata.Segment |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AssistantGroundedContent.TextGroundingMetadata.Segment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
setEndIndex(long value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setEndIndex(long value)
End of the segment, exclusive.
int64 end_index = 2;
Parameter | |
---|---|
Name | Description |
value |
long The endIndex to set. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
setGroundingScore(float value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setGroundingScore(float value)
Score for the segment.
float grounding_score = 5;
Parameter | |
---|---|
Name | Description |
value |
float The groundingScore to set. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
setReferenceIndices(int index, int value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setReferenceIndices(int index, int value)
References for the segment.
repeated int32 reference_indices = 4;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
int The referenceIndices to set. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
setStartIndex(long value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setStartIndex(long value)
Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one).
int64 start_index = 1;
Parameter | |
---|---|
Name | Description |
value |
long The startIndex to set. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
setText(String value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setText(String value)
The text segment itself.
string text = 6;
Parameter | |
---|---|
Name | Description |
value |
String The text to set. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
setTextBytes(ByteString value)
public AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setTextBytes(ByteString value)
The text segment itself.
string text = 6;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for text to set. |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AssistantGroundedContent.TextGroundingMetadata.Segment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AssistantGroundedContent.TextGroundingMetadata.Segment.Builder |