public interface ValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBooleanValue()
public abstract boolean getBooleanValue()boolean
bool boolean_value = 4;
| Type | Description |
| boolean | The booleanValue. |
getDateValue()
public abstract Date getDateValue()date
.google.type.Date date_value = 7;
| Type | Description |
| com.google.type.Date | The dateValue. |
getDateValueOrBuilder()
public abstract DateOrBuilder getDateValueOrBuilder()date
.google.type.Date date_value = 7;
| Type | Description |
| com.google.type.DateOrBuilder |
getDayOfWeekValue()
public abstract DayOfWeek getDayOfWeekValue()day of week
.google.type.DayOfWeek day_of_week_value = 8;
| Type | Description |
| com.google.type.DayOfWeek | The dayOfWeekValue. |
getDayOfWeekValueValue()
public abstract int getDayOfWeekValueValue()day of week
.google.type.DayOfWeek day_of_week_value = 8;
| Type | Description |
| int | The enum numeric value on the wire for dayOfWeekValue. |
getFloatValue()
public abstract double getFloatValue()float
double float_value = 2;
| Type | Description |
| double | The floatValue. |
getIntegerValue()
public abstract long getIntegerValue()integer
int64 integer_value = 1;
| Type | Description |
| long | The integerValue. |
getStringValue()
public abstract String getStringValue()string
string string_value = 3;
| Type | Description |
| String | The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()string
string string_value = 3;
| Type | Description |
| ByteString | The bytes for stringValue. |
getTimeValue()
public abstract TimeOfDay getTimeValue()time of day
.google.type.TimeOfDay time_value = 6;
| Type | Description |
| com.google.type.TimeOfDay | The timeValue. |
getTimeValueOrBuilder()
public abstract TimeOfDayOrBuilder getTimeValueOrBuilder()time of day
.google.type.TimeOfDay time_value = 6;
| Type | Description |
| com.google.type.TimeOfDayOrBuilder |
getTimestampValue()
public abstract Timestamp getTimestampValue()timestamp
.google.protobuf.Timestamp timestamp_value = 5;
| Type | Description |
| Timestamp | The timestampValue. |
getTimestampValueOrBuilder()
public abstract TimestampOrBuilder getTimestampValueOrBuilder()timestamp
.google.protobuf.Timestamp timestamp_value = 5;
| Type | Description |
| TimestampOrBuilder |
getTypeCase()
public abstract Value.TypeCase getTypeCase()| Type | Description |
| Value.TypeCase |
hasBooleanValue()
public abstract boolean hasBooleanValue()boolean
bool boolean_value = 4;
| Type | Description |
| boolean | Whether the booleanValue field is set. |
hasDateValue()
public abstract boolean hasDateValue()date
.google.type.Date date_value = 7;
| Type | Description |
| boolean | Whether the dateValue field is set. |
hasDayOfWeekValue()
public abstract boolean hasDayOfWeekValue()day of week
.google.type.DayOfWeek day_of_week_value = 8;
| Type | Description |
| boolean | Whether the dayOfWeekValue field is set. |
hasFloatValue()
public abstract boolean hasFloatValue()float
double float_value = 2;
| Type | Description |
| boolean | Whether the floatValue field is set. |
hasIntegerValue()
public abstract boolean hasIntegerValue()integer
int64 integer_value = 1;
| Type | Description |
| boolean | Whether the integerValue field is set. |
hasStringValue()
public abstract boolean hasStringValue()string
string string_value = 3;
| Type | Description |
| boolean | Whether the stringValue field is set. |
hasTimeValue()
public abstract boolean hasTimeValue()time of day
.google.type.TimeOfDay time_value = 6;
| Type | Description |
| boolean | Whether the timeValue field is set. |
hasTimestampValue()
public abstract boolean hasTimestampValue()timestamp
.google.protobuf.Timestamp timestamp_value = 5;
| Type | Description |
| boolean | Whether the timestampValue field is set. |