- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
public static final class TextSegment.Builder extends GeneratedMessageV3.Builder<TextSegment.Builder> implements TextSegmentOrBuilder
A contiguous part of a text (string), assuming it has an UTF-8 NFC encoding.
Protobuf type google.cloud.automl.v1.TextSegment
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TextSegment.BuilderImplements
TextSegmentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextSegment.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
build()
public TextSegment build()
Returns | |
---|---|
Type | Description |
TextSegment |
buildPartial()
public TextSegment buildPartial()
Returns | |
---|---|
Type | Description |
TextSegment |
clear()
public TextSegment.Builder clear()
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
clearContent()
public TextSegment.Builder clearContent()
Output only. The content of the TextSegment.
string content = 3;
Returns | |
---|---|
Type | Description |
TextSegment.Builder | This builder for chaining. |
clearEndOffset()
public TextSegment.Builder clearEndOffset()
Required. Zero-based character index of the first character past the end of the text segment (counting character from the beginning of the text). The character at the end_offset is NOT included in the text segment.
int64 end_offset = 2;
Returns | |
---|---|
Type | Description |
TextSegment.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TextSegment.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TextSegment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
clearStartOffset()
public TextSegment.Builder clearStartOffset()
Required. Zero-based character index of the first character of the text segment (counting characters from the beginning of the text).
int64 start_offset = 1;
Returns | |
---|---|
Type | Description |
TextSegment.Builder | This builder for chaining. |
clone()
public TextSegment.Builder clone()
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
getContent()
public String getContent()
Output only. The content of the TextSegment.
string content = 3;
Returns | |
---|---|
Type | Description |
String | The content. |
getContentBytes()
public ByteString getContentBytes()
Output only. The content of the TextSegment.
string content = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for content. |
getDefaultInstanceForType()
public TextSegment getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TextSegment |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEndOffset()
public long getEndOffset()
Required. Zero-based character index of the first character past the end of the text segment (counting character from the beginning of the text). The character at the end_offset is NOT included in the text segment.
int64 end_offset = 2;
Returns | |
---|---|
Type | Description |
long | The endOffset. |
getStartOffset()
public long getStartOffset()
Required. Zero-based character index of the first character of the text segment (counting characters from the beginning of the text).
int64 start_offset = 1;
Returns | |
---|---|
Type | Description |
long | The startOffset. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(TextSegment other)
public TextSegment.Builder mergeFrom(TextSegment other)
Parameter | |
---|---|
Name | Description |
other | TextSegment |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextSegment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TextSegment.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextSegment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
setContent(String value)
public TextSegment.Builder setContent(String value)
Output only. The content of the TextSegment.
string content = 3;
Parameter | |
---|---|
Name | Description |
value | String The content to set. |
Returns | |
---|---|
Type | Description |
TextSegment.Builder | This builder for chaining. |
setContentBytes(ByteString value)
public TextSegment.Builder setContentBytes(ByteString value)
Output only. The content of the TextSegment.
string content = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for content to set. |
Returns | |
---|---|
Type | Description |
TextSegment.Builder | This builder for chaining. |
setEndOffset(long value)
public TextSegment.Builder setEndOffset(long value)
Required. Zero-based character index of the first character past the end of the text segment (counting character from the beginning of the text). The character at the end_offset is NOT included in the text segment.
int64 end_offset = 2;
Parameter | |
---|---|
Name | Description |
value | long The endOffset to set. |
Returns | |
---|---|
Type | Description |
TextSegment.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TextSegment.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextSegment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |
setStartOffset(long value)
public TextSegment.Builder setStartOffset(long value)
Required. Zero-based character index of the first character of the text segment (counting characters from the beginning of the text).
int64 start_offset = 1;
Parameter | |
---|---|
Name | Description |
value | long The startOffset to set. |
Returns | |
---|---|
Type | Description |
TextSegment.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TextSegment.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TextSegment.Builder |