public interface PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name of the property.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the property.
|
java.lang.String |
getValue()
Value of the property.
|
com.google.protobuf.ByteString |
getValueBytes()
Value of the property.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
Name of the property.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the property.
string name = 1;java.lang.String getValue()
Value of the property.
string value = 2;com.google.protobuf.ByteString getValueBytes()
Value of the property.
string value = 2;