public interface ValueOrBuilder extends MessageLiteOrBuilder
Implements
MessageLiteOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue()
Represents a boolean value.
bool bool_value = 4;
Returns | |
---|---|
Type | Description |
boolean | The boolValue. |
getKindCase()
public abstract Value.KindCase getKindCase()
Returns | |
---|---|
Type | Description |
Value.KindCase |
getListValue()
public abstract ListValue getListValue()
Represents a repeated Value
.
.google.protobuf.ListValue list_value = 6;
Returns | |
---|---|
Type | Description |
ListValue | The listValue. |
getNullValue()
public abstract NullValue getNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
Returns | |
---|---|
Type | Description |
NullValue | The nullValue. |
getNullValueValue()
public abstract int getNullValueValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for nullValue. |
getNumberValue()
public abstract double getNumberValue()
Represents a double value.
double number_value = 2;
Returns | |
---|---|
Type | Description |
double | The numberValue. |
getStringValue()
public abstract String getStringValue()
Represents a string value.
string string_value = 3;
Returns | |
---|---|
Type | Description |
String | The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()
Represents a string value.
string string_value = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for stringValue. |
getStructValue()
public abstract Struct getStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;
Returns | |
---|---|
Type | Description |
Struct | The structValue. |
hasBoolValue()
public abstract boolean hasBoolValue()
Represents a boolean value.
bool bool_value = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the boolValue field is set. |
hasListValue()
public abstract boolean hasListValue()
Represents a repeated Value
.
.google.protobuf.ListValue list_value = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the listValue field is set. |
hasNullValue()
public abstract boolean hasNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the nullValue field is set. |
hasNumberValue()
public abstract boolean hasNumberValue()
Represents a double value.
double number_value = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the numberValue field is set. |
hasStringValue()
public abstract boolean hasStringValue()
Represents a string value.
string string_value = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the stringValue field is set. |
hasStructValue()
public abstract boolean hasStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the structValue field is set. |