- 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 SentimentConfig.Builder extends GeneratedMessageV3.Builder<SentimentConfig.Builder> implements SentimentConfigOrBuilder
Config for setting up sentiments.
Protobuf type google.cloud.datalabeling.v1beta1.SentimentConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SentimentConfig.BuilderImplements
SentimentConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SentimentConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
build()
public SentimentConfig build()
Returns | |
---|---|
Type | Description |
SentimentConfig |
buildPartial()
public SentimentConfig buildPartial()
Returns | |
---|---|
Type | Description |
SentimentConfig |
clear()
public SentimentConfig.Builder clear()
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
clearEnableLabelSentimentSelection()
public SentimentConfig.Builder clearEnableLabelSentimentSelection()
If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label. Default is false.
bool enable_label_sentiment_selection = 1;
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public SentimentConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SentimentConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
clone()
public SentimentConfig.Builder clone()
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
getDefaultInstanceForType()
public SentimentConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SentimentConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEnableLabelSentimentSelection()
public boolean getEnableLabelSentimentSelection()
If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label. Default is false.
bool enable_label_sentiment_selection = 1;
Returns | |
---|---|
Type | Description |
boolean | The enableLabelSentimentSelection. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SentimentConfig other)
public SentimentConfig.Builder mergeFrom(SentimentConfig other)
Parameter | |
---|---|
Name | Description |
other | SentimentConfig |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SentimentConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SentimentConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SentimentConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
setEnableLabelSentimentSelection(boolean value)
public SentimentConfig.Builder setEnableLabelSentimentSelection(boolean value)
If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label. Default is false.
bool enable_label_sentiment_selection = 1;
Parameter | |
---|---|
Name | Description |
value | boolean The enableLabelSentimentSelection to set. |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public SentimentConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SentimentConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SentimentConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SentimentConfig.Builder |