- 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 TextMetadata.Builder extends GeneratedMessageV3.Builder<TextMetadata.Builder> implements TextMetadataOrBuilder
Metadata for the text.
Protobuf type google.cloud.datalabeling.v1beta1.TextMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TextMetadata.BuilderImplements
TextMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
build()
public TextMetadata build()
Returns | |
---|---|
Type | Description |
TextMetadata |
buildPartial()
public TextMetadata buildPartial()
Returns | |
---|---|
Type | Description |
TextMetadata |
clear()
public TextMetadata.Builder clear()
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public TextMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
clearLanguageCode()
public TextMetadata.Builder clearLanguageCode()
The language of this text, as a BCP-47. Default value is en-US.
string language_code = 1;
Returns | |
---|---|
Type | Description |
TextMetadata.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TextMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
clone()
public TextMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
getDefaultInstanceForType()
public TextMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TextMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLanguageCode()
public String getLanguageCode()
The language of this text, as a BCP-47. Default value is en-US.
string language_code = 1;
Returns | |
---|---|
Type | Description |
String | The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()
The language of this text, as a BCP-47. Default value is en-US.
string language_code = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for languageCode. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(TextMetadata other)
public TextMetadata.Builder mergeFrom(TextMetadata other)
Parameter | |
---|---|
Name | Description |
other | TextMetadata |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public TextMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TextMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
setLanguageCode(String value)
public TextMetadata.Builder setLanguageCode(String value)
The language of this text, as a BCP-47. Default value is en-US.
string language_code = 1;
Parameter | |
---|---|
Name | Description |
value | String The languageCode to set. |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder | This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public TextMetadata.Builder setLanguageCodeBytes(ByteString value)
The language of this text, as a BCP-47. Default value is en-US.
string language_code = 1;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for languageCode to set. |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TextMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
TextMetadata.Builder |