Class Value.Builder (3.46.0)

public static final class Value.Builder extends GeneratedMessageV3.Builder<Value.Builder> implements ValueOrBuilder

Set of primitive values supported by the system. Note that for the purposes of inspection or transformation, the number of bytes considered to comprise a 'Value' is based on its representation as a UTF-8 encoded string. For example, if 'integer_value' is set to 123456789, the number of bytes would be counted as 9, even though an int64 only holds up to 8 bytes of data.

Protobuf type google.privacy.dlp.v2.Value

Implements

ValueOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Value.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Value.Builder
Overrides

build()

public Value build()
Returns
Type Description
Value

buildPartial()

public Value buildPartial()
Returns
Type Description
Value

clear()

public Value.Builder clear()
Returns
Type Description
Value.Builder
Overrides

clearBooleanValue()

public Value.Builder clearBooleanValue()

boolean

bool boolean_value = 4;

Returns
Type Description
Value.Builder

This builder for chaining.

clearDateValue()

public Value.Builder clearDateValue()

date

.google.type.Date date_value = 7;

Returns
Type Description
Value.Builder

clearDayOfWeekValue()

public Value.Builder clearDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
Type Description
Value.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Value.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Value.Builder
Overrides

clearFloatValue()

public Value.Builder clearFloatValue()

float

double float_value = 2;

Returns
Type Description
Value.Builder

This builder for chaining.

clearIntegerValue()

public Value.Builder clearIntegerValue()

integer

int64 integer_value = 1;

Returns
Type Description
Value.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearStringValue()

public Value.Builder clearStringValue()

string

string string_value = 3;

Returns
Type Description
Value.Builder

This builder for chaining.

clearTimeValue()

public Value.Builder clearTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
Type Description
Value.Builder

clearTimestampValue()

public Value.Builder clearTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
Type Description
Value.Builder

clearType()

public Value.Builder clearType()
Returns
Type Description
Value.Builder

clone()

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

getBooleanValue()

public boolean getBooleanValue()

boolean

bool boolean_value = 4;

Returns
Type Description
boolean

The booleanValue.

getDateValue()

public Date getDateValue()

date

.google.type.Date date_value = 7;

Returns
Type Description
com.google.type.Date

The dateValue.

getDateValueBuilder()

public Date.Builder getDateValueBuilder()

date

.google.type.Date date_value = 7;

Returns
Type Description
com.google.type.Date.Builder

getDateValueOrBuilder()

public DateOrBuilder getDateValueOrBuilder()

date

.google.type.Date date_value = 7;

Returns
Type Description
com.google.type.DateOrBuilder

getDayOfWeekValue()

public DayOfWeek getDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
Type Description
com.google.type.DayOfWeek

The dayOfWeekValue.

getDayOfWeekValueValue()

public int getDayOfWeekValueValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
Type Description
int

The enum numeric value on the wire for dayOfWeekValue.

getDefaultInstanceForType()

public Value getDefaultInstanceForType()
Returns
Type Description
Value

getDescriptorForType()

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

getFloatValue()

public double getFloatValue()

float

double float_value = 2;

Returns
Type Description
double

The floatValue.

getIntegerValue()

public long getIntegerValue()

integer

int64 integer_value = 1;

Returns
Type Description
long

The integerValue.

getStringValue()

public String getStringValue()

string

string string_value = 3;

Returns
Type Description
String

The stringValue.

getStringValueBytes()

public ByteString getStringValueBytes()

string

string string_value = 3;

Returns
Type Description
ByteString

The bytes for stringValue.

getTimeValue()

public TimeOfDay getTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
Type Description
com.google.type.TimeOfDay

The timeValue.

getTimeValueBuilder()

public TimeOfDay.Builder getTimeValueBuilder()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
Type Description
com.google.type.TimeOfDay.Builder

getTimeValueOrBuilder()

public TimeOfDayOrBuilder getTimeValueOrBuilder()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
Type Description
com.google.type.TimeOfDayOrBuilder

getTimestampValue()

public Timestamp getTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
Type Description
Timestamp

The timestampValue.

getTimestampValueBuilder()

public Timestamp.Builder getTimestampValueBuilder()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
Type Description
Builder

getTimestampValueOrBuilder()

public TimestampOrBuilder getTimestampValueOrBuilder()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
Type Description
TimestampOrBuilder

getTypeCase()

public Value.TypeCase getTypeCase()
Returns
Type Description
Value.TypeCase

hasBooleanValue()

public boolean hasBooleanValue()

boolean

bool boolean_value = 4;

Returns
Type Description
boolean

Whether the booleanValue field is set.

hasDateValue()

public boolean hasDateValue()

date

.google.type.Date date_value = 7;

