public interface PropertyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the property.
|
ByteString |
getNameBytes()
Name of the property.
|
long |
getUint64Value()
Value of numeric properties.
|
java.lang.String |
getValue()
Value of the property.
|
ByteString |
getValueBytes()
Value of the property.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Name of the property.
string name = 1;
ByteString getNameBytes()
Name of the property.
string name = 1;
java.lang.String getValue()
Value of the property.
string value = 2;
ByteString getValueBytes()
Value of the property.
string value = 2;
long getUint64Value()
Value of numeric properties.
uint64 uint64_value = 3;