Class SentimentConfig.Builder (0.203.0)

public static final class SentimentConfig.Builder extends GeneratedMessage.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

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.

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 GeneratedMessage.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

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.