Class SentimentConfig.Builder (0.165.0)

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

Static 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
Overrides

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
Overrides

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
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SentimentConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SentimentConfig.Builder
Overrides

clone()

public SentimentConfig.Builder clone()
Returns
Type Description
SentimentConfig.Builder
Overrides

getDefaultInstanceForType()

public SentimentConfig getDefaultInstanceForType()
Returns
Type Description
SentimentConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SentimentConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SentimentConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SentimentConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SentimentConfig.Builder
Overrides

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
Overrides

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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SentimentConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SentimentConfig.Builder
Overrides