public interface ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
boolean
|
com.google.type.Date |
getDateValue()
date
|
com.google.type.DateOrBuilder |
getDateValueOrBuilder()
date
|
com.google.type.DayOfWeek |
getDayOfWeekValue()
day of week
|
int |
getDayOfWeekValueValue()
day of week
|
double |
getFloatValue()
float
|
long |
getIntegerValue()
integer
|
String |
getStringValue()
string
|
com.google.protobuf.ByteString |
getStringValueBytes()
string
|
com.google.protobuf.Timestamp |
getTimestampValue()
timestamp
|
com.google.protobuf.TimestampOrBuilder |
getTimestampValueOrBuilder()
timestamp
|
com.google.type.TimeOfDay |
getTimeValue()
time of day
|
com.google.type.TimeOfDayOrBuilder |
getTimeValueOrBuilder()
time of day
|
Value.TypeCase |
getTypeCase() |
boolean |
hasBooleanValue()
boolean
|
boolean |
hasDateValue()
date
|
boolean |
hasDayOfWeekValue()
day of week
|
boolean |
hasFloatValue()
float
|
boolean |
hasIntegerValue()
integer
|
boolean |
hasStringValue()
string
|
boolean |
hasTimestampValue()
timestamp
|
boolean |
hasTimeValue()
time of day
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIntegerValue()
integer
int64 integer_value = 1;long getIntegerValue()
integer
int64 integer_value = 1;boolean hasFloatValue()
float
double float_value = 2;double getFloatValue()
float
double float_value = 2;boolean hasStringValue()
string
string string_value = 3;String getStringValue()
string
string string_value = 3;com.google.protobuf.ByteString getStringValueBytes()
string
string string_value = 3;boolean hasBooleanValue()
boolean
bool boolean_value = 4;boolean getBooleanValue()
boolean
bool boolean_value = 4;boolean hasTimestampValue()
timestamp
.google.protobuf.Timestamp timestamp_value = 5;com.google.protobuf.Timestamp getTimestampValue()
timestamp
.google.protobuf.Timestamp timestamp_value = 5;com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
timestamp
.google.protobuf.Timestamp timestamp_value = 5;boolean hasTimeValue()
time of day
.google.type.TimeOfDay time_value = 6;com.google.type.TimeOfDay getTimeValue()
time of day
.google.type.TimeOfDay time_value = 6;com.google.type.TimeOfDayOrBuilder getTimeValueOrBuilder()
time of day
.google.type.TimeOfDay time_value = 6;boolean hasDateValue()
date
.google.type.Date date_value = 7;com.google.type.Date getDateValue()
date
.google.type.Date date_value = 7;com.google.type.DateOrBuilder getDateValueOrBuilder()
date
.google.type.Date date_value = 7;boolean hasDayOfWeekValue()
day of week
.google.type.DayOfWeek day_of_week_value = 8;int getDayOfWeekValueValue()
day of week
.google.type.DayOfWeek day_of_week_value = 8;com.google.type.DayOfWeek getDayOfWeekValue()
day of week
.google.type.DayOfWeek day_of_week_value = 8;Value.TypeCase getTypeCase()
Copyright © 2022 Google LLC. All rights reserved.