Interface ValueOrBuilder (3.4.0)

public interface ValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBooleanValue()

public abstract boolean getBooleanValue()

boolean

bool boolean_value = 4;

Returns
TypeDescription
boolean

The booleanValue.

getDateValue()

public abstract Date getDateValue()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
com.google.type.Date

The dateValue.

getDateValueOrBuilder()

public abstract DateOrBuilder getDateValueOrBuilder()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
com.google.type.DateOrBuilder

getDayOfWeekValue()

public abstract DayOfWeek getDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
TypeDescription
com.google.type.DayOfWeek

The dayOfWeekValue.

getDayOfWeekValueValue()

public abstract 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.

getFloatValue()

public abstract double getFloatValue()

float

double float_value = 2;

Returns
TypeDescription
double

The floatValue.

getIntegerValue()

public abstract long getIntegerValue()

integer

int64 integer_value = 1;

Returns
TypeDescription
long

The integerValue.

getStringValue()

public abstract String getStringValue()

string

string string_value = 3;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

string

string string_value = 3;

Returns
TypeDescription
ByteString

The bytes for stringValue.

getTimeValue()

public abstract TimeOfDay getTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
com.google.type.TimeOfDay

The timeValue.

getTimeValueOrBuilder()

public abstract TimeOfDayOrBuilder getTimeValueOrBuilder()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
com.google.type.TimeOfDayOrBuilder

getTimestampValue()

public abstract Timestamp getTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
Timestamp

The timestampValue.

getTimestampValueOrBuilder()

public abstract TimestampOrBuilder getTimestampValueOrBuilder()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
TimestampOrBuilder

getTypeCase()

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

hasBooleanValue()

public abstract boolean hasBooleanValue()

boolean

bool boolean_value = 4;

Returns
TypeDescription
boolean

Whether the booleanValue field is set.

hasDateValue()

public abstract boolean hasDateValue()

date

.google.type.Date date_value = 7;

Returns
TypeDescription
boolean

Whether the dateValue field is set.

hasDayOfWeekValue()

public abstract boolean hasDayOfWeekValue()

day of week

.google.type.DayOfWeek day_of_week_value = 8;

Returns
TypeDescription
boolean

Whether the dayOfWeekValue field is set.

hasFloatValue()

public abstract boolean hasFloatValue()

float

double float_value = 2;

Returns
TypeDescription
boolean

Whether the floatValue field is set.

hasIntegerValue()

public abstract boolean hasIntegerValue()

integer

int64 integer_value = 1;

Returns
TypeDescription
boolean

Whether the integerValue field is set.

hasStringValue()

public abstract boolean hasStringValue()

string

string string_value = 3;

Returns
TypeDescription
boolean

Whether the stringValue field is set.

hasTimeValue()

public abstract boolean hasTimeValue()

time of day

.google.type.TimeOfDay time_value = 6;

Returns
TypeDescription
boolean

Whether the timeValue field is set.

hasTimestampValue()

public abstract boolean hasTimestampValue()

timestamp

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
boolean

Whether the timestampValue field is set.