Package com.google.privacy.dlp.v2
Interface ValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Value,Value.Builder
public interface ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBooleanValue()booleancom.google.type.DategetDateValue()datecom.google.type.DateOrBuildergetDateValueOrBuilder()datecom.google.type.DayOfWeekgetDayOfWeekValue()day of weekintgetDayOfWeekValueValue()day of weekdoublegetFloatValue()floatlonggetIntegerValue()integerStringgetStringValue()stringcom.google.protobuf.ByteStringgetStringValueBytes()stringcom.google.protobuf.TimestampgetTimestampValue()timestampcom.google.protobuf.TimestampOrBuildergetTimestampValueOrBuilder()timestampcom.google.type.TimeOfDaygetTimeValue()time of daycom.google.type.TimeOfDayOrBuildergetTimeValueOrBuilder()time of dayValue.TypeCasegetTypeCase()booleanhasBooleanValue()booleanbooleanhasDateValue()datebooleanhasDayOfWeekValue()day of weekbooleanhasFloatValue()floatbooleanhasIntegerValue()integerbooleanhasStringValue()stringbooleanhasTimestampValue()timestampbooleanhasTimeValue()time of day-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIntegerValue
boolean hasIntegerValue()
integer
int64 integer_value = 1;- Returns:
- Whether the integerValue field is set.
-
getIntegerValue
long getIntegerValue()
integer
int64 integer_value = 1;- Returns:
- The integerValue.
-
hasFloatValue
boolean hasFloatValue()
float
double float_value = 2;- Returns:
- Whether the floatValue field is set.
-
getFloatValue
double getFloatValue()
float
double float_value = 2;- Returns:
- The floatValue.
-
hasStringValue
boolean hasStringValue()
string
string string_value = 3;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()
string
string string_value = 3;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
string
string string_value = 3;- Returns:
- The bytes for stringValue.
-
hasBooleanValue
boolean hasBooleanValue()
boolean
bool boolean_value = 4;- Returns:
- Whether the booleanValue field is set.
-
getBooleanValue
boolean getBooleanValue()
boolean
bool boolean_value = 4;- Returns:
- The booleanValue.
-
hasTimestampValue
boolean hasTimestampValue()
timestamp
.google.protobuf.Timestamp timestamp_value = 5;- Returns:
- Whether the timestampValue field is set.
-
getTimestampValue
com.google.protobuf.Timestamp getTimestampValue()
timestamp
.google.protobuf.Timestamp timestamp_value = 5;- Returns:
- The timestampValue.
-
getTimestampValueOrBuilder
com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
timestamp
.google.protobuf.Timestamp timestamp_value = 5;
-
hasTimeValue
boolean hasTimeValue()
time of day
.google.type.TimeOfDay time_value = 6;- Returns:
- Whether the timeValue field is set.
-
getTimeValue
com.google.type.TimeOfDay getTimeValue()
time of day
.google.type.TimeOfDay time_value = 6;- Returns:
- The timeValue.
-
getTimeValueOrBuilder
com.google.type.TimeOfDayOrBuilder getTimeValueOrBuilder()
time of day
.google.type.TimeOfDay time_value = 6;
-
hasDateValue
boolean hasDateValue()
date
.google.type.Date date_value = 7;- Returns:
- Whether the dateValue field is set.
-
getDateValue
com.google.type.Date getDateValue()
date
.google.type.Date date_value = 7;- Returns:
- The dateValue.
-
getDateValueOrBuilder
com.google.type.DateOrBuilder getDateValueOrBuilder()
date
.google.type.Date date_value = 7;
-
hasDayOfWeekValue
boolean hasDayOfWeekValue()
day of week
.google.type.DayOfWeek day_of_week_value = 8;- Returns:
- Whether the dayOfWeekValue field is set.
-
getDayOfWeekValueValue
int getDayOfWeekValueValue()
day of week
.google.type.DayOfWeek day_of_week_value = 8;- Returns:
- The enum numeric value on the wire for dayOfWeekValue.
-
getDayOfWeekValue
com.google.type.DayOfWeek getDayOfWeekValue()
day of week
.google.type.DayOfWeek day_of_week_value = 8;- Returns:
- The dayOfWeekValue.
-
getTypeCase
Value.TypeCase getTypeCase()
-
-