public
interface
ValueOrBuilder
extends
MessageLiteOrBuilder
Implements
MessageLiteOrBuilderMethods
getBoolValue()
public
abstract
boolean
getBoolValue
()
Represents a boolean value.
bool bool_value = 4;
getKindCase()
public
abstract
Value
.
KindCase
getKindCase
()
getListValue()
public
abstract
ListValue
getListValue
()
Represents a repeated Value
.
.google.protobuf.ListValue list_value = 6;
getNullValue()
public
abstract
NullValue
getNullValue
()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
getNullValueValue()
public
abstract
int
getNullValueValue
()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
getNumberValue()
public
abstract
double
getNumberValue
()
Represents a double value.
double number_value = 2;
getStringValue()
public
abstract
String
getStringValue
()
Represents a string value.
string string_value = 3;
getStringValueBytes()
public
abstract
ByteString
getStringValueBytes
()
Represents a string value.
string string_value = 3;
getStructValue()
public
abstract
Struct
getStructValue
()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;
hasBoolValue()
public
abstract
boolean
hasBoolValue
()
Represents a boolean value.
bool bool_value = 4;
hasListValue()
public
abstract
boolean
hasListValue
()
Represents a repeated Value
.
.google.protobuf.ListValue list_value = 6;
hasNullValue()
public
abstract
boolean
hasNullValue
()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
hasNumberValue()
public
abstract
boolean
hasNumberValue
()
Represents a double value.
double number_value = 2;
hasStringValue()
public
abstract
boolean
hasStringValue
()
Represents a string value.
string string_value = 3;
hasStructValue()
public
abstract
boolean
hasStructValue
()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;