Returns
Type Description
boolean

Whether the dateValue field is set.

hasDayOfWeekValue()

public boolean hasDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
Type Description
boolean

Whether the dayOfWeekValue field is set.

hasFloatValue()

public boolean hasFloatValue()

float

double float_value = 2;

Returns
Type Description
boolean

Whether the floatValue field is set.

hasIntegerValue()

public boolean hasIntegerValue()

integer

int64 integer_value = 1;

Returns
Type Description
boolean

Whether the integerValue field is set.

hasStringValue()

public boolean hasStringValue()

string

string string_value = 3;

Returns
Type Description
boolean

Whether the stringValue field is set.

hasTimeValue()

public boolean hasTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
Type Description
boolean

Whether the timeValue field is set.

hasTimestampValue()

public boolean hasTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
Type Description
boolean

Whether the timestampValue field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDateValue(Date value)

public Value.Builder mergeDateValue(Date value)

date

.google.type.Date date_value = 7;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
Value.Builder

mergeFrom(Value other)

public Value.Builder mergeFrom(Value other)
Parameter
Name Description
other Value
Returns
Type Description
Value.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Value.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Value.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeTimeValue(TimeOfDay value)

public Value.Builder mergeTimeValue(TimeOfDay value)

time of day

.google.type.TimeOfDay time_value = 6;

Parameter
Name Description
value com.google.type.TimeOfDay
Returns
Type Description
Value.Builder

mergeTimestampValue(Timestamp value)

public Value.Builder mergeTimestampValue(Timestamp value)

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
Name Description
value Timestamp
Returns
Type Description
Value.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setBooleanValue(boolean value)

public Value.Builder setBooleanValue(boolean value)

boolean

bool boolean_value = 4;

Parameter
Name Description
value boolean

The booleanValue to set.

Returns
Type Description
Value.Builder

This builder for chaining.

setDateValue(Date value)

public Value.Builder setDateValue(Date value)

date

.google.type.Date date_value = 7;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
Value.Builder

setDateValue(Date.Builder builderForValue)

public Value.Builder setDateValue(Date.Builder builderForValue)

date

.google.type.Date date_value = 7;

Parameter
Name Description
builderForValue com.google.type.Date.Builder
Returns
Type Description
Value.Builder

setDayOfWeekValue(DayOfWeek value)

public Value.Builder setDayOfWeekValue(DayOfWeek value)

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Parameter
Name Description
value com.google.type.DayOfWeek

The dayOfWeekValue to set.

Returns
Type Description
Value.Builder

This builder for chaining.

setDayOfWeekValueValue(int value)

public Value.Builder setDayOfWeekValueValue(int value)

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Parameter
Name Description
value int

The enum numeric value on the wire for dayOfWeekValue to set.

Returns
Type Description
Value.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Value.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Value.Builder
Overrides

setFloatValue(double value)

public Value.Builder setFloatValue(double value)

float

double float_value = 2;

Parameter
Name Description
value double

The floatValue to set.

Returns
Type Description
Value.Builder

This builder for chaining.

setIntegerValue(long value)

public Value.Builder setIntegerValue(long value)

integer

int64 integer_value = 1;

Parameter
Name Description
value long

The integerValue to set.

Returns
Type Description
Value.Builder

This builder for chaining.

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

public Value.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Value.Builder
Overrides

setStringValue(String value)

public Value.Builder setStringValue(String value)

string

string string_value = 3;

Parameter
Name Description
value String

The stringValue to set.

Returns
Type Description
Value.Builder

This builder for chaining.

setStringValueBytes(ByteString value)

public Value.Builder setStringValueBytes(ByteString value)

string

string string_value = 3;

Parameter
Name Description
value ByteString

The bytes for stringValue to set.

Returns
Type Description
Value.Builder

This builder for chaining.

setTimeValue(TimeOfDay value)

public Value.Builder setTimeValue(TimeOfDay value)

time of day

.google.type.TimeOfDay time_value = 6;

Parameter
Name Description
value com.google.type.TimeOfDay
Returns
Type Description
Value.Builder

setTimeValue(TimeOfDay.Builder builderForValue)

public Value.Builder setTimeValue(TimeOfDay.Builder builderForValue)

time of day

.google.type.TimeOfDay time_value = 6;

Parameter
Name Description
builderForValue com.google.type.TimeOfDay.Builder
Returns
Type Description
Value.Builder

setTimestampValue(Timestamp value)

public Value.Builder setTimestampValue(Timestamp value)

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
Name Description
value Timestamp
Returns
Type Description
Value.Builder

setTimestampValue(Timestamp.Builder builderForValue)

public Value.Builder setTimestampValue(Timestamp.Builder builderForValue)

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Value.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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