- 3.82.0 (latest)
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class Value.Builder extends GeneratedMessageV3.Builder<Value.Builder> implements ValueOrBuilderSet 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Value.BuilderImplements
ValueOrBuilderStatic 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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Value.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Value.Builder |
|
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 |
|
setBooleanValue(boolean value)
public Value.Builder setBooleanValue(boolean value)boolean
bool boolean_value = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe 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.DayOfWeekThe 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 |
intThe 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 |
|
setFloatValue(double value)
public Value.Builder setFloatValue(double value)float
double float_value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe 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 |
longThe 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 |
|
setStringValue(String value)
public Value.Builder setStringValue(String value)string
string string_value = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 |
ByteStringThe 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 |
|