Class Value.Builder (3.5.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Value build()
Returns
TypeDescription
Value

buildPartial()

public Value buildPartial()
Returns
TypeDescription
Value

clear()

public Value.Builder clear()
Returns
TypeDescription
Value.Builder
Overrides

clearBooleanValue()

public Value.Builder clearBooleanValue()

boolean

bool boolean_value = 4;

Returns
TypeDescription
Value.Builder

This builder for chaining.

clearDateValue()

public Value.Builder clearDateValue()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
Value.Builder

clearDayOfWeekValue()

public Value.Builder clearDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
TypeDescription
Value.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearFloatValue()

public Value.Builder clearFloatValue()

float

double float_value = 2;

Returns
TypeDescription
Value.Builder

This builder for chaining.

clearIntegerValue()

public Value.Builder clearIntegerValue()

integer

int64 integer_value = 1;

Returns
TypeDescription
Value.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearStringValue()

public Value.Builder clearStringValue()

string

string string_value = 3;

Returns
TypeDescription
Value.Builder

This builder for chaining.

clearTimeValue()

public Value.Builder clearTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
Value.Builder

clearTimestampValue()

public Value.Builder clearTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
Value.Builder

clearType()

public Value.Builder clearType()
Returns
TypeDescription
Value.Builder

clone()

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

getBooleanValue()

public boolean getBooleanValue()

boolean

bool boolean_value = 4;

Returns
TypeDescription
boolean

The booleanValue.

getDateValue()

public Date getDateValue()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
com.google.type.Date

The dateValue.

getDateValueBuilder()

public Date.Builder getDateValueBuilder()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
com.google.type.Date.Builder

getDateValueOrBuilder()

public DateOrBuilder getDateValueOrBuilder()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
com.google.type.DateOrBuilder

getDayOfWeekValue()

public DayOfWeek getDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
TypeDescription
com.google.type.DayOfWeek

The dayOfWeekValue.

getDayOfWeekValueValue()

public int getDayOfWeekValueValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
TypeDescription
int

The enum numeric value on the wire for dayOfWeekValue.

getDefaultInstanceForType()

public Value getDefaultInstanceForType()
Returns
TypeDescription
Value

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFloatValue()

public double getFloatValue()

float

double float_value = 2;

Returns
TypeDescription
double

The floatValue.

getIntegerValue()

public long getIntegerValue()

integer

int64 integer_value = 1;

Returns
TypeDescription
long

The integerValue.

getStringValue()

public String getStringValue()

string

string string_value = 3;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public ByteString getStringValueBytes()

string

string string_value = 3;

Returns
TypeDescription
ByteString

The bytes for stringValue.

getTimeValue()

public TimeOfDay getTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
com.google.type.TimeOfDay

The timeValue.

getTimeValueBuilder()

public TimeOfDay.Builder getTimeValueBuilder()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
com.google.type.TimeOfDay.Builder

getTimeValueOrBuilder()

public TimeOfDayOrBuilder getTimeValueOrBuilder()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
com.google.type.TimeOfDayOrBuilder

getTimestampValue()

public Timestamp getTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
Timestamp

The timestampValue.

getTimestampValueBuilder()

public Timestamp.Builder getTimestampValueBuilder()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
Builder

getTimestampValueOrBuilder()

public TimestampOrBuilder getTimestampValueOrBuilder()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
TimestampOrBuilder

getTypeCase()

public Value.TypeCase getTypeCase()
Returns
TypeDescription
Value.TypeCase

hasBooleanValue()

public boolean hasBooleanValue()

boolean

bool boolean_value = 4;

Returns
TypeDescription
boolean

Whether the booleanValue field is set.

hasDateValue()

public boolean hasDateValue()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
boolean

Whether the dateValue field is set.

hasDayOfWeekValue()

public boolean hasDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
TypeDescription
boolean

Whether the dayOfWeekValue field is set.

hasFloatValue()

public boolean hasFloatValue()

float

double float_value = 2;

Returns
TypeDescription
boolean

Whether the floatValue field is set.

hasIntegerValue()

public boolean hasIntegerValue()

integer

int64 integer_value = 1;

Returns
TypeDescription
boolean

Whether the integerValue field is set.

hasStringValue()

public boolean hasStringValue()

string

string string_value = 3;

Returns
TypeDescription
boolean

Whether the stringValue field is set.

hasTimeValue()

public boolean hasTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
boolean

Whether the timeValue field is set.

hasTimestampValue()

public boolean hasTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
boolean

Whether the timestampValue field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeDateValue(Date value)

public Value.Builder mergeDateValue(Date value)

date

.google.type.Date date_value = 7;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
Value.Builder

mergeFrom(Value other)

public Value.Builder mergeFrom(Value other)
Parameter
NameDescription
otherValue
Returns
TypeDescription
Value.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeTimeValue(TimeOfDay value)

public Value.Builder mergeTimeValue(TimeOfDay value)

time of day

.google.type.TimeOfDay time_value = 6;

Parameter
NameDescription
valuecom.google.type.TimeOfDay
Returns
TypeDescription
Value.Builder

mergeTimestampValue(Timestamp value)

public Value.Builder mergeTimestampValue(Timestamp value)

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Value.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Value.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Value.Builder
Overrides

setBooleanValue(boolean value)

public Value.Builder setBooleanValue(boolean value)

boolean

bool boolean_value = 4;

Parameter
NameDescription
valueboolean

The booleanValue to set.

Returns
TypeDescription
Value.Builder

This builder for chaining.

setDateValue(Date value)

public Value.Builder setDateValue(Date value)

date

.google.type.Date date_value = 7;

Parameter
NameDescription
valuecom.google.type.Date
Returns
TypeDescription
Value.Builder

setDateValue(Date.Builder builderForValue)

public Value.Builder setDateValue(Date.Builder builderForValue)

date

.google.type.Date date_value = 7;

Parameter
NameDescription
builderForValuecom.google.type.Date.Builder
Returns
TypeDescription
Value.Builder

setDayOfWeekValue(DayOfWeek value)

public Value.Builder setDayOfWeekValue(DayOfWeek value)

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Parameter
NameDescription
valuecom.google.type.DayOfWeek

The dayOfWeekValue to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
Value.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setFloatValue(double value)

public Value.Builder setFloatValue(double value)

float

double float_value = 2;

Parameter
NameDescription
valuedouble

The floatValue to set.

Returns
TypeDescription
Value.Builder

This builder for chaining.

setIntegerValue(long value)

public Value.Builder setIntegerValue(long value)

integer

int64 integer_value = 1;

Parameter
NameDescription
valuelong

The integerValue to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Value.Builder
Overrides

setStringValue(String value)

public Value.Builder setStringValue(String value)

string

string string_value = 3;

Parameter
NameDescription
valueString

The stringValue to set.

Returns
TypeDescription
Value.Builder

This builder for chaining.

setStringValueBytes(ByteString value)

public Value.Builder setStringValueBytes(ByteString value)

string

string string_value = 3;

Parameter
NameDescription
valueByteString

The bytes for stringValue to set.

Returns
TypeDescription
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
NameDescription
valuecom.google.type.TimeOfDay
Returns
TypeDescription
Value.Builder

setTimeValue(TimeOfDay.Builder builderForValue)

public Value.Builder setTimeValue(TimeOfDay.Builder builderForValue)

time of day

.google.type.TimeOfDay time_value = 6;

Parameter
NameDescription
builderForValuecom.google.type.TimeOfDay.Builder
Returns
TypeDescription
Value.Builder

setTimestampValue(Timestamp value)

public Value.Builder setTimestampValue(Timestamp value)

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Value.Builder

setTimestampValue(Timestamp.Builder builderForValue)

public Value.Builder setTimestampValue(Timestamp.Builder builderForValue)

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Value.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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