Class SentimentConfig.Builder (0.161.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SentimentConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SentimentConfig.Builder
Overrides

build()

public SentimentConfig build()
Returns
TypeDescription
SentimentConfig

buildPartial()

public SentimentConfig buildPartial()
Returns
TypeDescription
SentimentConfig

clear()

public SentimentConfig.Builder clear()
Returns
TypeDescription
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
TypeDescription
SentimentConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SentimentConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SentimentConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SentimentConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
SentimentConfig.Builder
Overrides

clone()

public SentimentConfig.Builder clone()
Returns
TypeDescription
SentimentConfig.Builder
Overrides

getDefaultInstanceForType()

public SentimentConfig getDefaultInstanceForType()
Returns
TypeDescription
SentimentConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
boolean

The enableLabelSentimentSelection.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SentimentConfig other)

public SentimentConfig.Builder mergeFrom(SentimentConfig other)
Parameter
NameDescription
otherSentimentConfig
Returns
TypeDescription
SentimentConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SentimentConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SentimentConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SentimentConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SentimentConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SentimentConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueboolean

The enableLabelSentimentSelection to set.

Returns
TypeDescription
SentimentConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SentimentConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SentimentConfig.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SentimentConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SentimentConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SentimentConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SentimentConfig.Builder
Overrides