public interface ValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolValue()
Represents a boolean value.
|
Value.KindCase |
getKindCase() |
ListValue |
getListValue()
Represents a repeated `Value`.
|
ListValueOrBuilder |
getListValueOrBuilder()
Represents a repeated `Value`.
|
NullValue |
getNullValue()
Represents a null value.
|
int |
getNullValueValue()
Represents a null value.
|
double |
getNumberValue()
Represents a double value.
|
java.lang.String |
getStringValue()
Represents a string value.
|
ByteString |
getStringValueBytes()
Represents a string value.
|
Struct |
getStructValue()
Represents a structured value.
|
StructOrBuilder |
getStructValueOrBuilder()
Represents a structured value.
|
boolean |
hasBoolValue()
Represents a boolean value.
|
boolean |
hasListValue()
Represents a repeated `Value`.
|
boolean |
hasNullValue()
Represents a null value.
|
boolean |
hasNumberValue()
Represents a double value.
|
boolean |
hasStringValue()
Represents a string value.
|
boolean |
hasStructValue()
Represents a structured value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
int getNullValueValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
NullValue getNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
boolean hasNumberValue()
Represents a double value.
double number_value = 2;
double getNumberValue()
Represents a double value.
double number_value = 2;
boolean hasStringValue()
Represents a string value.
string string_value = 3;
java.lang.String getStringValue()
Represents a string value.
string string_value = 3;
ByteString getStringValueBytes()
Represents a string value.
string string_value = 3;
boolean hasBoolValue()
Represents a boolean value.
bool bool_value = 4;
boolean getBoolValue()
Represents a boolean value.
bool bool_value = 4;
boolean hasStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;
Struct getStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;
StructOrBuilder getStructValueOrBuilder()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;
boolean hasListValue()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;
ListValue getListValue()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;
ListValueOrBuilder getListValueOrBuilder()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;
Value.KindCase getKindCase()