| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
static NullValue |
NullValue.forNumber(int value) |
NullValue |
Value.getNullValue()
Represents a null value.
|
NullValue |
Value.Builder.getNullValue()
Represents a null value.
|
NullValue |
ValueOrBuilder.getNullValue()
Represents a null value.
|
static NullValue |
NullValue.valueOf(Descriptors.EnumValueDescriptor desc) |
static NullValue |
NullValue.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NullValue |
NullValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullValue[] |
NullValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Internal.EnumLiteMap<NullValue> |
NullValue.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
Value.Builder.setNullValue(NullValue value)
Represents a null value.
|
Copyright © 2008–2019. All rights reserved.