- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class TextPayload.Builder extends GeneratedMessageV3.Builder<TextPayload.Builder> implements TextPayloadOrBuilder
Container of information about a piece of text.
Protobuf type google.cloud.datalabeling.v1beta1.TextPayload
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TextPayload.BuilderImplements
TextPayloadOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextPayload.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
build()
public TextPayload build()
Returns | |
---|---|
Type | Description |
TextPayload |
buildPartial()
public TextPayload buildPartial()
Returns | |
---|---|
Type | Description |
TextPayload |
clear()
public TextPayload.Builder clear()
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
clearField(Descriptors.FieldDescriptor field)
public TextPayload.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TextPayload.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
clearTextContent()
public TextPayload.Builder clearTextContent()
Text content.
string text_content = 1;
Returns | |
---|---|
Type | Description |
TextPayload.Builder | This builder for chaining. |
clone()
public TextPayload.Builder clone()
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
getDefaultInstanceForType()
public TextPayload getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TextPayload |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getTextContent()
public String getTextContent()
Text content.
string text_content = 1;
Returns | |
---|---|
Type | Description |
String | The textContent. |
getTextContentBytes()
public ByteString getTextContentBytes()
Text content.
string text_content = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for textContent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(TextPayload other)
public TextPayload.Builder mergeFrom(TextPayload other)
Parameter | |
---|---|
Name | Description |
other | TextPayload |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextPayload.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TextPayload.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextPayload.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TextPayload.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextPayload.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |
setTextContent(String value)
public TextPayload.Builder setTextContent(String value)
Text content.
string text_content = 1;
Parameter | |
---|---|
Name | Description |
value | String The textContent to set. |
Returns | |
---|---|
Type | Description |
TextPayload.Builder | This builder for chaining. |
setTextContentBytes(ByteString value)
public TextPayload.Builder setTextContentBytes(ByteString value)
Text content.
string text_content = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for textContent to set. |
Returns | |
---|---|
Type | Description |
TextPayload.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TextPayload.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TextPayload.Builder |